准备联调抄表记录

This commit is contained in:
2025-09-16 17:35:49 +08:00
194 changed files with 6560 additions and 1095 deletions

View File

@@ -1,14 +1,17 @@
<!--pages/workBench/index.wxml-->
<navigator title="工作台" canBack="true" />
<van-tabs active="{{ active }}" bind:change="onTabChange">
<van-tab title="充值">
<recharge />
</van-tab>
<van-tab title="查询">
<van-tab title="电表信息" >
<record />
</van-tab>
<van-tab title="审核">
<approve />
<van-tab title="商户信息" >
<tenement />
</van-tab>
<van-tab title="充值审核">
<recharge />
</van-tab>
<van-tab title="C端账号" >
<account />
</van-tab>
<van-tab title="抄表">
<reading />