feat: 支持上课统计功能;优化会员管理默认筛选状态

This commit is contained in:
richarjiang
2026-09-09 10:04:29 +08:00
parent 30ebc1c344
commit 99c5c211ad
17 changed files with 594 additions and 20 deletions

View File

@@ -27,6 +27,16 @@
</view>
</view>
<view class="section-header"><text class="section-title">教学报告</text></view>
<view class="list">
<view class="list-item" @tap="navigate('/pages/admin/analytics')">
<view class="item-left">
<view class="item-icon-wrap icon--subscribe"><text class="item-icon-text"></text></view>
<view class="item-text-group"><text class="item-title">统计分析</text><text class="item-desc">月度课次 · 学员出勤 · 上课明细</text></view>
</view>
<view class="item-arrow"><text class="arrow-text"></text></view>
</view>
</view>
<!-- Section header: 课程管理 -->
<view class="section-header">
<text class="section-title">课程管理</text>