fix:玻纤交接记录撤消按钮文案改为撤回

This commit is contained in:
shijing 2026-01-13 13:35:25 +08:00
parent 392f979ff5
commit 702ef1e296
1 changed files with 3 additions and 3 deletions

View File

@ -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) => {