| | |
| | | <template v-if="info.status == 1">
|
| | | <view class="line">
|
| | | <div class="la">巡检结果:</div>
|
| | | <div class="val primaryColor" :class="{red: info.dealStatus == 1}">{{ info.dealStatus == 0 ? '正常' : info.dealStatus == 1 ? '异常' : '-' }}
|
| | | <div class="val primaryColor" :class="{red: info.dealStatus == 1}">
|
| | | {{ info.dealStatus == 0 ? '正常' : info.dealStatus == 1 ? '异常' : '-' }}
|
| | | </div>
|
| | | </view>
|
| | | <view class="line">
|
| | |
| | | multifileList: fileList,
|
| | | id,
|
| | | }).then(res => {
|
| | | if (res.code == 200) {
|
| | | if (handleParam.dealStatus == 1) {
|
| | | return uni.showModal({
|
| | | title: '温馨提示',
|
| | |
| | | uni.navigateBack() |
| | | }, 300)
|
| | | }
|
| | | }
|
| | |
|
| | | })
|
| | | },
|
| | | getDetail() {
|
| | |
| | | width: 100%;
|
| | | height: 100%;
|
| | | } |
| | |
|
| | | video { |
| | | width: 100%; |
| | | height: 100%; |
| | | }
|
| | |
|
| | | .video_wrap { |
| | | position: relative; |
| | | border: 1px solid; |