Files
huishou/dist/dev/mp-weixin/pages/admin/index.wxml
T
2026-07-27 13:37:48 +08:00

1 line
3.8 KiB
Plaintext

<view class="admin-container data-v-f94c733c"><view class="admin-header data-v-f94c733c"><view class="header-left data-v-f94c733c"><text class="header-title data-v-f94c733c">管理后台</text><text class="header-subtitle data-v-f94c733c">易分宝现场回收系统</text></view><view class="header-right data-v-f94c733c" bindtap="{{a}}"><text class="logout-icon data-v-f94c733c">📤</text><text class="logout-text data-v-f94c733c">退出</text></view></view><view class="stats-grid data-v-f94c733c"><view class="stat-card data-v-f94c733c"><view class="stat-icon data-v-f94c733c">📊</view><view class="stat-info data-v-f94c733c"><text class="stat-value data-v-f94c733c">{{b}}</text><text class="stat-label data-v-f94c733c">今日订单</text></view></view><view class="stat-card data-v-f94c733c"><view class="stat-icon data-v-f94c733c">💰</view><view class="stat-info data-v-f94c733c"><text class="stat-value data-v-f94c733c">¥{{c}}</text><text class="stat-label data-v-f94c733c">今日金额</text></view></view><view class="stat-card data-v-f94c733c"><view class="stat-icon data-v-f94c733c">♻️</view><view class="stat-info data-v-f94c733c"><text class="stat-value data-v-f94c733c">{{d}}kg</text><text class="stat-label data-v-f94c733c">回收总量</text></view></view><view class="stat-card data-v-f94c733c"><view class="stat-icon data-v-f94c733c">📦</view><view class="stat-info data-v-f94c733c"><text class="stat-value data-v-f94c733c">{{e}}</text><text class="stat-label data-v-f94c733c">回收品类</text></view></view></view><view class="quick-actions data-v-f94c733c"><view class="section-title data-v-f94c733c">快捷操作</view><view class="action-grid data-v-f94c733c"><view class="action-item data-v-f94c733c" bindtap="{{f}}"><view class="action-icon data-v-f94c733c">📋</view><text class="action-name data-v-f94c733c">订单管理</text></view><view class="action-item data-v-f94c733c" bindtap="{{g}}"><view class="action-icon data-v-f94c733c">💰</view><text class="action-name data-v-f94c733c">价格管理</text></view><view class="action-item data-v-f94c733c" bindtap="{{h}}"><view class="action-icon data-v-f94c733c">👥</view><text class="action-name data-v-f94c733c">用户管理</text></view><view class="action-item data-v-f94c733c" bindtap="{{i}}"><view class="action-icon data-v-f94c733c">📈</view><text class="action-name data-v-f94c733c">统计报表</text></view></view></view><view class="recent-orders data-v-f94c733c"><view class="section-title data-v-f94c733c"><text class="data-v-f94c733c">最近订单</text><text class="view-all data-v-f94c733c" bindtap="{{j}}">查看全部</text></view><view class="order-list data-v-f94c733c"><view wx:for="{{k}}" wx:for-item="order" wx:key="f" class="order-item data-v-f94c733c" bindtap="{{order.g}}"><view class="order-left data-v-f94c733c"><view class="order-id data-v-f94c733c">{{order.a}}</view><view class="order-time data-v-f94c733c">{{order.b}}</view></view><view class="order-right data-v-f94c733c"><view class="order-amount data-v-f94c733c">¥{{order.c}}</view><view class="{{['order-status', 'data-v-f94c733c', order.e]}}">{{order.d}}</view></view></view></view></view><view class="tab-bar data-v-f94c733c"><view class="tab-item active data-v-f94c733c"><text class="tab-icon data-v-f94c733c">🏠</text><text class="tab-text data-v-f94c733c">首页</text></view><view class="tab-item data-v-f94c733c" bindtap="{{l}}"><text class="tab-icon data-v-f94c733c">📋</text><text class="tab-text data-v-f94c733c">订单</text></view><view class="tab-item data-v-f94c733c" bindtap="{{m}}"><text class="tab-icon data-v-f94c733c">💰</text><text class="tab-text data-v-f94c733c">价格</text></view><view class="tab-item data-v-f94c733c" bindtap="{{n}}"><text class="tab-icon data-v-f94c733c">👤</text><text class="tab-text data-v-f94c733c">用户</text></view></view></view>