From 969725647117eb7ca148b2e8cfa9ec8b5eb432fa Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 22 十月 2024 11:04:10 +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