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 }