|
@@ -82,7 +82,7 @@
|
|
|
<view class="body">
|
|
|
<view class="line" v-for="(item,index) in errList"
|
|
|
@click="gotoUrl('/pages/task/maintenanceTaks?id='+item.id)"
|
|
|
- :key="i">
|
|
|
+ :key="index">
|
|
|
<view class="p1">
|
|
|
<view class="name">
|
|
|
{{item.errorCodeText}}
|
|
@@ -105,6 +105,9 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <u-divider :isnone="errList.length==0"
|
|
|
+ nonetext="没有找到相关内容" border-color="#CFD2D5">{{errListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
@@ -125,7 +128,7 @@
|
|
|
<view class="body">
|
|
|
<view class="line" v-for="(item,index) in recordList"
|
|
|
@click="gotoUrl('/pages/inspection/info?id='+item.id)"
|
|
|
- :key="i" >
|
|
|
+ :key="index" >
|
|
|
<view class="p1">
|
|
|
巡检
|
|
|
|
|
@@ -142,6 +145,9 @@
|
|
|
<u-icon name="arrow-right" color="#D4D4D4" ></u-icon>
|
|
|
|
|
|
</view>
|
|
|
+ <u-divider :isnone="recordList.length==0"
|
|
|
+ nonetext="没有找到相关内容" border-color="#CFD2D5">{{recordListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -197,6 +203,9 @@
|
|
|
<u-icon name="arrow-right" color="#D4D4D4" ></u-icon>
|
|
|
|
|
|
</view>
|
|
|
+ <u-divider :isnone="gunList.length==0"
|
|
|
+ nonetext="没有找到相关内容" border-color="#CFD2D5">{{'已经到底了'}}</u-divider>
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -453,6 +462,8 @@
|
|
|
.main3_panel{
|
|
|
.body{
|
|
|
.line{
|
|
|
+ //border-bottom:2rpx solid rgba(232,232,232,1);
|
|
|
+
|
|
|
padding: 12rpx 0;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -473,11 +484,12 @@
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .line:not(:last-child) {
|
|
|
- border-bottom:2rpx solid rgba(232,232,232,1);
|
|
|
+ .line:not(:first-child){
|
|
|
+ //background-color: red;
|
|
|
+ border-top:1px solid rgba(232,232,232,1);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.tag{
|
|
|
background-color: rgba(255,255,255,1);
|
|
|
color: rgba(255,61,0,1);
|
|
@@ -502,7 +514,7 @@
|
|
|
.main4_panel,.main5_panel{
|
|
|
.body{
|
|
|
.line{
|
|
|
- padding: 12rpx 0;
|
|
|
+ padding: 18rpx 0;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
@@ -517,8 +529,8 @@
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
- .line:not(:last-child) {
|
|
|
- border-bottom:2rpx solid rgba(232,232,232,1);
|
|
|
+ .line:not(:first-child) {
|
|
|
+ border-top:2rpx solid rgba(232,232,232,1);
|
|
|
}
|
|
|
}
|
|
|
}
|