对接政策征求意见流程
This commit is contained in:
+3
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user