You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
557 B
18 lines
557 B
<!--pages/admin/admin.wxml-->
|
|
<view class="container">
|
|
<view class="header">
|
|
<text class="title">管理员界面</text>
|
|
</view>
|
|
|
|
<view class="buttons">
|
|
<!-- 查看上报按钮 -->
|
|
<button bindtap="goToViewReports" class="action-btn">查看上报</button>
|
|
<!-- 智能统计分析按钮 -->
|
|
<button bindtap="goToDataAnalysis" class="action-btn">智能统计分析</button>
|
|
</view>
|
|
<view>
|
|
<!-- 返回登录界面按钮 -->
|
|
<button bindtap="goTologin" class="action-btn">返回登录界面</button>
|
|
</view>
|
|
</view>
|