zhangdan 4 years ago
parent
commit
4e44251186
1 changed files with 6 additions and 15 deletions
  1. 6 15
      src/views/Service/PurchasedServiceDetail.vue

+ 6 - 15
src/views/Service/PurchasedServiceDetail.vue

@@ -51,19 +51,10 @@
 </template>
 
 <script>
-	import {
-		customerBundleDetail,
-		orderCancel
-	} from '@/api/customerBundle'
-	import {
-		getLookUpDataBy
-	} from '@/api/data'
-	import {
-		PageView
-	} from '@/layouts'
-	import {
-		STable
-	} from '@/components'
+	import { customerBundleDetail,orderCancel } from '@/api/customerBundle'
+	import { getLookUpDataBy } from '@/api/data'
+	import { PageView } from '@/layouts'
+	import { STable } from '@/components'
 	import yanQiModal from './yanQiModal.vue'
 	import DetailList from '@/components/tools/DetailList'
 	import _ from 'lodash'
@@ -227,13 +218,13 @@
 					},
 					{
 						title: '核销单号',
-						dataIndex: '',
+						dataIndex: 'bizNum',
 						width: 200,
 						align: 'center'
 					},
 					{
 						title: '门店结算金额',
-						dataIndex: '',
+						dataIndex: 'accountPrice',
 						width: 100,
 						align: 'center'
 					}