From 153fa2cf25034afe8d0e11966a90210fbd0ba2f9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 16 Feb 2026 22:42:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(mes-tm):=20=E4=BF=AE=E5=A4=8D=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=AE=A1=E7=90=86=E5=89=8D=E7=AB=AF=20TODO=20?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E5=AE=8C=E5=96=84=E8=A1=A8=E5=8D=95=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E3=80=81=E7=BC=96=E7=A0=81=E7=94=9F=E6=88=90=E5=92=8C?= =?UTF-8?q?=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. ToolForm:表单改为 el-row/el-col 栅格布局(960px 宽弹窗),新增编码"生成"按钮(TL 前缀) 2. ToolTypeForm:类型编码新增"生成"按钮(TT 前缀),保养周期拆分为天/次两个条件字段 3. type/index:保养周期列增加天/次单位后缀展示 4. tool/index + type/index:补齐所有表格列宽(编码 120、名称 min-150、状态 80 等) --- src/views/mes/tm/tool/ToolForm.vue | 225 ++++++++++++-------- src/views/mes/tm/tool/index.vue | 18 +- src/views/mes/tm/tool/type/ToolTypeForm.vue | 33 ++- src/views/mes/tm/tool/type/index.vue | 33 ++- 4 files changed, 194 insertions(+), 115 deletions(-) diff --git a/src/views/mes/tm/tool/ToolForm.vue b/src/views/mes/tm/tool/ToolForm.vue index 4636eccdf..243a03b0b 100644 --- a/src/views/mes/tm/tool/ToolForm.vue +++ b/src/views/mes/tm/tool/ToolForm.vue @@ -1,7 +1,6 @@