From fc8f6fada78598ff9e4149f2b30355a0b25eb2f5 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 23 五月 2024 13:37:35 +0800
Subject: [PATCH] 修改检测值输入bug

---
 src/views/quality/processconfiguration/index.vue |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index 6fff645..197b3f4 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -170,6 +170,18 @@
             // render: { fun: this.addOrUpdateHandle }
               }
           },
+          {
+              minWidth: '120',
+              prop: 'state',
+              label: '鐘舵��',
+              isTrue: true,
+              isSearch: true,
+              searchInfoType: 'select',
+              formatter: this.formatInsState,
+              optList: () => {
+                  return this.StateList
+              }
+          },
           // 妫�楠岀紪鍙�
           {
             minWidth: '140',
@@ -264,18 +276,7 @@
                searchInfoType: 'datetimerange',
                formatter: this.formatDateTime,
            },
-          {
-              minWidth: '120',
-              prop: 'state',
-              label: '鐘舵��',
-              isTrue: true,
-              isSearch: true,
-              searchInfoType: 'select',
-              formatter: this.formatInsState,
-              optList: () => {
-                  return this.StateList
-              }
-          },
+          
           // {
           //   minWidth: '120',
           //   prop: '',

--
Gitblit v1.9.3