医废工具端小程序源码

This commit is contained in:
2025-06-12 11:17:15 +08:00
parent c8e7af13aa
commit cc5271b63b
158 changed files with 24173 additions and 0 deletions
@@ -0,0 +1 @@
<view><scroll-view class="page" scroll-y="{{true}}"><cu-custom vue-id="692ed274-1" bgColor="bg-cyan" bind:__l="__l" vue-slots="{{['content']}}"><view slot="content">设备列表</view></cu-custom><view class="cu-bar bg-white solid-bottom"><view class="action"><text class="cuIcon-title text-green" style="color:#2CC9EA;"></text><text style="color:#B4B4C3;">设备列表</text></view></view><view class="cu-list menu-avatar" style="margin-top:5px;"><block wx:for="{{toolDeviceList}}" wx:for-item="value" wx:for-index="index" wx:key="index"><view class="cu-item"><view class="cu-avatar round lg" style="background-image:url(https://lekapi.opmonitor.com/static/image/avatar.png);"></view><view class="content"><view class="text-grey text-sm flex"><text style="width:100px;">{{value.deviceCode}}</text><text style="margin-left:5%;width:150px;font-family:Montserrat-Regular;font-weight:bold;color:red;">{{value.type}}</text></view><view class="text-grey text-sm flex"><text class="cuIcon-locationfill text-red margin-right-xs"></text><text style="width:90px;">{{value.device}}</text></view></view><view class="action"><view class="text-grey text-xs">{{value.time}}</view></view></view></block></view></scroll-view></view>