发货单退货单模块设置

This commit is contained in:
唐明明
2021-11-10 13:50:03 +08:00
parent 87369721b8
commit ec43dcb71c
2 changed files with 8 additions and 8 deletions

View File

@@ -183,11 +183,11 @@
<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: 'Deliver'})">
<view class="tool-label" v-if="permission.orderShipment" @click="$Router.push({name: 'Deliver'})">
<image class="tool-label-img" src="/static/user/userTool-08.png" mode=""></image>
<view class="tool-label-name">发货单管理</view>
</view>
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: 'Return'})">
<view class="tool-label" v-if="permission.orderRefund" @click="$Router.push({name: 'Return'})">
<image class="tool-label-img" src="/static/user/userTool-07.png" mode=""></image>
<view class="tool-label-name">退换货管理</view>
</view>