Przeglądaj źródła

refactor(batchRecordTable): 移除产品名称筛选

liujt 6 miesięcy temu
rodzic
commit
8d8d2a4ff0

+ 6 - 6
src/views/batchRecord/components/tables/batchRecordTable.vue

@@ -163,12 +163,12 @@
             type: 'input',
             type: 'input',
             placeholder: '请输入'
             placeholder: '请输入'
           },
           },
-          {
-            label: '产品名称:',
-            value: 'productName',
-            type: 'input',
-            placeholder: '请输入'
-          },
+          // {
+          //   label: '产品名称:',
+          //   value: 'productName',
+          //   type: 'input',
+          //   placeholder: '请输入'
+          // },
           {
           {
             label: '状态:',
             label: '状态:',
             value: 'executeStatus',
             value: 'executeStatus',