浏览代码

接口对接

zhangdan 4 年之前
父节点
当前提交
a0b321dfa8
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      src/views/SetmealSales/VerificationRecords.vue

+ 18 - 0
src/views/SetmealSales/VerificationRecords.vue

@@ -149,6 +149,24 @@ export default {
           width: 150,
           align: 'center'
         },
+        {
+          title: '核销门店',
+          dataIndex: 'usedStoreName',
+          width: 150,
+          align: 'center',
+          customRender: function (text) {
+            return text || '--'
+          }
+        },
+        {
+          title: '门店类型',
+          dataIndex: 'usedStoreTypeName',
+          width: 150,
+          align: 'center',
+          customRender: function (text) {
+            return text || '--'
+          }
+        },
         {
           title: '客户信息',
           scopedSlots: { customRender: 'userInfo' },