From 0c99ab4e1e2247e145353567477a399b40e0ddb5 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 15 Apr 2026 19:41:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comps/template/formConfig/paralleAndLadderConfig.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js b/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js index 93f052f..cec2968 100644 --- a/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js +++ b/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js @@ -34,8 +34,8 @@ const explainConfig = { } } } - -const config1 = { +//gsp004 配制说明 +const gsp4config1 = { sfxyzjfx: { label: 'template.gsp.GSP003.sfxyzjfx', type: "select", @@ -45,6 +45,10 @@ const config1 = { { label: '否', value: '否' } ] }, + blank: { + label: '', + type: 'span' + } } //编号对应的数据字典code @@ -541,6 +545,8 @@ export const getLadderFormConfig = ($this) => { ] if (sn === 'LBA007' || sn === 'ADA007') { defaultConfig.unshift(explainConfig) + }else if (sn === 'GSP004') { + defaultConfig[0].config = {...gsp4config1,...defaultConfig[0].config, } } return defaultConfig }