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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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