Ver Fonte

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

liujt há 6 meses atrás
pai
commit
8d8d2a4ff0

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

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