fix:玻纤交接记录撤消按钮文案改为撤回
This commit is contained in:
parent
392f979ff5
commit
702ef1e296
|
|
@ -156,12 +156,12 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
>查看</el-button>
|
>查看</el-button>
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
title="确定撤消吗?"
|
title="确定撤回吗?"
|
||||||
v-if="scope.row.submit_time!== null"
|
v-if="scope.row.submit_time!== null"
|
||||||
@confirm="table_reBack2(scope.row)"
|
@confirm="table_reBack2(scope.row)"
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button type="warning">撤消</el-button>
|
<el-button type="warning">撤回</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-popconfirm>
|
</el-popconfirm>
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
|
|
@ -422,7 +422,7 @@ export default {
|
||||||
that.$refs.table.queryData(that.query);
|
that.$refs.table.queryData(that.query);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//撤消
|
//撤回
|
||||||
table_reBack2(row){
|
table_reBack2(row){
|
||||||
let that = this;
|
let that = this;
|
||||||
that.$API.wpm.handover.revert.req(row.id).then((res) => {
|
that.$API.wpm.handover.revert.req(row.id).then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue