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_maintain/smt_mt_maintain.data.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/tigerprojects/mes/smt/tool/smt_maintain/smt_mt_maintain.data.ts b/src/views/tigerprojects/mes/smt/tool/smt_maintain/smt_mt_maintain.data.ts index 8afb7fc..4fb125e 100644 --- a/src/views/tigerprojects/mes/smt/tool/smt_maintain/smt_mt_maintain.data.ts +++ b/src/views/tigerprojects/mes/smt/tool/smt_maintain/smt_mt_maintain.data.ts @@ -94,7 +94,7 @@ label: '宸ュ叿缂栫爜', field: 'TOOL_CODE', required: true, - colProps: { span: 8 }, + colProps: { span: 24 }, component: 'Input', }, { @@ -107,7 +107,7 @@ label: '淇濆吇椤圭洰缂栫爜', field: 'PROJ_CODE', required: true, - colProps: { span: 8 }, + colProps: { span: 24 }, component: 'Input', }, { @@ -115,7 +115,7 @@ field: 'RESULT', required: true, component: 'ApiSelect', - colProps: { span: 8 }, + colProps: { span: 24 }, componentProps: { api: optionsListApi, resultField: 'Data', @@ -127,7 +127,7 @@ label: '澶囨敞', field: 'REMARK', required: true, - colProps: { span: 8 }, + colProps: { span: 24 }, component: 'Input', } ]; -- Gitblit v1.9.3