52 lines
1.3 KiB
Vue
52 lines
1.3 KiB
Vue
<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> |