Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b9602f66b |
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<!-- 数量统计和筛选 -->
|
<!-- 数量统计和筛选 -->
|
||||||
<view class="filter-bar">
|
<view class="filter-bar">
|
||||||
<text class="total-count">总数量: {{ filteredOrders.length }}</text>
|
<text class="total-count">总数量: {{ total }}</text>
|
||||||
<view class="search-btn" @click="showFilterSidebar = true">
|
<view class="search-btn" @click="showFilterSidebar = true">
|
||||||
<text class="search-icon">🔍</text>
|
<text class="search-icon">🔍</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user