From 5dd5e2c688a4d4462f5051ddb03ab76882702a02 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 08 十二月 2023 15:10:53 +0800
Subject: [PATCH] 	modified:   src/page/index/logo.vue 	modified:   vue.config.js

---
 src/views/product/workbench/productoutput-table.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/views/product/workbench/productoutput-table.vue b/src/views/product/workbench/productoutput-table.vue
index b722f1f..db8b726 100644
--- a/src/views/product/workbench/productoutput-table.vue
+++ b/src/views/product/workbench/productoutput-table.vue
@@ -438,6 +438,15 @@
             searchInfoType: 'text'
           },
           {
+            minWidth: '100',
+            prop: 'scrapQty',
+            label: '鎶ュ簾鏁伴噺',
+            sort: true,
+            isTrue: true,
+            isSearch: true,
+            searchInfoType: 'text'
+          },
+          {
             minWidth: '80',
             prop: 'unit',
             label: '鍗曚綅',
@@ -446,7 +455,7 @@
             isSearch: true,
             searchInfoType: 'text'
           },
-          {
+          /* {
             minWidth: '100',
             prop: 'checkStatus',
             label: '妫�娴嬬姸鎬�',
@@ -537,7 +546,7 @@
             optList: () => {
               return this.booleanOptions
             }
-          },
+          }, */
           {
             minWidth: '140',
             prop: 'remark',

--
Gitblit v1.9.3