|
@@ -22,7 +22,7 @@
|
|
|
bordered>
|
|
|
<!-- 操作 -->
|
|
|
<template slot="action" slot-scope="text, record">
|
|
|
- <a-icon v-hasPermission="'B_target_edit'" id="setEvaItemModal-edit" type="edit" class="actionBtn icon-blue" @click="openModal(record)" />
|
|
|
+ <a-icon v-hasPermission="'B_target_edit'" id="setEvaItemModal-edit" type="edit" class="actionBtn icon-blues" @click="openModal(record)" />
|
|
|
<a-icon v-hasPermission="'B_target_del'" id="setEvaItemModal-delete" type="delete" class="actionBtn icon-red" @click="delect(record)" />
|
|
|
<span v-if="!$hasPermissions('B_target_edit') && !$hasPermissions('B_target_del')">--</span>
|
|
|
</template>
|