|
@@ -6,7 +6,7 @@
|
|
<a-button
|
|
<a-button
|
|
type="primary"
|
|
type="primary"
|
|
class="button-info"
|
|
class="button-info"
|
|
- v-if="shoppingMallStatus=='0'"
|
|
|
|
|
|
+ v-if="shoppingMallStatus=='0'&&$hasPermissions('B_openShopProduct')"
|
|
icon="unlock"
|
|
icon="unlock"
|
|
id="easyPassShopping-open-btn"
|
|
id="easyPassShopping-open-btn"
|
|
:loading="iconLoading"
|
|
:loading="iconLoading"
|
|
@@ -15,7 +15,7 @@
|
|
</a-button>
|
|
</a-button>
|
|
<a-button
|
|
<a-button
|
|
type="primary"
|
|
type="primary"
|
|
- v-else
|
|
|
|
|
|
+ v-if="shoppingMallStatus=='1'&&$hasPermissions('B_closeShopProduct')"
|
|
icon="poweroff"
|
|
icon="poweroff"
|
|
id="easyPassShopping-close-btn"
|
|
id="easyPassShopping-close-btn"
|
|
:loading="iconLoading"
|
|
:loading="iconLoading"
|