feat(equipment): 实现设备管理页面,新增运维模式与配对/补传弹框

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-19 14:27:51 +08:00
co-authored by Claude Opus 4.7
parent 3a67b26ed6
commit eaec08a6e4
15 changed files with 520 additions and 59 deletions
@@ -0,0 +1,7 @@
<block wx:if="{{ show }}">
<view class="equipment-mask" bind:tap="onTapMask"></view>
<view class="equipment-panel">
<view class="equipment-title">{{ title }}</view>
<view class="equipment-content">{{ content }}</view>
</view>
</block>