|
|
@@ -120,46 +120,46 @@
|
|
|
:key="index"
|
|
|
class="scrollable-row"
|
|
|
>
|
|
|
- <text class="body-cell">
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.ds == '开机' ? 'success-icon' : 'status-icon'"></view>
|
|
|
{{ item.ds }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.ws == '工作' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.ws }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.rps == '正常' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.rps }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.tps == '正常' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.tps }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.tps == '正常' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.dps }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.voltval == '开灯' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.voltval }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.vps == 0 ? 'success-icon' : 'status-icon'"></view>
|
|
|
{{ item.vps == '0' ? '正常' : '欠压' }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">
|
|
|
<view class="status-icon" :class="item.tt == '常亮' ? 'success-icon' : 'warning-icon'"></view>
|
|
|
{{ item.tt }}
|
|
|
- </text>
|
|
|
- <text class="body-cell">{{ item.infr_ct }}</text>
|
|
|
- <text class="body-cell">{{ getCtFormat(item.ct) }}</text>
|
|
|
- <text class="body-cell">{{ item.at }}</text>
|
|
|
- <text class="body-cell">{{ item.ah }}</text>
|
|
|
- <text class="body-cell">{{ item.cv }}</text>
|
|
|
- <text class="body-cell">{{ item.bv }}</text>
|
|
|
- <text class="body-cell">{{ item.csq }}</text>
|
|
|
- <text class="body-cell">{{ formatTime(item.addtime) }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="body-cell">{{ item.infr_ct }}</view>
|
|
|
+ <view class="body-cell">{{ getCtFormat(item.ct) }}</view>
|
|
|
+ <view class="body-cell">{{ item.at }}</view>
|
|
|
+ <view class="body-cell">{{ item.ah }}</view>
|
|
|
+ <view class="body-cell">{{ item.cv }}</view>
|
|
|
+ <view class="body-cell">{{ item.bv }}</view>
|
|
|
+ <view class="body-cell">{{ item.csq }}</view>
|
|
|
+ <view class="body-cell">{{ formatTime(item.addtime) }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|