|
@@ -44,16 +44,13 @@
|
|
:data="loadData"
|
|
:data="loadData"
|
|
bordered>
|
|
bordered>
|
|
<span slot="action" slot-scope="text, record">
|
|
<span slot="action" slot-scope="text, record">
|
|
- <template>
|
|
|
|
- <a-icon
|
|
|
|
- v-if="$hasPermissions('B_partnerManage_edit') && record.state==0"
|
|
|
|
- type="edit"
|
|
|
|
- id="bannerSetting-handleEdit"
|
|
|
|
- title="编辑"
|
|
|
|
- class="actionBtn icon-blues"
|
|
|
|
- @click="handleEdit(record)" />
|
|
|
|
- <span v-if="record.state==1">--</span>
|
|
|
|
- </template>
|
|
|
|
|
|
+ <a-icon
|
|
|
|
+ v-if="$hasPermissions('B_partnerManage_edit') && record.state==0"
|
|
|
|
+ type="edit"
|
|
|
|
+ id="bannerSetting-handleEdit"
|
|
|
|
+ title="编辑"
|
|
|
|
+ class="actionBtn icon-blues"
|
|
|
|
+ @click="handleEdit(record)" />
|
|
|
|
|
|
<a-icon type="qrcode" title="查看小程序码" @click="getQrCode(record)" :style="{ fontSize: '20px', color: '#e29e14', padding: '0 10px' }" v-hasPermission="'B_partnerManage_QRcode'" />
|
|
<a-icon type="qrcode" title="查看小程序码" @click="getQrCode(record)" :style="{ fontSize: '20px', color: '#e29e14', padding: '0 10px' }" v-hasPermission="'B_partnerManage_QRcode'" />
|
|
</span>
|
|
</span>
|