This commit is contained in:
2022-08-11 13:53:11 +08:00
parent d4cad90c86
commit f775343796
8 changed files with 12 additions and 12 deletions

View File

@@ -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(.48rem, 1rem, #ffffff, lighter, center) _font(.4rem, 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

View File

@@ -1,7 +1,7 @@
<template> <template>
<section class="bg"> <section class="bg">
<header> <header>
<p>海亮铜管智能车间设备监控中心</p> <p>海亮纯铜精密件智能车间设备监控中心</p>
<div class="data_box clearfix"> <div class="data_box clearfix">
<div class="date_item date">{{date}}</div> <div class="date_item date">{{date}}</div>
<div class="date_item week">{{week}}</div> <div class="date_item week">{{week}}</div>

View File

@@ -1,7 +1,7 @@
<template> <template>
<section class="bg"> <section class="bg">
<t-header title="海亮铜管智能车间设备监控中心"> <t-header title="海亮纯铜精密件智能车间设备监控中心">
<p class="p1" @click="toJump">海亮铜管智能车间生产监控中心</p> <p class="p1" @click="toJump">海亮纯铜精密件智能车间生产监控中心</p>
</t-header> </t-header>
<div class="container"> <div class="container">
<div class="left_wrap"> <div class="left_wrap">

View File

@@ -30,12 +30,12 @@ export default {
computed: { computed: {
title1 () { title1 () {
let t = '' let t = ''
t = this.page === 'one' ? '海亮铜管智能车间设备监控中心' : '海亮铜管智能车间生产监控中心' t = this.page === 'one' ? '海亮纯铜精密件智能车间设备监控中心' : '海亮纯铜精密件智能车间生产监控中心'
return t return t
}, },
title2 () { title2 () {
let t = '' let t = ''
t = this.page === 'two' ? '海亮铜管智能车间设备监控中心' : '海亮铜管智能车间生产监控中心' t = this.page === 'two' ? '海亮纯铜精密件智能车间设备监控中心' : '海亮纯铜精密件智能车间生产监控中心'
return t return t
} }
}, },

View File

@@ -1,7 +1,7 @@
<template> <template>
<section class="bg"> <section class="bg">
<t-header title="海亮铜管智能车间生产监控中心"> <t-header title="海亮纯铜精密件智能车间生产监控中心">
<p class="p1" @click="toJump">海亮铜管智能车间设备监控中心</p> <p class="p1" @click="toJump">海亮纯铜精密件智能车间设备监控中心</p>
</t-header> </t-header>
<div class="container"> <div class="container">
<div class="left_wrap"> <div class="left_wrap">

View File

@@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<t-header title="海亮铜管智能车间设备监控中心"></t-header> <t-header title="海亮纯铜精密件智能车间设备监控中心"></t-header>
<div class="goods_shelves"> <div class="goods_shelves">
<div class="yard-wrap"> <div class="yard-wrap">
<div class="content_left"> <div class="content_left">

View File

@@ -73,7 +73,7 @@ export default {
setTime1: this.$store.getters.setTime1 / 1000, setTime1: this.$store.getters.setTime1 / 1000,
fullscreen: false, fullscreen: false,
heightLimit: 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, active: this.$store.getters.equipId,
open: false open: false
} }
@@ -98,7 +98,7 @@ export default {
// equipId: this.active // equipId: this.active
} }
this.$store.dispatch('setConfig', obj) this.$store.dispatch('setConfig', obj)
this.$router.push('/devicescreen') this.$router.push('/MonitoringScreen')
// this.$router.push('/HomeScreen') // this.$router.push('/HomeScreen')
// if (this.active === '0') { // if (this.active === '0') {
// this.$router.push('/MonitoringScreen') // this.$router.push('/MonitoringScreen')

View File

@@ -1,6 +1,6 @@
<template> <template>
<section class="bg"> <section class="bg">
<t-header title="海亮铜管智能车间AGV监控中心"></t-header> <t-header title="海亮纯铜精密件智能车间AGV监控中心"></t-header>
<div class="container" @click="rectClick"> <div class="container" @click="rectClick">
<p>{{zb}}</p> <p>{{zb}}</p>
</div> </div>