Files
threeonecheck_web/pages/Inspectionchecklist/Inspectionchecklist.vue
2025-12-29 14:59:44 +08:00

52 lines
1.3 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="padding">
<view class="text-bold text-black">检查清单预览</view>
<view class="flex margin-bottom">
<view class="text-gray">计划名称</view>
<view>和谐矿业每日巡检</view>
</view>
<view class="flex margin-bottom">
<view class="text-gray">检查时间</view>
<view>2025-11-19 10:18:40</view>
</view>
<view class="flex margin-bottom">
<view class="text-gray">检查人员</view>
<view>18174379303</view>
</view>
<image></image>
<view class="flex margin-bottom">
<view>被检查单位</view>
<view></view>
</view>
<view class="flex margin-bottom">
<view>检查人员</view>
<view></view>
</view>
<view class="flex margin-bottom">
<view>上次检查情况</view>
<view></view>
</view>
<view class="flex margin-bottom">
<view>本次检查情况</view>
<view></view>
</view>
<view class="flex margin-bottom">
<view>检查日期</view>
<view>2025-11-19 10:18:40</view>
</view>
<view class=" flex justify-between">
<view class="flex text-center align-center">
<button class="bg-blue">缩小</button>
<view >50%</view>
<button class="bg-blue">放大</button>
</view>
<button class="lg cu-btn">重置</button>
</view>
</view>
</template>
<script>
</script>
<style>
</style>