初步联调装表

This commit is contained in:
2025-11-03 16:26:30 +08:00
parent fe590353df
commit 1539304999
35 changed files with 1495 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
<navigator title="工作台" canBack="{{false}}" />
<view class="wrapper">
<van-row gutter="10">
<!-- <van-row gutter="10">
<van-col span="12">
<view class="contentWrapper" bind:tap="jumpToMeter">
<view class="image">
@@ -73,7 +73,62 @@
</view>
</view>
</van-col>
</van-row>
</van-row> -->
<view>
<view> 通用操作 </view>
<view>
<van-row gutter="10">
<van-col span="8">
<operate-button text="充值" bind:click="jumpToRecharge" />
</van-col>
<van-col span="8">
<operate-button text="充值审核" bind:click="jumpToPay" />
</van-col>
<van-col span="8">
<operate-button text="其他审核" />
</van-col>
<van-col span="8">
<operate-button text="电表操作" bind:click="jumpToMeter" />
</van-col>
<van-col span="8">
<operate-button text="商户操作" bind:click="jumpToTenement" />
</van-col>
<van-col span="8">
<operate-button text="C端账号" bind:click="jumpToWxUser" />
</van-col>
</van-row>
</view>
<view> 现场操作 </view>
<view>
<van-row gutter="10">
<van-col span="8">
<operate-button text="抄表" bind:click="jumpToRoute" />
</van-col>
<van-col span="8">
<operate-button text="拆表" bind:click="jumpToUninstallMeter" />
</van-col>
<van-col span="8">
<operate-button text="新装" bind:click="jumpToInstallMeter" />
</van-col>
<van-col span="8">
<operate-button text="开户" />
</van-col>
<van-col span="8">
<operate-button text="销户" />
</van-col>
<van-col span="8">
<operate-button text="强控" />
</van-col>
</van-row>
</view>
</view>
<view class="operate">
<van-button type="info" block bind:click="jumpToHome"> 回到首页 </van-button>
</view>