添加详情信息
This commit is contained in:
parent
86896d0b18
commit
e505a0ab47
@ -55,7 +55,7 @@
|
||||
<view class="item_content_left">{{ field.label }}</view>
|
||||
<view class="item_content_middel">
|
||||
|
||||
<!-- 状态特殊处理 -->
|
||||
<!-- 状态处理 -->
|
||||
<template v-if="field.isStatus">
|
||||
<view class="label_warp" v-if="deviceDetail.status == 0">
|
||||
<view class="label_icon"></view>
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- 子状态特殊处理 -->
|
||||
<!-- 子状态处理 -->
|
||||
<template v-else-if="field.isErrorStatus">
|
||||
<view class="label_warp2">
|
||||
<view class="label_icon" :style="{ background: getStatusColor(deviceDetail.errorStatus) }">
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- 错误码特殊处理 -->
|
||||
<!-- 错误码处理 -->
|
||||
<template v-else-if="field.isErrorCode" >
|
||||
{{ deviceDetail.errorStatus === -1 ? '断开' : getStatusText(deviceDetail.errorStatus) }}
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user