|
@@ -43,6 +43,13 @@
|
|
|
bordered>
|
|
|
<!-- 操作 -->
|
|
|
<template slot="action" slot-scope="text, record">
|
|
|
+ <a-icon
|
|
|
+ v-hasPermission="'M_evaluationPlan_setItem'"
|
|
|
+ title="选择考评项目"
|
|
|
+ id="evaluationPlan-setting"
|
|
|
+ type="setting"
|
|
|
+ class="actionBtn orange"
|
|
|
+ @click="handleSet(record)" />
|
|
|
<a-icon
|
|
|
id="evaluationPlan-edit"
|
|
|
title="编辑"
|
|
@@ -57,13 +64,6 @@
|
|
|
class="actionBtn red"
|
|
|
v-if="record.status == '0' && $hasPermissions('B_evaluationPlan_del')"
|
|
|
@click="delect(record)" />
|
|
|
- <a-icon
|
|
|
- v-hasPermission="'M_evaluationPlan_setItem'"
|
|
|
- title="选择考评项目"
|
|
|
- id="evaluationPlan-setting"
|
|
|
- type="setting"
|
|
|
- class="actionBtn orange"
|
|
|
- @click="handleSet(record)" />
|
|
|
<span v-if="(!$hasPermissions('M_evaluationPlan_edit') && !$hasPermissions('B_evaluationPlan_del') && !$hasPermissions('M_evaluationPlan_setItem'))||(record.status == '1' && !$hasPermissions('M_evaluationPlan_setItem'))">--</span>
|
|
|
</template>
|
|
|
<!-- 启用禁用 -->
|