修改物流弹窗及个人中心企业工具弹窗及员工模块的发货单管理,退换货管理新增

This commit is contained in:
2021-11-05 17:30:48 +08:00
parent e4d777887b
commit 883b032d8d
18 changed files with 3234 additions and 8 deletions

View File

@@ -203,6 +203,14 @@
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
<view class="tool-label-name">扫码核销</view>
</view>
<view class="tool-label" v-if="permission.orderShipment" @click="$Router.push({name: 'Deliver'})" >
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
<view class="tool-label-name">发货单管理</view>
</view>
<view class="tool-label" v-if="permission.orderRefund" @click="$Router.push({name: 'Return'})">
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
<view class="tool-label-name">退换货管理</view>
</view>
</view>
</view>
<view class="userPartner" style="display: flex;flex-direction: column;" v-else>