zhangdan 4 yıl önce
ebeveyn
işleme
7038d5b99d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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: {