对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 14:30:51 +08:00
parent 3ca389a31f
commit 7b3197ab89
@@ -157,7 +157,7 @@
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, scope.$index, '编辑']">编辑
</el-dropdown-item>
<el-dropdown-item v-if="this.taskKey != 'PolicySolicitOpinionProcessKey12'"
<el-dropdown-item v-if="taskKey != 'PolicySolicitOpinionProcessKey12'"
:command="[scope.row, scope.$index,'删除']">删除
</el-dropdown-item>
</el-dropdown-menu>