feat: 成品库添加撤销按钮

This commit is contained in:
caoqianming 2025-04-15 10:56:44 +08:00
parent 8e23efa4e1
commit 007a0b11ed
1 changed files with 9 additions and 0 deletions

View File

@ -115,6 +115,15 @@
>
提交
</el-button>
<el-button
link
type="warning"
@click="revert(scope.row)"
v-auth="'mio.submit'"
v-if="scope.row.state == 20"
>
撤销
</el-button>
<el-button
link
type="danger"