fix:分合批撤销后不展示编辑

This commit is contained in:
shijing 2025-07-04 09:57:14 +08:00
parent c0ab24c25b
commit bf64596820
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@
@click="table_edit(scope.row)" @click="table_edit(scope.row)"
v-auth="'handover.update'" v-auth="'handover.update'"
type="primary" type="primary"
v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null" v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null&&scope.row.mtype == 10"
>编辑</el-button >编辑</el-button
> >
<el-popconfirm <el-popconfirm

View File

@ -210,7 +210,7 @@
type="primary" type="primary"
v-if=" v-if="
(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&& (scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&
scope.row.submit_time == null scope.row.submit_time == null&&scope.row.mtype == 10
" "
>编辑</el-button >编辑</el-button
> >