对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 14:28:58 +08:00
parent 87a75344d7
commit 3ca389a31f
@@ -112,7 +112,7 @@
<el-table-column
v-if="isPersonInCharge"
prop="personInCharge"
prop="createUserName"
label="责任人"
show-overflow-tooltip
align="center">
@@ -157,7 +157,8 @@
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, scope.$index, '编辑']">编辑
</el-dropdown-item>
<el-dropdown-item :command="[scope.row, scope.$index,'删除']">删除
<el-dropdown-item v-if="this.taskKey != 'PolicySolicitOpinionProcessKey12'"
:command="[scope.row, scope.$index,'删除']">删除
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>