From cc5dd2f9edbe437356067fe125f1ed0cf5fd2b3a Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期三, 22 五月 2024 15:25:11 +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..4220c25 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: 12 }, component: 'Input', }, { @@ -107,7 +107,7 @@ label: '淇濆吇椤圭洰缂栫爜', field: 'PROJ_CODE', required: true, - colProps: { span: 8 }, + colProps: { span: 12 }, component: 'Input', }, { @@ -115,7 +115,7 @@ field: 'RESULT', required: true, component: 'ApiSelect', - colProps: { span: 8 }, + colProps: { span: 12 }, componentProps: { api: optionsListApi, resultField: 'Data', @@ -127,7 +127,7 @@ label: '澶囨敞', field: 'REMARK', required: true, - colProps: { span: 8 }, + colProps: { span: 12 }, component: 'Input', } ]; -- Gitblit v1.9.3