设备
This commit is contained in:
@@ -75,7 +75,7 @@ header
|
|||||||
background center center / 100% 100% url(../assets/images/screen1/header.png) no-repeat
|
background center center / 100% 100% url(../assets/images/screen1/header.png) no-repeat
|
||||||
p
|
p
|
||||||
font-family "PangMenZhengDao"
|
font-family "PangMenZhengDao"
|
||||||
_font(.4rem, 1rem, #ffffff, lighter, center)
|
_font(.5rem, 1rem, #ffffff, lighter, center)
|
||||||
letter-spacing .05rem
|
letter-spacing .05rem
|
||||||
text-shadow 0 .08rem .08rem rgba(0,0,0,0.30)
|
text-shadow 0 .08rem .08rem rgba(0,0,0,0.30)
|
||||||
.data_box
|
.data_box
|
||||||
|
|||||||
@@ -219,8 +219,7 @@
|
|||||||
<div class="p_device cpj_ssx_wrap">
|
<div class="p_device cpj_ssx_wrap">
|
||||||
<div class="ssx_wrap">
|
<div class="ssx_wrap">
|
||||||
<div class="ssx" v-for="(e, i) in vconveyorLine" :key="i">
|
<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 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)">
|
|
||||||
<device-pop
|
<device-pop
|
||||||
type="ssx"
|
type="ssx"
|
||||||
:pkId="pkId"
|
:pkId="pkId"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="bg">
|
<section class="bg">
|
||||||
<t-header title="顺安数据生产控制中心">
|
<t-header title="顺安生产数据中心">
|
||||||
<div class="pages">
|
<div class="pages">
|
||||||
<router-link to="/ProdCount">生产统计</router-link>
|
<router-link to="/ProdCount">生产统计</router-link>
|
||||||
<router-link to="/StorageMonitor">仓储监控</router-link>
|
<router-link to="/StorageMonitor">仓储监控</router-link>
|
||||||
|
|||||||
Reference in New Issue
Block a user