Browse Source

fix:[模板管理]优化

lkf
15881625488@163.com 2 months ago
parent
commit
9e2cbd8441
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue

+ 1
- 1
src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue View File

@ -15,7 +15,7 @@
<CustomTable @blur="onHandleTableBlur" :showHeaderSelect="fillType === 'actFill'" :showAddRow="fillType === 'actFill'" :showOperation="fillType === 'actFill'" ref="stepTableRef" :columns="stepColumns"
:formData="formData" >
<template slot="operation" slot-scope="{ row, rowIndex, columns }">
<TableOpertaionDelete :row="row" :rowIndex="rowIndex" :columns="columns" ></TableOpertaionDelete>
<TableOpertaionDelete :row="row" :rowIndex="rowIndex" :columns="columns" @deleteRow="deleteRow" ></TableOpertaionDelete>
</template>
</CustomTable>
</div>

Loading…
Cancel
Save