Browse Source

feat:[模板管理][update]

ouqian
luojie 1 month ago
parent
commit
6c3a1437f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/xb/XB001.vue

+ 1
- 1
src/views/business/comps/template/comps/xb/XB001.vue View File

@ -50,7 +50,7 @@
<CustomTable <CustomTable
:ref="`tableSecondRef`" :ref="`tableSecondRef`"
:columns="tableSecondColumns" :columns="tableSecondColumns"
:formData="formData"
:formData="{stepTableFormData:formData.stepTableFormData_1,headerSelectFields:{}}"
:prefixKey = "`tableSecond`" :prefixKey = "`tableSecond`"
fieldItemLabel = "template.common.operationSteps" fieldItemLabel = "template.common.operationSteps"
:showOperation="fillType === 'preFill'" :showOperation="fillType === 'preFill'"

Loading…
Cancel
Save