Browse Source

fix[模板管理]DL016.vue

ouqian
lslaiwy 1 month ago
parent
commit
814072f0d2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/comps/template/comps/dl/DL016.vue

+ 2
- 2
src/views/business/comps/template/comps/dl/DL016.vue View File

@ -12,14 +12,14 @@
<TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="yqResource" /> <TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="yqResource" />
<BaseInfoFormPackage fieldItemLabel="template.dl.dl016.xbxx" label="template.dl.dl016.xbxx" <BaseInfoFormPackage fieldItemLabel="template.dl.dl016.xbxx" label="template.dl.dl016.xbxx"
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData"
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" @onRegentSubmit="onRegentSubmit"
/> />
<LineLabel label="template.dl.dl016.qcxjjyqk" /> <LineLabel label="template.dl.dl016.qcxjjyqk" />
<CustomTable <CustomTable
@headerSelectChange="onHeaderSelectChange" @headerSelectChange="onHeaderSelectChange"
fieldItemLabel="template.common.operationSteps" @blur="onHandleTableBlur" fieldItemLabel="template.common.operationSteps" @blur="onHandleTableBlur"
@beforeSaveRecord = "beforeSaveRecord" @onRegentSubmit="(e) => onRegentSubmit"
@beforeSaveRecord = "beforeSaveRecord"
:showAddRow="false" :showOperation="false" :showAddRow="false" :showOperation="false"
ref="qcxjjyqkTableRef" :columns="stepColumns" :formData="formData"> ref="qcxjjyqkTableRef" :columns="stepColumns" :formData="formData">
</CustomTable> </CustomTable>

Loading…
Cancel
Save