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',