工作台代码提交

This commit is contained in:
2025-11-09 17:33:32 +08:00
parent 0d38e006e1
commit 639f92540f
27 changed files with 1257 additions and 27 deletions

View File

@@ -114,10 +114,13 @@
<operate-button text="开户" bind:click="jumpToKaihu" />
</van-col>
<van-col span="8">
<operate-button text="销户" />
<operate-button text="销户" bind:click="jumpToTenement" />
</van-col>
<van-col span="8">
<operate-button text="强控" />
<operate-button text="强控" bind:click="jumpToMeterControl" />
</van-col>
<van-col span="8">
<operate-button text="工单" bind:click="workOrder" />
</van-col>
</van-row>