Browse Source

feat:[模板管理][update]

lkf
luojie 3 months ago
parent
commit
18aead71d5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue View File

@ -36,7 +36,7 @@
ref="rongyeStepFormPackageRef" :formConfig="rongyeStepFormConfig" @blur="onHandleBlur"
:formData="formData" @clickable="handleRongyeClickable" />
<CustomTable @blur="onHandleTableBlur" :ref="`rongyeTableRef`" :columns="rongyeTableStepColumns"
:formData="formData" :prefixKey="`rongyeTable`" @clickable="handleRongyeTableClickable"
:formData="{stepTableFormData:formData.stepTableFormData_1,headerSelectFields:formData.headerSelectFields_1}" :prefixKey="`rongyeTable`" @clickable="handleRongyeTableClickable"
fieldItemLabel="template.common.operationSteps">
<template slot="operation" slot-scope="{ row, rowIndex}">
<TableOpertaion :fillType="fillType" :row="row" :rowIndex="rowIndex"
@ -51,7 +51,7 @@
</div>
</div>
</div>
<button @click = "onSave">保存</button>
<!-- <button @click = "onSave">保存</button> -->
<SelectReagentDialog @submit="onSelectReagentSubmit" ref="selectReagentDialogRef">
</SelectReagentDialog>
</div>

Loading…
Cancel
Save