修改电表报表抄表记录

This commit is contained in:
2025-01-17 08:44:59 +08:00
parent 2b653ea3ed
commit 24f2ec9ead
13 changed files with 323 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
<!--pages/meterList/index.wxml-->
<navigator title="电表列表" canBack="{{true}}" />
<table header="{{header}}" list="{{list}}" />
<view style="margin: 20rpx"> 当前时间:{{ time }} </view>
<table header="{{header}}" list="{{list}}" border="{{true}}" />