|
@@ -53,8 +53,8 @@
|
|
|
<el-table-column prop="gateway.Intersect.intersectName" label="所属路口"/>
|
|
|
<el-table-column prop="gateway.status" label="在线状态">
|
|
|
<template #default="scope">
|
|
|
- <div class="onlinebox" :style="{'background': scope.row.gateway.status===1 ? 'red':'green' }"></div>
|
|
|
- <span :style="{ color: scope.row.gateway.status === 1 ? 'red' : 'green' }">{{ scope.row.gateway.status === 1 ? '离线' : '在线' }}</span>
|
|
|
+ <div class="onlinebox" :style="{'background': scope.row.gateway.status===0 ? 'red':'green' }"></div>
|
|
|
+ <span :style="{ color: scope.row.gateway.status === 0 ? 'red' : 'green' }">{{ scope.row.gateway.status === 0 ? '离线' : '在线' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -228,8 +228,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="在线状态:" :inline="false">
|
|
|
- <div class="onlinebox" :style="{'background': gatewayInfo.gateway.status===1 ? 'red':'green' }"></div>
|
|
|
- <span :style="{ color: gatewayInfo.gateway.status === 1 ? 'red' : 'green' }">{{ gatewayInfo.gateway.status === 1 ? '离线' : '在线' }}</span>
|
|
|
+ <div class="onlinebox" :style="{'background': gatewayInfo.gateway.status===0 ? 'red':'green' }"></div>
|
|
|
+ <span :style="{ color: gatewayInfo.gateway.status === 0 ? 'red' : 'green' }">{{ gatewayInfo.gateway.status === 0 ? '离线' : '在线' }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -250,8 +250,8 @@
|
|
|
<el-table-column prop="shuntDescribe" label="分路描述" width="200px"/>
|
|
|
<el-table-column prop="status" fixed="right" label="状态" width="80px">
|
|
|
<template #default="scope">
|
|
|
- <div class="onlinebox" :style="{'background': scope.row.status===1 ? 'red':'green' }"></div>
|
|
|
- <span :style="{ color: scope.row.status === 1 ? 'red' : 'green' }">{{ scope.row.status === 1 ? '离线' : '在线' }}</span>
|
|
|
+ <div class="onlinebox" :style="{'background': scope.row.status===0 ? 'red':'green' }"></div>
|
|
|
+ <span :style="{ color: scope.row.status === 0 ? 'red' : 'green' }">{{ scope.row.status === 0 ? '离线' : '在线' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -270,8 +270,8 @@
|
|
|
<el-table-column prop="shuntDescribe" label="分路描述" width="200px"/>
|
|
|
<el-table-column prop="status" fixed="right" label="状态" width="80px">
|
|
|
<template #default="scope">
|
|
|
- <div class="onlinebox" :style="{'background': scope.row.status===1 ? 'red':'green' }"></div>
|
|
|
- <span :style="{ color: scope.row.status === 1 ? 'red' : 'green' }">{{ scope.row.status === 1 ? '离线' : '在线' }}</span>
|
|
|
+ <div class="onlinebox" :style="{'background': scope.row.status===0 ? 'red':'green' }"></div>
|
|
|
+ <span :style="{ color: scope.row.status === 0 ? 'red' : 'green' }">{{ scope.row.status === 0 ? '离线' : '在线' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -290,8 +290,8 @@
|
|
|
<el-table-column prop="shuntDescribe" label="分路描述" width="200px"/>
|
|
|
<!-- <el-table-column prop="status" fixed="right" label="状态" width="80px">-->
|
|
|
<!-- <template #default="scope">-->
|
|
|
-<!-- <div class="onlinebox" :style="{'background': scope.row.status===1 ? 'red':'green' }"></div>-->
|
|
|
-<!-- <span :style="{ color: scope.row.status === 1 ? 'red' : 'green' }">{{ scope.row.status === 1 ? '离线' : '在线' }}</span>-->
|
|
|
+<!-- <div class="onlinebox" :style="{'background': scope.row.status===0 ? 'red':'green' }"></div>-->
|
|
|
+<!-- <span :style="{ color: scope.row.status === 0 ? 'red' : 'green' }">{{ scope.row.status === 0 ? '离线' : '在线' }}</span>-->
|
|
|
<!-- </template>-->
|
|
|
<!-- </el-table-column>-->
|
|
|
</el-table>
|