开始做工作台,调整用电查询分页

This commit is contained in:
2024-11-08 18:24:05 +08:00
parent 08ef87ce33
commit b9d1ee34a7
32 changed files with 384 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
<!--pages/workBench/index.wxml-->
<navigator title="工作台" canBack="true" />
<van-tabs active="{{ active }}" bind:change="onTabChange">
<van-tab title="充值">
<recharge />
</van-tab>
<van-tab title="查询">
<record />
</van-tab>
<van-tab title="审核">
<approve />
</van-tab>
</van-tabs>