不显示库存
This commit is contained in:
@@ -178,10 +178,10 @@
|
||||
<!-- 基础总计数据 -->
|
||||
<view v-if="(goods.show_sales_number_status || 0) == 1 || (goods.show_inventory_status || 0) == 1" class="br-t padding-main">
|
||||
<view class="text-size-xs flex-row jc-sb">
|
||||
<view v-if="(goods.show_inventory_status || 0) == 1">
|
||||
<!-- <view v-if="(goods.show_inventory_status || 0) == 1">
|
||||
<text class="cr-grey">{{$t('goods-detail.goods-detail.1s79t4')}}</text>
|
||||
<text class="cr-main padding-left-sm">{{ goods.inventory }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view>
|
||||
<text class="cr-grey">{{$t('goods-category.goods-category.283ot0')}}</text>
|
||||
<text class="cr-main padding-left-sm">{{ goods.access_count }}</text>
|
||||
|
||||
Reference in New Issue
Block a user