This commit is contained in:
ldj_willow
2022-10-26 11:00:55 +08:00
23 changed files with 543 additions and 62 deletions

View File

@@ -138,7 +138,7 @@
v-permission="['admin','instruction:edit','instruction:del']"
fixed="right"
label="操作"
width="120px"
width="160px"
align="center"
>
<template slot-scope="scope">
@@ -152,6 +152,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>