|
@@ -140,7 +140,7 @@ export default {
|
|
|
recordColumns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 60, align: 'center' },
|
|
|
{ title: '使用时间', dataIndex: 'usedTime', width: 100, align: 'center' },
|
|
|
- { title: '服务内容', dataIndex: 'bundItemName', width: 100, align: 'center' },
|
|
|
+ { title: '服务内容', dataIndex: 'itemName', width: 100, align: 'center' },
|
|
|
{ title: '服务门店', scopedSlots: { customRender: 'usedStoreName' }, width: 100, align: 'center' },
|
|
|
{ title: '核销单号', dataIndex: 'bizNum', width: 100, align: 'center' }
|
|
|
],
|