Files
threeonecheck_web/unpackage/dist/dev/mp-weixin/pages/index/index.wxml
2026-01-18 16:06:37 +08:00

1 line
5.5 KiB
Plaintext

<view class="{{['content', 'data-v-1cf27b2a', virtualHostClass]}}" style="{{virtualHostStyle}}"><view class="flex padding-top-xl padding-bottom-xl text-white data-v-1cf27b2a" style="background-color:#007aff"><view class="cu-avatar xl round margin-left data-v-1cf27b2a"><image class="data-v-1cf27b2a"></image></view><view class="padding-left data-v-1cf27b2a"><view class="text-bold data-v-1cf27b2a">{{a}}</view><view class="flex padding-top-xs data-v-1cf27b2a"><view class="data-v-1cf27b2a">用户:</view><view class="data-v-1cf27b2a">{{b}}</view></view><view class="flex justify-between data-v-1cf27b2a"><view class="data-v-1cf27b2a"></view><view class="cu-btn text-blue margin-top text-bold data-v-1cf27b2a">切换</view></view></view></view><view class="padding data-v-1cf27b2a" style="background:#EBF2FC"><view class="bg-white padding radius data-v-1cf27b2a"><view class="flex margin-bottom-xl data-v-1cf27b2a"><view class="border-tite data-v-1cf27b2a"></view><view class="margin-left-xs text-bold data-v-1cf27b2a">功能菜单</view></view><view class="grid col-3 data-v-1cf27b2a"><view wx:for="{{c}}" wx:for-item="item" wx:key="c" class="list data-v-1cf27b2a" bindtap="{{item.d}}"><image class="data-v-1cf27b2a" style="width:102rpx;height:102rpx" src="{{item.a}}"></image><view class="data-v-1cf27b2a">{{item.b}}</view></view></view></view><view class="padding bg-white margin-top radius data-v-1cf27b2a"><view class="flex margin-bottom-xl data-v-1cf27b2a"><view class="border-tite data-v-1cf27b2a"></view><view class="text-bold margin-left-xs data-v-1cf27b2a">我的检查计划</view></view><view wx:if="{{d}}" class="text-center text-gray padding data-v-1cf27b2a"> 暂无检查计划 </view><view wx:for="{{e}}" wx:for-item="item" wx:key="m" class="list-list padding margin-bottom data-v-1cf27b2a"><view class="flex data-v-1cf27b2a"><image class="data-v-1cf27b2a" src="{{f}}" style="width:40rpx;height:40rpx"></image><view class="text-bold margin-left data-v-1cf27b2a">{{item.a}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="border-border margin-right-xs data-v-1cf27b2a">{{item.b}}完成</view><view class="border-border data-v-1cf27b2a">{{item.c}}</view></view><view class="flex text-gray margin-top data-v-1cf27b2a"><view class="data-v-1cf27b2a">计划时间:</view><view class="data-v-1cf27b2a">{{item.d}}至{{item.e}}</view></view><view class="flex margin-top align-center data-v-1cf27b2a"><view class="data-v-1cf27b2a">完成进度:</view><view class="flex align-center margin-left-sm data-v-1cf27b2a"><view class="cu-progress round data-v-1cf27b2a"><view class="bg-green data-v-1cf27b2a" style="{{'width:' + item.f}}"></view></view><text class="margin-left-sm data-v-1cf27b2a">{{item.g}}%</text></view></view><view class="grid col-4 bg-gray margin padding text-center radius data-v-1cf27b2a"><view class="data-v-1cf27b2a"><view class="text-orange data-v-1cf27b2a">{{item.h}}</view><view class="data-v-1cf27b2a">总数</view></view><view class="data-v-1cf27b2a"><view class="text-yellow data-v-1cf27b2a">{{item.i}}</view><view class="data-v-1cf27b2a">待完成</view></view><view class="data-v-1cf27b2a"><view class="text-olive data-v-1cf27b2a">0</view><view class="data-v-1cf27b2a">待验收</view></view><view class="data-v-1cf27b2a"><view class="text-blue data-v-1cf27b2a">{{item.j}}</view><view class="data-v-1cf27b2a">已完成</view></view></view><view class="margin-top margin-bottom flex justify-end data-v-1cf27b2a"><button class="cu-btn round lg light bg-blue margin-right data-v-1cf27b2a" catchtap="{{item.k}}">查看详情</button><button class="cu-btn round lg bg-blue data-v-1cf27b2a" catchtap="{{item.l}}">开始检查</button></view></view></view><view class="padding bg-white margin-top radius data-v-1cf27b2a"><view class="flex margin-bottom-xl data-v-1cf27b2a"><view class="border-tite data-v-1cf27b2a"></view><view class="text-bold margin-left-xs data-v-1cf27b2a">我的隐患排查</view></view><view wx:for="{{g}}" wx:for-item="item" wx:key="g" class="list-list padding margin-bottom data-v-1cf27b2a" bindtap="{{item.h}}"><view class="flex text-bold data-v-1cf27b2a"><view class="data-v-1cf27b2a">隐患</view><view class="text-bold margin-left data-v-1cf27b2a">#15</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a">标题:</view><view class="data-v-1cf27b2a">{{item.a}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a">隐患来源:</view><view class="data-v-1cf27b2a">{{item.b}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a" style="white-space:nowrap">隐患位置:</view><view class="data-v-1cf27b2a">{{item.c}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a">隐患等级:</view><view class="data-v-1cf27b2a">{{item.d}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a">隐患状态:</view><view class="data-v-1cf27b2a">{{item.e}}</view></view><view class="flex margin-top data-v-1cf27b2a"><view class="text-gray data-v-1cf27b2a">发现时间:</view><view class="data-v-1cf27b2a">{{item.f}}</view></view><view class="margin-top margin-bottom flex data-v-1cf27b2a" style="gap:5rpx"><button class="cu-btn round lg light bg-blue data-v-1cf27b2a" style="white-space:nowrap">查看详情</button><button class="cu-btn round lg light bg-blue data-v-1cf27b2a" style="white-space:nowrap">立即整改</button><button class="cu-btn round lg bg-blue data-v-1cf27b2a" style="white-space:nowrap">立即验收</button></view></view></view></view></view>