代码修改

This commit is contained in:
lyd
2022-10-26 10:16:24 +08:00
parent c70b11fe54
commit f8394110ef
5 changed files with 42 additions and 10 deletions

View File

@@ -136,7 +136,7 @@
v-permission="['admin','instruction:edit','instruction:del']"
fixed="right"
label="操作"
width="120px"
width="160px"
align="center"
>
<template slot-scope="scope">
@@ -150,6 +150,11 @@
icon="el-icon-success"
@click="doOperate(scope.row, 'a')"
>完成</el-button>
<el-button
type="text"
icon="el-icon-error"
@click="doOperate(scope.row, 'b')"
>取消</el-button>
</template>
</el-table-column>
</el-table>