|
@@ -57,7 +57,7 @@
|
|
|
v-if="record.status == 0 && $hasPermissions('B_bannerSet_del')"
|
|
|
class="actionBtn icon-red"
|
|
|
@click="delect(record)" />
|
|
|
- <span v-if="!$hasPermissions('B_bannerSet_detail') && !$hasPermissions('B_bannerSet_edit') && !$hasPermissions('B_bannerSet_del')">--</span>
|
|
|
+ <span v-if="!$hasPermissions('B_bannerSet_detail') && !(record.status == 0 && $hasPermissions('B_bannerSet_edit')) &&!(record.status == 0 &&$hasPermissions('B_bannerSet_del')) ">--</span>
|
|
|
</span>
|
|
|
<span slot="status" slot-scope="text, record">
|
|
|
<a-switch
|