Browse Source

状态参数修改

chengqian 6 months ago
parent
commit
2bcc0274ed

+ 4 - 4
web/src/view/devicesAdmin/camera/camera.vue

@@ -70,8 +70,8 @@
         <el-table-column prop="GateWay.gatewayName" label="所属网关"/>
         <el-table-column prop="status" label="在线状态">
           <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-column
@@ -275,8 +275,8 @@
             </el-col>
             <el-col :span="12">
               <el-form-item label="在线状态:" :inline="false">
-                <div class="onlinebox" :style="{'background': cameraInfo.status===1 ? 'red':'green' }"></div>
-                <span :style="{ color: cameraInfo.status === 1 ? 'red' : 'green' }">{{ cameraInfo.status === 1 ? '离线' : '在线' }}</span>
+                <div class="onlinebox" :style="{'background': cameraInfo.status===0 ? 'red':'green' }"></div>
+                <span :style="{ color: cameraInfo.status === 0 ? 'red' : 'green' }">{{ cameraInfo.status === 0 ? '离线' : '在线' }}</span>
               </el-form-item>
             </el-col>
           </el-row>

+ 10 - 10
web/src/view/devicesAdmin/gateway/gateway.vue

@@ -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>

+ 4 - 4
web/src/view/devicesAdmin/intersect/intersect.vue

@@ -55,8 +55,8 @@
         <el-table-column prop="address" label="所在地址"/>
         <el-table-column prop="status" label="运行状态">
           <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-column
@@ -169,8 +169,8 @@
             </el-col>
             <el-col :span="12">
               <el-form-item label="在线状态:" :inline="false">
-                <div class="onlinebox" :style="{'background': intersectInfo.status===1 ? 'red':'green' }"></div>
-                <span :style="{ color: intersectInfo.status === 1 ? 'red' : 'green' }">{{ intersectInfo.status === 1 ? '异常' : '正常' }}</span>
+                <div class="onlinebox" :style="{'background': intersectInfo.status===0 ? 'red':'green' }"></div>
+                <span :style="{ color: intersectInfo.status === 0 ? 'red' : 'green' }">{{ intersectInfo.status === 0 ? '异常' : '正常' }}</span>
               </el-form-item>
             </el-col>
           </el-row>

+ 4 - 4
web/src/view/devicesAdmin/radar/radar.vue

@@ -65,8 +65,8 @@
         <el-table-column prop="GateWay.gatewayName" label="所属网关"/>
 <!--        <el-table-column prop="status" label="在线状态">-->
 <!--          <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-column
@@ -265,8 +265,8 @@
             </el-col>
 <!--            <el-col :span="12">-->
 <!--              <el-form-item label="在线状态:" :inline="false">-->
-<!--                <div class="onlinebox" :style="{'background': radarInfo.status===1 ? 'red':'green' }"></div>-->
-<!--                <span :style="{ color: radarInfo.status === 1 ? 'red' : 'green' }">{{ radarInfo.status === 1 ? '离线' : '在线' }}</span>-->
+<!--                <div class="onlinebox" :style="{'background': radarInfo.status===0 ? 'red':'green' }"></div>-->
+<!--                <span :style="{ color: radarInfo.status === 0 ? 'red' : 'green' }">{{ radarInfo.status === 0 ? '离线' : '在线' }}</span>-->
 <!--              </el-form-item>-->
 <!--            </el-col>-->
             <el-col :span="12">

+ 26 - 4
web/src/view/devicesAdmin/screens/screens.vue

@@ -65,8 +65,8 @@
         <el-table-column prop="GateWay.gatewayName" label="所属网关"/>
         <el-table-column prop="status" label="在线状态">
           <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-column
@@ -283,8 +283,30 @@
             </el-col>
             <el-col :span="12">
               <el-form-item label="在线状态:" :inline="false">
-                <div class="onlinebox" :style="{'background': screensInfo.status===1 ? 'red':'green' }"></div>
-                <span :style="{ color: screensInfo.status === 1 ? 'red' : 'green' }">{{ screensInfo.status === 1 ? '离线' : '在线' }}</span>
+                <div class="onlinebox" :style="{'background': screensInfo.status===0 ? 'red':'green' }"></div>
+                <span :style="{ color: screensInfo.status === 0 ? 'red' : 'green' }">{{ screensInfo.status === 0 ? '离线' : '在线' }}</span>
+              </el-form-item>
+            </el-col>
+          </el-row>
+          <el-row>
+            <el-col :span="12">
+              <el-form-item label="播放状态:" :inline="false">
+                <div class="onlinebox" :style="{'background': screensInfo.playStatus===0 ? 'red':'green' }"></div>
+                <span :style="{ color: screensInfo.playStatus === 0 ? 'red' : 'green' }">{{ screensInfo.playStatus === 0 ? '异常' : '正常' }}</span>
+              </el-form-item>
+            </el-col>
+            <el-col :span="12">
+              <el-form-item label="模板状态:" :inline="false">
+                <div class="onlinebox" :style="{'background': screensInfo.displayStatus===0 ? 'red':'green' }"></div>
+                <span :style="{ color: screensInfo.displayStatus === 0 ? 'red' : 'green' }">{{ screensInfo.displayStatus === 0 ? '异常' : '正常' }}</span>
+              </el-form-item>
+            </el-col>
+          </el-row>
+          <el-row>
+            <el-col :span="12">
+              <el-form-item label="素材状态:" :inline="false">
+                <div class="onlinebox" :style="{'background': screensInfo.sourceStatus===0 ? 'red':'green' }"></div>
+                <span :style="{ color: screensInfo.sourceStatus === 0 ? 'red' : 'green' }">{{ screensInfo.sourceStatus === 0 ? '异常' : '正常' }}</span>
               </el-form-item>
             </el-col>
           </el-row>