Browse Source

已购套餐使用记录服务内容字段更改

chenrui 4 years ago
parent
commit
e05facbe7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/SetmealSales/SetmealDetailModal.vue

+ 1 - 1
src/views/SetmealSales/SetmealDetailModal.vue

@@ -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' }
       ],