|
@@ -35,7 +35,7 @@ |
|
|
<view class="line"></view>
|
|
|
<view class="line"></view>
|
|
|
<view class="items">
|
|
|
<view class="items">
|
|
|
<text>待上传文件</text>
|
|
|
<text>待上传文件</text>
|
|
|
<text class="font" :style="{color: info.fileCount==0?'#333':'red'}">{{info.fileCount}}个</text>
|
|
|
|
|
|
|
|
|
<text class="font" :style="{color: info.fileCount==0?'#333':'red'}">{{info.fileCount || 0}}个</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="recording">
|
|
|
<view class="recording">
|
|
@@ -84,7 +84,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="offlineRec">
|
|
|
<view class="offlineRec">
|
|
|
<text style="font-size:36rpx">离线记录</text>
|
|
|
|
|
|
|
|
|
<text style="font-size:32rpx;font-weight: 700;">离线记录</text>
|
|
|
<view class="recMain">
|
|
|
<view class="recMain">
|
|
|
<block v-for="(item,index) in info.offLineList" :key="index">
|
|
|
<block v-for="(item,index) in info.offLineList" :key="index">
|
|
|
<text>{{index+1}}、 {{item}}</text>
|
|
|
<text>{{index+1}}、 {{item}}</text>
|
|
@@ -118,8 +118,6 @@ |
|
|
},
|
|
|
},
|
|
|
|
|
|
|
|
|
onLoad(options) {
|
|
|
onLoad(options) {
|
|
|
console.log(this.cusTHeight)
|
|
|
|
|
|
console.log(options.id)
|
|
|
|
|
|
this.$u.get("/equipment/equipmentLog", {
|
|
|
this.$u.get("/equipment/equipmentLog", {
|
|
|
id: options.id
|
|
|
id: options.id
|
|
|
}).then(res => {
|
|
|
}).then(res => {
|
|
@@ -174,8 +172,8 @@ |
|
|
|
|
|
|
|
|
.backs {
|
|
|
.backs {
|
|
|
margin-left: 24rpx;
|
|
|
margin-left: 24rpx;
|
|
|
width: 32rpx;
|
|
|
|
|
|
height: 32rpx;
|
|
|
|
|
|
|
|
|
width: 48rpx;
|
|
|
|
|
|
height: 48rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.middle {
|
|
|
.middle {
|
|
@@ -211,7 +209,7 @@ |
|
|
margin: 24rpx auto 0;
|
|
|
margin: 24rpx auto 0;
|
|
|
padding: 24rpx;
|
|
|
padding: 24rpx;
|
|
|
width: 690rpx;
|
|
|
width: 690rpx;
|
|
|
height: 152rpx;
|
|
|
|
|
|
|
|
|
min-height: 152rpx;
|
|
|
background: #FFFFFF;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 8rpx;
|
|
|
border-radius: 8rpx;
|
|
|
display: flex;
|
|
|
display: flex;
|
|
@@ -226,6 +224,7 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.right {
|
|
|
.right {
|
|
|
|
|
|
flex-shrink: 0;
|
|
|
font-size: 32rpx;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 400;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
}
|
|
@@ -235,7 +234,7 @@ |
|
|
.eqMain {
|
|
|
.eqMain {
|
|
|
position: relative;
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
z-index: 1;
|
|
|
padding: 0 20rpx;
|
|
|
|
|
|
|
|
|
padding: 0 30rpx;
|
|
|
|
|
|
|
|
|
.recordingStart {
|
|
|
.recordingStart {
|
|
|
margin-top: 20rpx;
|
|
|
margin-top: 20rpx;
|
|
@@ -257,7 +256,7 @@ |
|
|
|
|
|
|
|
|
.font {
|
|
|
.font {
|
|
|
margin-top: 20rpx;
|
|
|
margin-top: 20rpx;
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
@@ -299,7 +298,7 @@ |
|
|
|
|
|
|
|
|
.point {
|
|
|
.point {
|
|
|
flex-grow: 1;
|
|
|
flex-grow: 1;
|
|
|
border-left: 1rpx dotted #2671E2;
|
|
|
|
|
|
|
|
|
border-left: 5rpx dotted #2671E2;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -312,7 +311,7 @@ |
|
|
|
|
|
|
|
|
.recordingBoxItem-title {
|
|
|
.recordingBoxItem-title {
|
|
|
font-size: 32rpx;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.recordingBoxItem {
|
|
|
.recordingBoxItem {
|
|
@@ -320,6 +319,7 @@ |
|
|
display: flex;
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
.left {
|
|
|
.left {
|
|
|
|
|
|
flex-shrink: 0;
|
|
|
width: 210rpx;
|
|
|
width: 210rpx;
|
|
|
color: #505050;
|
|
|
color: #505050;
|
|
|
font-size: 30rpx;
|
|
|
font-size: 30rpx;
|
|
@@ -328,6 +328,9 @@ |
|
|
.right {
|
|
|
.right {
|
|
|
flex-grow: 1;
|
|
|
flex-grow: 1;
|
|
|
font-size: 30rpx !important;
|
|
|
font-size: 30rpx !important;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -351,4 +354,4 @@ |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</style> |
|
|
|
|
|
|
|
|
</style>
|