|
@@ -86,8 +86,6 @@
|
|
|
<span slot="vehicleNum" slot-scope="text, record">{{ record.vehicleNum || '--' }}</span>
|
|
|
<!-- 服务门店 -->
|
|
|
<span slot="usedStoreName" slot-scope="text, record">{{ record.usedStoreName || '--' }}</span>
|
|
|
- <!-- 使用数量 -->
|
|
|
- <span slot="customerBundleItemTimes" slot-scope="text, record">{{ record.customerBundleItemTimes || '--' }}</span>
|
|
|
</a-table>
|
|
|
</a-tab-pane>
|
|
|
</a-tabs>
|
|
@@ -127,7 +125,6 @@ export default {
|
|
|
{ title: '使用时间', dataIndex: 'usedTime', width: 100, align: 'center' },
|
|
|
{ title: '服务内容', dataIndex: 'bundItemName', width: 100, align: 'center' },
|
|
|
{ title: '服务门店', scopedSlots: { customRender: 'usedStoreName' }, width: 100, align: 'center' },
|
|
|
- { title: '使用数量', scopedSlots: { customRender: 'customerBundleItemTimes' }, width: 100, align: 'center' },
|
|
|
{ title: '核销单号', dataIndex: 'bizNum', width: 100, align: 'center' }
|
|
|
],
|
|
|
setMealData: [], // 套餐内容
|