fix:交接记录只要提交都可撤销
This commit is contained in:
parent
4ed5be41e6
commit
1f5cee4f11
|
@ -175,7 +175,7 @@
|
||||||
>查看</el-button>
|
>查看</el-button>
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
title="确定撤消吗?"
|
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)"
|
@confirm="table_reBack2(scope.row)"
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
>查看</el-button>
|
>查看</el-button>
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
title="确定撤消吗?"
|
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)"
|
@confirm="table_reBack2(scope.row)"
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
|
|
Loading…
Reference in New Issue