Merge branch 'main' of http://sl.vrgon.com:3000/LuYaShi/InspectionCleaning
This commit is contained in:
commit
89a2325d3f
|
@ -9,20 +9,20 @@
|
|||
<view class="title">区域详情</view>
|
||||
<view class="details">
|
||||
<view class="block">
|
||||
<view class="value"> {{ dataInfo.areaType }}</view>
|
||||
<view class="label">区域类型</view>
|
||||
<view class="value"> {{ dataInfo.areaType }}</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="value">{{ dataInfo.userName }}</view>
|
||||
<view class="label">保洁人员</view>
|
||||
<view class="value">{{ dataInfo.userName }}</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="value">{{ dataInfo.completedTime }}</view>
|
||||
<view class="label">清扫时间</view>
|
||||
<view class="value">{{ dataInfo.completedTime }}</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="value">{{ dataInfo.note }}</view>
|
||||
<view class="label">备注</view>
|
||||
<view class="value">{{ dataInfo.note || "无" }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="title">保洁区域图片</view>
|
||||
|
|
|
@ -378,7 +378,7 @@ page {
|
|||
background-color: #f3f5fa !important;
|
||||
}
|
||||
.content {
|
||||
// height: 100vh;
|
||||
min-height: 100vh;
|
||||
background: #f7f8fc;
|
||||
.slot-wrap {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue