feat: 成品库添加撤销按钮

This commit is contained in:
caoqianming 2025-04-15 10:56:44 +08:00
parent ac108870ff
commit 43a6e2d58b
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"