暂存工作台抄表

This commit is contained in:
2025-09-10 15:51:13 +08:00
parent cdbc3fa959
commit 493be62f44
8 changed files with 139 additions and 3 deletions

View File

@@ -1,2 +1,12 @@
<!--pages/readingHistory/index.wxml-->
<navigator title="历史抄表记录" canBack="{{true}}" />
<navigator title="历史抄表记录" canBack="{{true}}" />
<view class="wrapper">
<meterInfo />
<view class="historyTitle">
<view class="text">
抄表记录历史
</view>
<van-button type="info" size="small" icon="plus" > 新增记录 </van-button>
</view>
</view>