소스 검색

修复bug

zhangdan 4 년 전
부모
커밋
7038d5b99d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/Service/PurchasedServiceDetail.vue

+ 2 - 2
src/views/Service/PurchasedServiceDetail.vue

@@ -91,7 +91,7 @@
 				return ''
 			},
 			isPay() {
-				return this.orderBundle.orderFlag === 'PAED'
+				return this.orderBundle.orderFlag === 'PAED' 
 			},
 			isCancel() {
 				return this.orderBundle.orderFlag === 'CAEL' || this.orderBundle.orderFlag === 'SYCA'
@@ -183,7 +183,7 @@
 						align: 'center'
 					},
 					{
-						title: '核销操作',
+						title: '操作',
 						width: 100,
 						align: 'center',
 						scopedSlots: {