@@ -22,7 +22,9 @@
@click="editShoppingStatus('0')">
关闭商城
</a-button>
- <div style="margin:10px 0;color:gray;">{{ shoppingMallStatus=='0'?'开启':'关闭' }}商城后,易码通{{ shoppingMallStatus=='0'?'会':'不会' }}显示商城</div>
+ <div style="margin:10px 0;color:gray;" v-if="$hasPermissions('B_openShopProduct')||$hasPermissions('B_closeShopProduct')">
+ {{ shoppingMallStatus=='0'?'开启':'关闭' }}商城后,易码通{{ shoppingMallStatus=='0'?'会':'不会' }}显示商城
+ </div>
</div>
<!-- 搜索条件 -->
<div ref="tableSearch" class="table-page-search-wrapper">