fix:交接记录只要提交都可撤销

This commit is contained in:
shijing 2025-07-10 08:35:08 +08:00
parent 4ed5be41e6
commit 1f5cee4f11
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@
>查看</el-button>
<el-popconfirm
title="确定撤消吗?"
v-if="scope.row.submit_time!== null&&(scope.row.type == 10||scope.row.type == 20)"
v-if="scope.row.submit_time!== null"
@confirm="table_reBack2(scope.row)"
>
<template #reference>

View File

@ -195,7 +195,7 @@
>查看</el-button>
<el-popconfirm
title="确定撤消吗?"
v-if="scope.row.submit_time!== null&&(scope.row.type == 10||scope.row.type == 20)"
v-if="scope.row.submit_time!== null"
@confirm="table_reBack2(scope.row)"
>
<template #reference>