|
@@ -36,12 +36,17 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="op-area">
|
|
|
- <button class="action-btn" @click="goOrderDetails(item.id, 1)">
|
|
|
- 网点订单
|
|
|
- </button>
|
|
|
- <button class="action-btn" @click="goOrderDetails(item.id, 2)">
|
|
|
- 全部订单
|
|
|
- </button>
|
|
|
+ <uni-badge class="uni-badge-left-margin" :text="item.dotOrderNum || '0'" absolute="rightTop" :offset="[35, 10]" size="small">
|
|
|
+ <button class="action-btn" @click="goOrderDetails(item.id, 1)">
|
|
|
+ 网点订单
|
|
|
+ </button>
|
|
|
+ </uni-badge>
|
|
|
+ <uni-badge class="uni-badge-left-margin" :text="item.allOrderNum || '0'" absolute="rightTop" :offset="[35, 10]" size="small">
|
|
|
+ <button class="action-btn" @click="goOrderDetails(item.id, 2)">
|
|
|
+ 全部订单
|
|
|
+ </button>
|
|
|
+ </uni-badge>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
</view>
|