|
@@ -109,13 +109,7 @@
|
|
class="button-success"
|
|
class="button-success"
|
|
@click="handleDetail(record)"
|
|
@click="handleDetail(record)"
|
|
id="customerManagementList-detail-btn">详情</a-button>
|
|
id="customerManagementList-detail-btn">详情</a-button>
|
|
- <!-- <a-button
|
|
|
|
- size="small"
|
|
|
|
- v-if="$hasPermissions('B_customer_customerInfo_del') && record.satelliteFlag!=1"
|
|
|
|
- type="link"
|
|
|
|
- class="button-error"
|
|
|
|
- @click="handleDel(record)"
|
|
|
|
- id="customerManagementList-del-btn">删除</a-button> -->
|
|
|
|
|
|
+ <span v-if="!$hasPermissions('B_customer_customerInfo_edit') && !$hasPermissions('B_customer_customerInfo_detail')">--</span>
|
|
</template>
|
|
</template>
|
|
<template slot="enableAction" slot-scope="text, record">
|
|
<template slot="enableAction" slot-scope="text, record">
|
|
<a-switch v-if="$hasPermissions('B_customer_customerInfo_enable')" checkedChildren="启用" unCheckedChildren="禁用" v-model="record.enabledFlag" @change="changeFlagHandle(text, record)"/>
|
|
<a-switch v-if="$hasPermissions('B_customer_customerInfo_enable')" checkedChildren="启用" unCheckedChildren="禁用" v-model="record.enabledFlag" @change="changeFlagHandle(text, record)"/>
|