header
This commit is contained in:
@@ -75,7 +75,7 @@ header
|
||||
background center center / 100% 100% url(../assets/images/screen1/header.png) no-repeat
|
||||
p
|
||||
font-family "PangMenZhengDao"
|
||||
_font(.48rem, 1rem, #ffffff, lighter, center)
|
||||
_font(.4rem, 1rem, #ffffff, lighter, center)
|
||||
letter-spacing .05rem
|
||||
text-shadow 0 .08rem .08rem rgba(0,0,0,0.30)
|
||||
.data_box
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="bg">
|
||||
<header>
|
||||
<p>海亮铜管智能车间设备监控中心</p>
|
||||
<p>海亮纯铜精密件智能车间设备监控中心</p>
|
||||
<div class="data_box clearfix">
|
||||
<div class="date_item date">{{date}}</div>
|
||||
<div class="date_item week">{{week}}</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="bg">
|
||||
<t-header title="海亮铜管智能车间设备监控中心">
|
||||
<p class="p1" @click="toJump">海亮铜管智能车间生产监控中心</p>
|
||||
<t-header title="海亮纯铜精密件智能车间设备监控中心">
|
||||
<p class="p1" @click="toJump">海亮纯铜精密件智能车间生产监控中心</p>
|
||||
</t-header>
|
||||
<div class="container">
|
||||
<div class="left_wrap">
|
||||
|
||||
@@ -30,12 +30,12 @@ export default {
|
||||
computed: {
|
||||
title1 () {
|
||||
let t = ''
|
||||
t = this.page === 'one' ? '海亮铜管智能车间设备监控中心' : '海亮铜管智能车间生产监控中心'
|
||||
t = this.page === 'one' ? '海亮纯铜精密件智能车间设备监控中心' : '海亮纯铜精密件智能车间生产监控中心'
|
||||
return t
|
||||
},
|
||||
title2 () {
|
||||
let t = ''
|
||||
t = this.page === 'two' ? '海亮铜管智能车间设备监控中心' : '海亮铜管智能车间生产监控中心'
|
||||
t = this.page === 'two' ? '海亮纯铜精密件智能车间设备监控中心' : '海亮纯铜精密件智能车间生产监控中心'
|
||||
return t
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="bg">
|
||||
<t-header title="海亮铜管智能车间生产监控中心">
|
||||
<p class="p1" @click="toJump">海亮铜管智能车间设备监控中心</p>
|
||||
<t-header title="海亮纯铜精密件智能车间生产监控中心">
|
||||
<p class="p1" @click="toJump">海亮纯铜精密件智能车间设备监控中心</p>
|
||||
</t-header>
|
||||
<div class="container">
|
||||
<div class="left_wrap">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section>
|
||||
<t-header title="海亮铜管智能车间设备监控中心"></t-header>
|
||||
<t-header title="海亮纯铜精密件智能车间设备监控中心"></t-header>
|
||||
<div class="goods_shelves">
|
||||
<div class="yard-wrap">
|
||||
<div class="content_left">
|
||||
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
setTime1: this.$store.getters.setTime1 / 1000,
|
||||
fullscreen: false,
|
||||
heightLimit: false,
|
||||
option: [{value: '1', label: '海亮铜管智能车间生产监控中心'}, {value: '2', label: '海亮铜管智能车间设备监控中心'}, {value: '3', label: '海亮铜管智能车间AGV监控中心'}],
|
||||
option: [{value: '1', label: '海亮纯铜精密件智能车间生产监控中心'}, {value: '2', label: '海亮纯铜精密件智能车间设备监控中心'}, {value: '3', label: '海亮纯铜精密件智能车间AGV监控中心'}],
|
||||
active: this.$store.getters.equipId,
|
||||
open: false
|
||||
}
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
// equipId: this.active
|
||||
}
|
||||
this.$store.dispatch('setConfig', obj)
|
||||
this.$router.push('/devicescreen')
|
||||
this.$router.push('/MonitoringScreen')
|
||||
// this.$router.push('/HomeScreen')
|
||||
// if (this.active === '0') {
|
||||
// this.$router.push('/MonitoringScreen')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="bg">
|
||||
<t-header title="海亮铜管智能车间AGV监控中心"></t-header>
|
||||
<t-header title="海亮纯铜精密件智能车间AGV监控中心"></t-header>
|
||||
<div class="container" @click="rectClick">
|
||||
<p>{{zb}}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user