This commit is contained in:
2023-10-30 09:56:24 +08:00
parent 6715e29e5b
commit 89ec926f7b
3 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ header
background center center / 100% 100% url(../assets/images/screen1/header.png) no-repeat
p
font-family "PangMenZhengDao"
_font(.4rem, 1rem, #ffffff, lighter, center)
_font(.5rem, 1rem, #ffffff, lighter, center)
letter-spacing .05rem
text-shadow 0 .08rem .08rem rgba(0,0,0,0.30)
.data_box

View File

@@ -219,8 +219,7 @@
<div class="p_device cpj_ssx_wrap">
<div class="ssx_wrap">
<div class="ssx" v-for="(e, i) in vconveyorLine" :key="i">
<img v-show="e.status === 2 || e.status === 5" class="device_img" src="../assets/images/device/ssx_green.png" alt="" @click="getInfo(e)">
<img v-show="e.status !== 2 && e.status !== 5" class="device_img" src="../assets/images/device/ssx_gray.png" alt="" @click="getInfo(e)">
<img class="device_img" src="../assets/images/device/ssx_green.png" alt="" @click="getInfo(e)">
<device-pop
type="ssx"
:pkId="pkId"

View File

@@ -1,6 +1,6 @@
<template>
<section class="bg">
<t-header title="顺安数据生产控制中心">
<t-header title="顺安生产数据中心">
<div class="pages">
<router-link to="/ProdCount">生产统计</router-link>
<router-link to="/StorageMonitor">仓储监控</router-link>