|
@@ -77,8 +77,8 @@
|
|
|
<a-divider type="vertical" v-if="record.state == '0'"/>
|
|
|
<a @click="handleEdit(record,'1')">详情</a>
|
|
|
<a-divider type="vertical" />
|
|
|
- <a-popconfirm :title="'确定'+record.roleText+'吗?'" @confirm="() => plannerSubmit(record,1)">
|
|
|
- <a >{{ record.roleText }}</a>
|
|
|
+ <a-popconfirm :title="'确定'+record.roleText+'吗?'" @confirm="() => plannerSubmit(record,1)" >
|
|
|
+ <a v-if="record.state !== '70'">{{ record.roleText }}</a>
|
|
|
</a-popconfirm>
|
|
|
<!-- <a-popconfirm title="确定人事行政审批吗?" @confirm="() => plannerSubmit(record,2)" v-if="record.state == '2'">
|
|
|
<a >人事行政审批</a>
|