From 7cf58a4d2fff6b9cba9029d4d43ba9744dbef864 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 18 七月 2024 15:49:03 +0800
Subject: [PATCH] 工单更新

---
 src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts b/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
index ccc70d5..5dc0da5 100644
--- a/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
+++ b/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
@@ -206,7 +206,7 @@
     label: '鏉$爜',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'ID',
@@ -219,20 +219,20 @@
     label: '鍨嬪彿',
     component: 'Input',
     show: false,
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'TOOL_SPEC',
     label: '鎻忚堪',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'TYPE',
     label: '绫诲瀷',
     component: 'ApiSelect',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
     componentProps: {
       api: optionsListApiType,
       resultField: 'Data',
@@ -245,41 +245,41 @@
     label: '鍒堕�犲晢',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'USE_LIMIT',
     label: '浣跨敤涓婇檺',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'MT_ALARM_NO',
     label: '淇濆吇棰勮娆℃暟',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'SCRAP_ALARM_NO',
     label: '鎶ュ簾棰勮娆℃暟',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'WH_CODE',
     label: '浠撲綅',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'REGION_CODE',
     label: '鍌ㄤ綅',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
-  },
+    colProps: { span: 12 },
+  }
 ];

--
Gitblit v1.9.3