Commit 5650f3cc by zhangzhen

保洁功能细节优化

parent c38bc416
......@@ -219,7 +219,7 @@ import moment from "@/common/moment";
})
},
onNavSearch(val){
if(val.isDirtyRoom>=1 || val.recordsStatus == 0 ||val.recordsStatus == 1){
if(val.recordsStatus == 0){
uni.navigateTo({
url:"/pages/cleanOrderInfo/cleanOrderInfo?id="+val.recordsId
})
......
......@@ -7,11 +7,11 @@
<text class="text-bold">{{orderInfo.storeName}}</text>
</view>
<view class="cu-form-group">
<view class="title">门店地址</view>
<view class="title">门店地址:</view>
<text>{{orderInfo.sStore.address}}</text>
</view>
<view class="cu-form-group">
<view class="title">房间名称</view>
<view class="title">房间名称:</view>
<text class="text-bold">{{orderInfo.roomName}}</text>
</view>
......@@ -21,7 +21,7 @@
</view> -->
<view class="cu-form-group">
<view class="title">保洁状态</view>
<view class="title">保洁状态:</view>
<text class="text-bold">{{cleanStatusEnum[orderInfo.status]}}</text>
</view>
......@@ -338,6 +338,6 @@
}
}
.cu-form-group .title{
width: 240upx;
width: 280upx;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment