zhangdan 4 lat temu
rodzic
commit
a0b321dfa8
1 zmienionych plików z 18 dodań i 0 usunięć
  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' },