商品权证管理新增数据统计

This commit is contained in:
唐明明
2021-11-05 18:07:10 +08:00
parent 786419212f
commit 33098708f2
5 changed files with 318 additions and 224 deletions

View File

@@ -183,6 +183,14 @@
<image class="tool-label-img" src="/static/user/userTool-01.png" mode=""></image>
<view class="tool-label-name">优惠券管理</view>
</view>
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: ''})">
<image class="tool-label-img" src="/static/user/userTool-07.png" mode=""></image>
<view class="tool-label-name">退换货管理</view>
</view>
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: ''})">
<image class="tool-label-img" src="/static/user/userTool-08.png" mode=""></image>
<view class="tool-label-name">发货单管理</view>
</view>
<view class="tool-label" @click="$Router.push({name: 'instrumentSpread'})">
<image class="tool-label-img" src="/static/user/userTool-02.png" mode=""></image>
<view class="tool-label-name">营销推广码</view>