|
@@ -26,9 +26,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="操作"
|
|
|
- width="80">
|
|
|
+ width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <Edit :data="scope.row"></Edit>
|
|
|
+ <Edit class="inline-16" :data="scope.row"></Edit>
|
|
|
+ <customBtn
|
|
|
+ class="inline-16"
|
|
|
+ btnName="删 除"
|
|
|
+ type="text"
|
|
|
+ message="确定删除当前汇报模板吗?"
|
|
|
+ idName="20230520160302"
|
|
|
+ keyName="sys_workreportmodelid"
|
|
|
+ :id="scope.row.sys_workreportmodelid"
|
|
|
+ @onSuccess="getModelList"
|
|
|
+ />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|