소스 검색

接口对接

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