暂存工作台抄表

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

@@ -0,0 +1,55 @@
<!--pages/readingHistory/components/meterInfo/index.wxml-->
<view class="wrapper">
<view class="title">
<view class="address">
标1东-307
</view>
<view class="status">
正常运行中
</view>
</view>
<view class="detail">
<van-row gutter="20">
<van-col span="12">
<view class="text">
<view>
设备编号
</view>
<view>
1202312423524
</view>
</view>
</van-col>
<van-col span="12">
<view class="text">
<view>
电表类型
</view>
<view>
1202312423524
</view>
</view>
</van-col>
<van-col span="12">
<view class="text">
<view>
最近读数
</view>
<view>
1202312423524
</view>
</view>
</van-col>
<van-col span="12">
<view class="text">
<view>
读数日期
</view>
<view>
1202312423524
</view>
</view>
</van-col>
</van-row>
</view>
</view>