feat: 成品库添加撤销按钮
This commit is contained in:
parent
ac108870ff
commit
43a6e2d58b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue