|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<text style="margin-right: 8rpx;">📦</text> |
|
|
|
<text>订单</text> |
|
|
|
</view> |
|
|
|
<view wx:if="{{isInPersonnel}}" style="background: linear-gradient(135deg, #1677ff 0%, #0d54c7 100%); color: white; padding: 12rpx 24rpx; border-radius: 24rpx; margin: 10rpx; font-size: 26rpx; font-weight: bold; box-shadow: 0 4rpx 12rpx rgba(22, 119, 255, 0.3); display: flex; align-items: center; cursor: pointer;" bindtap="goToOrders"> |
|
|
|
<view wx:if="{{isInPersonnel}}" style="background: linear-gradient(135deg, #1677ff 0%, #0d54c7 100%); color: white; padding: 12rpx 24rpx; border-radius: 24rpx; margin: 10rpx; font-size: 26rpx; font-weight: bold; box-shadow: 0 4rpx 12rpx rgba(22, 119, 255, 0.3); display: flex; align-items: center; cursor: pointer;" bindtap="navigateToGoods"> |
|
|
|
<text style="margin-right: 8rpx;">📦</text> |
|
|
|
<text>货源管理</text> |
|
|
|
</view> |
|
|
|
|