|
|
@ -475,6 +475,9 @@ export const getLadderFormConfig = ($this) => { |
|
|
|
|
|
|
|
|
//试验基本信息
|
|
|
//试验基本信息
|
|
|
export const getBaseInfoFormConfig = ($this) => { |
|
|
export const getBaseInfoFormConfig = ($this) => { |
|
|
|
|
|
const sn = $this.sn; |
|
|
|
|
|
const labArr = ["LBA005","LBA007"] |
|
|
|
|
|
const isLab = labArr.includes(sn); |
|
|
return [ |
|
|
return [ |
|
|
{ |
|
|
{ |
|
|
type: 'cardItem', |
|
|
type: 'cardItem', |
|
|
@ -506,7 +509,7 @@ export const getBaseInfoFormConfig = ($this) => { |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: 'conditionItem', |
|
|
type: 'conditionItem', |
|
|
label: 'template.common.testConfigurationConditions', |
|
|
|
|
|
|
|
|
label:isLab? 'template.lba.lba002.cztj':'template.common.testConfigurationConditions', |
|
|
config: { |
|
|
config: { |
|
|
pre: { |
|
|
pre: { |
|
|
label: 'template.common.preFill', |
|
|
label: 'template.common.preFill', |
|
|
|