fix:分合批撤销后不展示编辑
This commit is contained in:
parent
c0ab24c25b
commit
bf64596820
|
@ -186,7 +186,7 @@
|
|||
@click="table_edit(scope.row)"
|
||||
v-auth="'handover.update'"
|
||||
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-popconfirm
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
type="primary"
|
||||
v-if="
|
||||
(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
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue