Browse Source

feat: [模板配置] 增加对比项

lkf
memorylkf 3 months ago
parent
commit
ac58fda07f
2 changed files with 5 additions and 3 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue
  2. +4
    -2
      src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js

+ 1
- 1
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue View File

@ -23,7 +23,7 @@
@blur="onHandleTableBlur" @blur="onHandleTableBlur"
:ref="`tableRef`" :ref="`tableRef`"
:columns="tableStepColumns" :columns="tableStepColumns"
:formData="formData"
:formData="formData.tableData"
:prefixKey = "`table`" :prefixKey = "`table`"
fieldItemLabel = "这个是什么" fieldItemLabel = "这个是什么"
> >

+ 4
- 2
src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js View File

@ -45,7 +45,8 @@ export const getSWYPFXFFXYPZBBTableConfig = ($this) => {
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
bodyFillType: 'actFill', bodyFillType: 'actFill',
bodyMaxlength: 10
bodyMaxlength: 10,
compareTo: 'yjryxql'
}, },
{ {
label: '预计基质吸取量', label: '预计基质吸取量',
@ -67,7 +68,8 @@ export const getSWYPFXFFXYPZBBTableConfig = ($this) => {
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
bodyFillType: 'actFill', bodyFillType: 'actFill',
bodyMaxlength: 10
bodyMaxlength: 10,
compareTo: 'yjjzxql'
}, },
{ {
label: '化合物终浓度', label: '化合物终浓度',

Loading…
Cancel
Save