From e1584082a347d5b511fb9e5ea60ee134b9076031 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 9 Mar 2026 17:03:12 +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 --- src/views/business/comps/template/TemplateTable.vue | 2 +- .../business/comps/template/formConfig/paralleAndLadderConfig.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index ac08188..a2a70c4 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -268,7 +268,7 @@ export default { 'LBA002': 'LBA002', 'LBA003': 'LBA003', 'LBA004': 'LBA004', - 'LBA005': 'LBA005', + 'LBA005': 'SP00456', 'LBA006': 'LBA006', 'LBA007': 'LBA007', //ADA diff --git a/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js b/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js index bfb54d9..c4de2fc 100644 --- a/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js +++ b/src/views/business/comps/template/formConfig/paralleAndLadderConfig.js @@ -475,6 +475,9 @@ export const getLadderFormConfig = ($this) => { //试验基本信息 export const getBaseInfoFormConfig = ($this) => { + const sn = $this.sn; + const labArr = ["LBA005","LBA007"] + const isLab = labArr.includes(sn); return [ { type: 'cardItem', @@ -506,7 +509,7 @@ export const getBaseInfoFormConfig = ($this) => { }, { type: 'conditionItem', - label: 'template.common.testConfigurationConditions', + label:isLab? 'template.lba.lba002.cztj':'template.common.testConfigurationConditions', config: { pre: { label: 'template.common.preFill',