Compare commits
39 Commits
yx-dark
...
light-styl
| Author | SHA1 | Date | |
|---|---|---|---|
| 88d8c80250 | |||
| 091b58f4cf | |||
| 0c31996011 | |||
|
|
776ba572da | ||
|
|
3409e7dd8a | ||
|
|
908b3beda0 | ||
|
|
78a9cd4db6 | ||
|
|
e8c76421a2 | ||
|
|
66e92a693c | ||
|
|
f729af36c6 | ||
|
|
a3bb68c81e | ||
|
|
86a606b177 | ||
|
|
1c3be47344 | ||
|
|
8a746794b1 | ||
|
|
a008e75126 | ||
|
|
a11c01dc63 | ||
|
|
3c51d2207b | ||
|
|
c0dc47895e | ||
|
|
01aa8be033 | ||
|
|
18c08ca42d | ||
|
|
de41e7e547 | ||
|
|
133d2d6e23 | ||
|
|
eb4a81b7b9 | ||
|
|
d66f0b1e05 | ||
|
|
5f2ad448aa | ||
|
|
bd0f7986a9 | ||
|
|
270fd2d071 | ||
|
|
b4a63e1c72 | ||
|
|
dd1383950c | ||
|
|
1778ac8848 | ||
|
|
7cdf283aca | ||
|
|
90a70d7d1a | ||
|
|
4f8e0396ad | ||
|
|
6a53a6630c | ||
|
|
868e14a41b | ||
|
|
eeba8714f7 | ||
|
|
f694c8ebf4 | ||
|
|
7c4903f463 | ||
|
|
95809c226d |
109
package-lock.json
generated
@@ -17,16 +17,13 @@
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.6.0",
|
||||
"@types/ws": "^8.5.5",
|
||||
"@vue/cli-plugin-babel": "~5.0.0",
|
||||
"@vue/cli-plugin-router": "~5.0.0",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0",
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"sass": "^1.32.7",
|
||||
"sass-loader": "^12.0.0",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"ws": "^8.14.1"
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@achrinza/node-ipc": {
|
||||
@@ -2347,10 +2344,11 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz",
|
||||
"integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==",
|
||||
"dev": true
|
||||
"version": "20.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.1.0.tgz",
|
||||
"integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/normalize-package-data": {
|
||||
"version": "2.4.1",
|
||||
@@ -2437,10 +2435,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/ws": {
|
||||
"version": "8.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz",
|
||||
"integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==",
|
||||
"version": "8.5.4",
|
||||
"resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.4.tgz",
|
||||
"integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
@@ -10109,27 +10108,6 @@
|
||||
"node": ">= 10.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/webpack-bundle-analyzer/node_modules/ws": {
|
||||
"version": "7.5.9",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=8.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/webpack-chain": {
|
||||
"version": "6.5.1",
|
||||
"resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz",
|
||||
@@ -10378,6 +10356,28 @@
|
||||
"url": "https://opencollective.com/webpack"
|
||||
}
|
||||
},
|
||||
"node_modules/webpack-dev-server/node_modules/ws": {
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": ">=5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/webpack-merge": {
|
||||
"version": "5.8.0",
|
||||
"resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.8.0.tgz",
|
||||
@@ -10498,16 +10498,17 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.14.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz",
|
||||
"integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==",
|
||||
"version": "7.5.9",
|
||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz",
|
||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=8.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": ">=5.0.2"
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
@@ -12176,9 +12177,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "20.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz",
|
||||
"integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==",
|
||||
"version": "20.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.1.0.tgz",
|
||||
"integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/normalize-package-data": {
|
||||
@@ -12258,9 +12259,9 @@
|
||||
}
|
||||
},
|
||||
"@types/ws": {
|
||||
"version": "8.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz",
|
||||
"integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==",
|
||||
"version": "8.5.4",
|
||||
"resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.4.tgz",
|
||||
"integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
@@ -17478,15 +17479,6 @@
|
||||
"opener": "^1.5.2",
|
||||
"sirv": "^1.0.7",
|
||||
"ws": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": {
|
||||
"version": "7.5.9",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"webpack-chain": {
|
||||
@@ -17647,6 +17639,13 @@
|
||||
"ajv-formats": "^2.1.1",
|
||||
"ajv-keywords": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -17738,9 +17737,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.14.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz",
|
||||
"integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==",
|
||||
"version": "7.5.9",
|
||||
"resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz",
|
||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
|
||||
12
package.json
@@ -4,8 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"server": "ts-node ./src/components/yx-dark/socket-server/index.ts"
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.8.3",
|
||||
@@ -17,17 +16,12 @@
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.6.0",
|
||||
"@types/ws": "^8.5.5",
|
||||
"@vue/cli-plugin-babel": "~5.0.0",
|
||||
"@vue/cli-plugin-router": "~5.0.0",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0",
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"sass": "^1.32.7",
|
||||
"sass-loader": "^12.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"ws": "^8.14.1"
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<!-- <nav>
|
||||
<router-link to="/">Home</router-link> |
|
||||
<router-link to="/about">About</router-link>
|
||||
</nav> -->
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script></script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
<style lang="scss"></style>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 520 KiB |
|
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
src/assets/digitbox1.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.3 MiB After Width: | Height: | Size: 6.3 MiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
src/assets/fault-analysis.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/header-wings.png
Normal file
|
After Width: | Height: | Size: 249 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 966 KiB |
BIN
src/assets/i-water.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 404 KiB |
|
Before Width: | Height: | Size: 330 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 8.7 MiB |
BIN
src/assets/menu-icon.png
Normal file
|
After Width: | Height: | Size: 1009 B |
BIN
src/assets/middle-under.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/middle1.png
Normal file
|
After Width: | Height: | Size: 321 KiB |
BIN
src/assets/monitor-group.png
Normal file
|
After Width: | Height: | Size: 281 KiB |
BIN
src/assets/o-water.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 650 KiB |
BIN
src/assets/right-wing.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
@@ -1,14 +1,17 @@
|
||||
// variables
|
||||
|
||||
// $design_width: 4480px;
|
||||
$design_width: 8960px;
|
||||
$design_height: 2160px;
|
||||
// $design_width: 4480px
|
||||
$design_width: 21120px;
|
||||
$design_height: 4320px;
|
||||
$actual_width: 3840px;
|
||||
$actual_height: 1080px;
|
||||
|
||||
// 纵/4 横/5.5
|
||||
// 字体按照纵向调整
|
||||
|
||||
$height: 1080px;
|
||||
$default_ratio: 0.875;
|
||||
|
||||
|
||||
// colors
|
||||
$main-color: #6bf2ff;
|
||||
$main-color: #3565FF;
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 23 KiB |
BIN
src/assets/top-middle.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 917 B |
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- 窑底温度 -->
|
||||
<Container usage="Charts">
|
||||
<SubContainer title="窑底温度" icon="kbtm" padding="34px">
|
||||
<SubContainer title="窑底温度" icon="kbtm" padding="24px 32px">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<LineChart
|
||||
key="1"
|
||||
@@ -55,12 +55,12 @@ export default {
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
#3565ff,
|
||||
#3565ff51,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
|
||||
@@ -1,63 +1,72 @@
|
||||
<template>
|
||||
<!-- 风机运行情况 -->
|
||||
<Container usage="Table">
|
||||
<SubContainer title="风机运行情况" icon="fan" padding="34px">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<div class="table-wrapper flex-1 align-start">
|
||||
<div
|
||||
v-if="tableData1 && tableData1.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #eee1;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 24px;
|
||||
color: #eee9;
|
||||
"
|
||||
>无数据</div>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<!-- <tr style="font-size: 8px; background: #044a84; opacity: 19%"> -->
|
||||
<tr class="t-row">
|
||||
<th>序号</th>
|
||||
<th>设备名称</th>
|
||||
<th>运行频率</th>
|
||||
<th>设备状态</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!-- <tbody> -->
|
||||
<!-- <tr
|
||||
v-for="(row, index) in tableData1"
|
||||
:key="index"
|
||||
style="font-size: 7px; background: #0b5499; opacity: 35%"
|
||||
> -->
|
||||
<transition-group name="fan-list" tag="tbody" mode="out-in">
|
||||
<tr
|
||||
class="t-row"
|
||||
v-for="row in tableData1"
|
||||
:key="row && 'length' in row ? row[0] : Math.random()"
|
||||
>
|
||||
<td v-for="(d, idx) in row" :key="idx">
|
||||
<template v-if="idx === 2">
|
||||
<FrequentComp :value="d" />
|
||||
</template>
|
||||
<template v-else-if="idx === 3">
|
||||
<StatusComp :value="d" />
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ d }}
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
</transition-group>
|
||||
<!-- </tbody> -->
|
||||
</table>
|
||||
</div>
|
||||
<!--
|
||||
<!-- 风机运行情况 -->
|
||||
<Container usage="Table">
|
||||
<SubContainer title="风机运行情况" icon="fan" padding="24px 32px">
|
||||
<div class="tables flex relative" style="height: 100%">
|
||||
<div class="table-wrapper flex-1 align-start">
|
||||
<div
|
||||
v-if="tableData1 && tableData1.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #eee1;
|
||||
font-size: 18px;
|
||||
letter-spacing: 2px;
|
||||
color: #3c4e8b;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
user-select: none;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr class="t-row">
|
||||
<th style="width: 160px">序号</th>
|
||||
<!-- <th style="width: 180px">设备名称</th>
|
||||
<th style="width: 180px">运行频率</th>
|
||||
<th style="width: 180px">设备状态</th> -->
|
||||
<th style="width: 240px">设备名称</th>
|
||||
<th style="width: 200px">运行频率</th>
|
||||
<th style="width: 200px">设备状态</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<transition-group name="fan-list" tag="tbody" mode="out-in">
|
||||
<tr
|
||||
class="t-row"
|
||||
v-for="row in tableData1"
|
||||
:key="row && 'length' in row ? row[0] : Math.random()"
|
||||
>
|
||||
<td
|
||||
v-for="(d, idx) in row"
|
||||
:key="idx"
|
||||
:data-title="idx == 1 ? d : null"
|
||||
>
|
||||
<!-- :data-cx="cursorX"
|
||||
:data-cy="cursorY"
|
||||
@mouseover="handleMouseOver" -->
|
||||
<template v-if="idx === 2">
|
||||
<FrequentComp :value="d" />
|
||||
</template>
|
||||
<template v-else-if="idx === 3">
|
||||
<StatusComp :value="d" />
|
||||
</template>
|
||||
<template v-else>
|
||||
<!-- <el-tooltip effect="light" :content="d" placement="top"> -->
|
||||
<span :class="idx == 1 ? 'eqName' : 'sequence'">{{
|
||||
d
|
||||
}}</span>
|
||||
<!-- </el-tooltip> -->
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
</transition-group>
|
||||
<!-- </tbody> -->
|
||||
</table>
|
||||
</div>
|
||||
<!--
|
||||
<div class="vertical-line"></div>
|
||||
<table class="table-2 flex-1 align-start">
|
||||
<thead>
|
||||
@@ -84,9 +93,9 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table> -->
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -97,61 +106,73 @@ import StatusComp from "./subcomponents/TableStatus.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "KilnPressure",
|
||||
props: {},
|
||||
components: { Container, SubContainer, FrequentComp, StatusComp },
|
||||
data() {
|
||||
return {
|
||||
tableHead: ["序号", "设备名称", "运行频率", "设备状态"],
|
||||
tableCache: [
|
||||
// [11, "风机11", "未运行", "正常" /**or 0,1*/],
|
||||
// [12, "风机12", "未运行", "正常" /**or 0,1*/],
|
||||
// [13, "风机13", "73Hz", "正常" /**or 0,1*/],
|
||||
],
|
||||
tableData1: [
|
||||
// [1, "风机1", "2332Hz", "正常" /**or 0,1*/],
|
||||
// [2, "风机2", "未运行", "故障" /**or 0,1*/],
|
||||
// [3, "风机3", "333Hz", "正常" /**or 0,1*/],
|
||||
// [4, "风机4", "100Hz", "正常" /**or 0,1*/],
|
||||
// [5, "风机5", "未运行", "正常" /**or 0,1*/],
|
||||
// [6, "风机6", "未运行", "故障" /**or 0,1*/],
|
||||
// [7, "风机7", "3000Hz", "正常" /**or 0,1*/],
|
||||
// [8, "风机8", "未运行", "正常" /**or 0,1*/],
|
||||
// [9, "风机9", "未运行", "正常" /**or 0,1*/],
|
||||
// [10, "风机10", "86423Hz", "正常" /**or 0,1*/],
|
||||
],
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["fan"]),
|
||||
},
|
||||
watch: {
|
||||
fan: {
|
||||
handler: function (data) {
|
||||
if (!data) return;
|
||||
let idx = 0;
|
||||
this.tableData1 = data.slice(0, 10).map((item, index) => {
|
||||
idx += 1;
|
||||
return [idx, ...item];
|
||||
});
|
||||
this.tableCache = data
|
||||
.slice(10)
|
||||
.map((item, index) => [index + 1 + idx, ...item]);
|
||||
},
|
||||
deep: true,
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
setInterval(() => {
|
||||
const inData = this.tableCache.shift();
|
||||
const outData = this.tableData1.shift();
|
||||
setTimeout(() => {
|
||||
if (inData) this.tableData1.splice(this.tableData1.length, 0, inData);
|
||||
}, 200);
|
||||
if (outData) this.tableCache.push(outData);
|
||||
}, 3000);
|
||||
},
|
||||
name: "KilnPressure",
|
||||
props: {},
|
||||
components: { Container, SubContainer, FrequentComp, StatusComp },
|
||||
data() {
|
||||
return {
|
||||
tableHead: ["序号", "设备名称", "运行频率", "设备状态"],
|
||||
tableCache: [
|
||||
// [11, "风机11", "未运行", "正常" /**or 0,1*/],
|
||||
// [12, "风机12", "未运行", "正常" /**or 0,1*/],
|
||||
// [13, "风机13", "73Hz", "正常" /**or 0,1*/],
|
||||
],
|
||||
tableData1: [
|
||||
// [1, "风机1", "2332Hz", "正常" /**or 0,1*/],
|
||||
// [2, "2#风机水电费款经典款", "未运行", "故障" /**or 0,1*/],
|
||||
// [3, "风机3", "333Hz", "正常" /**or 0,1*/],
|
||||
// [4, "风机4", "100Hz", "正常" /**or 0,1*/],
|
||||
// [5, "风机5", "未运行", "正常" /**or 0,1*/],
|
||||
// [6, "风机6", "未运行", "故障" /**or 0,1*/],
|
||||
// [7, "风机7", "3000Hz", "正常" /**or 0,1*/],
|
||||
// [8, "风机8", "未运行", "正常" /**or 0,1*/],
|
||||
// [9, "风机9", "未运行", "正常" /**or 0,1*/],
|
||||
// [10, "风机10", "86423Hz", "正常" /**or 0,1*/],
|
||||
],
|
||||
cursorX: 0,
|
||||
cursorY: 0
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["fan"]),
|
||||
},
|
||||
watch: {
|
||||
fan: {
|
||||
handler: function (data) {
|
||||
if (!data) return;
|
||||
let idx = 0;
|
||||
this.tableData1 = data.slice(0, 10).map((item, index) => {
|
||||
idx += 1;
|
||||
return [idx, ...item];
|
||||
});
|
||||
this.tableCache = data
|
||||
.slice(10)
|
||||
.map((item, index) => [index + 1 + idx, ...item]);
|
||||
},
|
||||
deep: true,
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
setInterval(() => {
|
||||
const inData = this.tableCache.shift();
|
||||
const outData = this.tableData1.shift();
|
||||
setTimeout(() => {
|
||||
if (inData) this.tableData1.splice(this.tableData1.length, 0, inData);
|
||||
}, 200);
|
||||
if (outData) this.tableCache.push(outData);
|
||||
}, 1000 * 3);
|
||||
},
|
||||
methods: {
|
||||
// handleMouseOver(e) {
|
||||
// if (e.target.dataset.title) {
|
||||
// // 获取鼠标位置
|
||||
// console.log("handleMouseOver", e.clientX, e.pageX, e.layorX, e.offsetX); // e.target.dataset.title);
|
||||
// this.cursorX = e.offsetX + 10
|
||||
// this.cursorY = e.offsetY + 10
|
||||
// }
|
||||
// },
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -159,19 +180,19 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
background: #eee1;
|
||||
width: 6px;
|
||||
background: #eee1;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
width: 6px;
|
||||
border-radius: 8px;
|
||||
background: #eee3;
|
||||
width: 6px;
|
||||
border-radius: 8px;
|
||||
background: #eee3;
|
||||
}
|
||||
|
||||
.fan-list-enter-active,
|
||||
.fan-list-leave-active {
|
||||
transition: all 0.5s;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
// .fan-list-leave-move {
|
||||
@@ -180,79 +201,109 @@ export default {
|
||||
|
||||
.fan-list-enter,
|
||||
.fan-list-leave-to {
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
}
|
||||
.table-wrapper {
|
||||
// padding-right: 6px;
|
||||
height: 400px;
|
||||
// overflow-y: auto;
|
||||
overflow: hidden;
|
||||
height: 420px;
|
||||
overflow: hidden;
|
||||
// background: #f001;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: adjust(1px);
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
border-spacing: 2px;
|
||||
}
|
||||
|
||||
// tr, td, th {
|
||||
// max-height: 13.88px !important;
|
||||
// }
|
||||
|
||||
.t-row {
|
||||
height: adjust(14px);
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.tables {
|
||||
overflow: hidden;
|
||||
padding: 12px 32px 32px;
|
||||
}
|
||||
|
||||
.tables > table {
|
||||
overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.align-start {
|
||||
align-self: flex-start;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
thead > tr th:first-child {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
thead > tr th {
|
||||
font-size: adjust(10px);
|
||||
line-height: 1.5;
|
||||
padding: adjust(3px) adjust(8px);
|
||||
font-weight: 400;
|
||||
background: #044a8446;
|
||||
text-align: left;
|
||||
font-size: 36px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
"微软雅黑", Arial, Helvetica, sans-serif;
|
||||
line-height: 1;
|
||||
letter-spacing: 1px;
|
||||
padding: 8px 48px;
|
||||
font-weight: 600;
|
||||
background: #4288df23;
|
||||
color: #030609d6;
|
||||
text-align: left;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
tbody > tr:nth-child(odd) {
|
||||
background: #0b549960;
|
||||
tbody > tr:nth-child(even) {
|
||||
background: #4288df13;
|
||||
}
|
||||
|
||||
// tbody > tr td:not(:nth-child(2)) {
|
||||
tbody > tr td {
|
||||
font-size: adjust(10px);
|
||||
line-height: 1.25;
|
||||
padding: adjust(2px) adjust(8px);
|
||||
font-weight: 400;
|
||||
background: inherit;
|
||||
user-select: none;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
"微软雅黑", Arial, Helvetica, sans-serif;
|
||||
color: #030609d6;
|
||||
font-size: 32px;
|
||||
line-height: 1;
|
||||
background: inherit;
|
||||
padding: 0 48px;
|
||||
}
|
||||
|
||||
tbody > tr td:first-child {
|
||||
text-align: center;
|
||||
tbody > tr td > span.eqName {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
[data-title] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[data-title]::after {
|
||||
content: attr(data-title);
|
||||
position: absolute;
|
||||
padding: 12px 24px;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
border-radius: 12px;
|
||||
left: 70%;
|
||||
top: 100%;
|
||||
white-space: nowrap;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease-out;
|
||||
z-index: 9999;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
[data-title]:hover::after {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- 天然气流量 -->
|
||||
<Container usage="Charts">
|
||||
<SubContainer title="天然气流量" icon="gas" padding="34px">
|
||||
<SubContainer title="天然气流量" icon="gas" padding="24px 32px">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<LineChart
|
||||
key="1"
|
||||
@@ -55,12 +55,12 @@ export default {
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
#3565ff,
|
||||
#3565ff51,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
|
||||
@@ -1,52 +1,50 @@
|
||||
<template>
|
||||
<div class="history-temp flex flex-col" style="height: 100%; position: relative;">
|
||||
<h3>{{ title }}</h3>
|
||||
<BarChart class="flex-1" :series="series" />
|
||||
<div
|
||||
v-if="series && series.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: -30px;
|
||||
width: 110%;
|
||||
height: 105%;
|
||||
background: #eee1;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 24px;
|
||||
color: #eee9;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="history-temp flex flex-col"
|
||||
style="height: 100%; position: relative"
|
||||
>
|
||||
<h3>{{ title }}</h3>
|
||||
<BarChart class="flex-1" :series="series" />
|
||||
<div
|
||||
v-if="series && series.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: -20px;
|
||||
width: 110%;
|
||||
height: 105%;
|
||||
background: #eee1;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 32px;
|
||||
letter-spacing: 6px;
|
||||
color: #777;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BarChart from "../charts/BarChart.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "HistoryTemp",
|
||||
components: { BarChart },
|
||||
props: {
|
||||
series: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: "窑炉历史温度趋势",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["kilnWaterIn", "kilnWaterOut"]),
|
||||
},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
name: "HistoryTemp",
|
||||
components: { BarChart },
|
||||
props: {
|
||||
series: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: "窑炉历史温度趋势",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -54,17 +52,22 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
}
|
||||
|
||||
.history-temp {
|
||||
// background: #f003;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: adjust(14px);
|
||||
letter-spacing: adjust(1px);
|
||||
color: #52fff8;
|
||||
margin: adjust(12px) 0;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 30px;
|
||||
line-height: 34px;
|
||||
letter-spacing: 2px;
|
||||
color: #0c71ff;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,48 +1,25 @@
|
||||
<template>
|
||||
<!-- 窑炉进口水温 -->
|
||||
<Container usage="NumberAndChart">
|
||||
<SubContainer title="窑炉进口水温" icon="inWater" padding="34px">
|
||||
<div class="pic" style=""></div>
|
||||
<div class="content flex flex-col">
|
||||
<div class="realtime">
|
||||
<div class="time flex flex-center">
|
||||
<template v-for="(item, index) in waterInTemp.split('')">
|
||||
<DigitalBox
|
||||
v-if="item !== '.'"
|
||||
class="time--item"
|
||||
:key="index"
|
||||
:value="item"
|
||||
:wider="true"
|
||||
/>
|
||||
<span
|
||||
:key="index"
|
||||
v-else
|
||||
style="
|
||||
background: #fff;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 9px;
|
||||
margin-right: 8px;
|
||||
"
|
||||
></span>
|
||||
<!-- <span :key="index" v-else style="background: red; margin-right: 8px; line-height: 1; font-size: 88px; font-family: 'zcoolqingkehuangyouti-Regular'"></span> -->
|
||||
</template>
|
||||
<span class="unit">℃</span>
|
||||
</div>
|
||||
<div class="text">进口实时水温</div>
|
||||
</div>
|
||||
<div class="wave"></div>
|
||||
<div class="graph flex-1">
|
||||
<HistoryTrend
|
||||
key="water-in"
|
||||
title="窑炉进口水温历史"
|
||||
:series="kilnWaterIn"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
<!-- 窑炉进口水温 -->
|
||||
<Container class="in-water" usage="NumberAndChart">
|
||||
<SubContainer title="进口实时水温" icon="inWater">
|
||||
<!-- <div class="pic" style=""></div> -->
|
||||
<div class="content flex">
|
||||
<div class="realtime">
|
||||
<div class="time flex flex-center">
|
||||
<span class="temp-data">{{ waterInTemp }}</span>
|
||||
<span class="unit">℃</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="graph flex-1">
|
||||
<HistoryTrend
|
||||
key="water-in"
|
||||
title="窑炉进口水温历史"
|
||||
:series="kilnWaterIn"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -54,103 +31,77 @@ import HistoryTrend from "./HistoryTemp.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "InWater",
|
||||
props: {},
|
||||
components: { Container, SubContainer, LineChart, DigitalBox, HistoryTrend },
|
||||
data() {
|
||||
return {
|
||||
chartConfig: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
name: "InWater",
|
||||
props: {},
|
||||
components: { Container, SubContainer, LineChart, DigitalBox, HistoryTrend },
|
||||
data() {
|
||||
return {
|
||||
chartConfig: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.pic {
|
||||
background: url(../../assets/in-water.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
position: absolute;
|
||||
top: adjust(24px);
|
||||
right: 0;
|
||||
width: adjust(w(440px));
|
||||
height: adjust(h(380px));
|
||||
.in-water {
|
||||
position: absolute;
|
||||
top: -200px;
|
||||
left: 27px;
|
||||
height: 509px;
|
||||
width: 1323px;
|
||||
background: url(../../assets/in-water.png) top 0 left 0 / cover no-repeat;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wave {
|
||||
transform: translateX(adjust(-16px));
|
||||
width: adjust(w(793px));
|
||||
height: adjust(h(76px));
|
||||
background: url(../../assets/inwater.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.realtime {
|
||||
width: 530px;
|
||||
// height: 337px;
|
||||
background: url(../../assets/inwater.png) top 90% left 0 / 100% 80% no-repeat,
|
||||
url(../../assets/i-water.png) top 24px right 24px / 40% 70% no-repeat;
|
||||
}
|
||||
|
||||
.graph {
|
||||
// background: #ccc3;
|
||||
// background: #0cc3;
|
||||
height: 436px;
|
||||
transform: translate(0, -64px);
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
}
|
||||
|
||||
.time {
|
||||
// background: #eee;
|
||||
margin: adjust(12px) 0;
|
||||
padding-left: adjust(14px);
|
||||
transform: translate(56px, 80px);
|
||||
// background: #eee;
|
||||
}
|
||||
|
||||
.time--item:not(:last-child) {
|
||||
margin-right: adjust(5px);
|
||||
margin-right: adjust(5px);
|
||||
}
|
||||
|
||||
.temp-data {
|
||||
color: #0068ff;
|
||||
font-size: 80px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.unit {
|
||||
font-family: Ubuntu, monospace, sans-serif !important;
|
||||
font-size: adjust(20px);
|
||||
letter-spacing: adjust(1px);
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: inline-block;
|
||||
margin-left: adjust(24px);
|
||||
margin-bottom: adjust(10px);
|
||||
padding: adjust(12px) 0;
|
||||
text-align: center;
|
||||
font-size: adjust(22px);
|
||||
letter-spacing: adjust(1px);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.text::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 0;
|
||||
bottom: adjust(10px);
|
||||
height: adjust(4px);
|
||||
width: 100%;
|
||||
/* 渐变色 */
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#6fe2ffc0,
|
||||
#52cbef80,
|
||||
#52cbef30,
|
||||
#52cbef00,
|
||||
transparent
|
||||
);
|
||||
font-family: sans-serif !important;
|
||||
font-size: 48px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 4px;
|
||||
margin-left: 4px;
|
||||
color: #0068ff;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<template>
|
||||
<!-- 窑炉运行时间 -->
|
||||
<Container usage="NumberOrDate">
|
||||
<SubContainer title="窑炉运行时间" icon="clock" padding="34px">
|
||||
<div class="flex flex-col">
|
||||
<div class="time flex flex-center">
|
||||
<DigitalBox
|
||||
class="time--item"
|
||||
v-for="(item, index) in time"
|
||||
:key="index"
|
||||
:value="item"
|
||||
/>
|
||||
</div>
|
||||
<div class="text">窑炉运行时间</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
<!-- 窑炉运行时间 -->
|
||||
<Container usage="NumberOrDate">
|
||||
<SubContainer title="窑炉运行时间" icon="clock" padding="34px">
|
||||
<div class="flex flex-col">
|
||||
<div class="time flex flex-center">
|
||||
<DigitalBox
|
||||
class="time--item"
|
||||
v-for="(item, index) in time"
|
||||
:key="index"
|
||||
:value="item"
|
||||
/>
|
||||
</div>
|
||||
<div class="text">窑炉运行时间</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -23,28 +23,28 @@ import SubContainer from "../layout/SubContainer.vue";
|
||||
import DigitalBox from "../common/DigitalBox.vue";
|
||||
|
||||
export default {
|
||||
name: "KilnRuntime",
|
||||
components: { Container, SubContainer, DigitalBox },
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
time: " 天",
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.getRuntime()
|
||||
setInterval(this.getRuntime, 1000 * 60 * 60);
|
||||
},
|
||||
methods: {
|
||||
getRuntime() {
|
||||
const diff = Date.now() - new Date("2023-5-7 8:00:00");
|
||||
const days = parseInt(diff / 1000 / 60 / 60 / 24);
|
||||
const hours = parseInt(
|
||||
(diff - days * 24 * 60 * 60 * 1000) / 1000 / 60 / 60
|
||||
);
|
||||
this.time = `${days}天`;
|
||||
},
|
||||
},
|
||||
name: "KilnRuntime",
|
||||
components: { Container, SubContainer, DigitalBox },
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
time: " 天",
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.getRuntime();
|
||||
setInterval(this.getRuntime, 1000 * 60 * 60);
|
||||
},
|
||||
methods: {
|
||||
getRuntime() {
|
||||
const diff = Date.now() - new Date("2023-5-7 8:00:00");
|
||||
const days = parseInt(diff / 1000 / 60 / 60 / 24);
|
||||
const hours = parseInt(
|
||||
(diff - days * 24 * 60 * 60 * 1000) / 1000 / 60 / 60
|
||||
);
|
||||
this.time = `${days}天`;
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -52,47 +52,47 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.time {
|
||||
// background: #eee;
|
||||
margin: adjust(12px) 0;
|
||||
// background: #eee;
|
||||
margin: adjust(12px) 0;
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.time--item:not(:last-child) {
|
||||
margin-right: adjust(8px);
|
||||
margin-right: adjust(8px);
|
||||
}
|
||||
|
||||
.text {
|
||||
padding: adjust(12px) 0;
|
||||
text-align: center;
|
||||
font-size: adjust(23px);
|
||||
letter-spacing: adjust(4px);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
user-select: none;
|
||||
padding: adjust(12px) 0;
|
||||
text-align: center;
|
||||
font-size: adjust(23px);
|
||||
letter-spacing: adjust(4px);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.text::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 12%;
|
||||
bottom: adjust(10px);
|
||||
height: adjust(4px);
|
||||
width: 76%;
|
||||
/* 渐变色 */
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#6fe2ffc0,
|
||||
#52cbef80,
|
||||
#52cbef30,
|
||||
#52cbef00,
|
||||
transparent
|
||||
);
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 12%;
|
||||
bottom: adjust(10px);
|
||||
height: adjust(4px);
|
||||
width: 76%;
|
||||
/* 渐变色 */
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#6fe2ffc0,
|
||||
#52cbef80,
|
||||
#52cbef30,
|
||||
#52cbef00,
|
||||
transparent
|
||||
);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- 油流量 -->
|
||||
<Container usage="Charts">
|
||||
<SubContainer title="油流量" icon="oil" padding="34px">
|
||||
<SubContainer title="油流量" icon="oil" padding="24px 32px">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<LineChart
|
||||
key="1"
|
||||
@@ -30,6 +30,7 @@ import LineChart from "../charts/LineChart.vue";
|
||||
import Container from "../layout/Container.vue";
|
||||
import SubContainer from "../layout/SubContainer.vue";
|
||||
import { mapState } from "vuex";
|
||||
import { randomInt } from "@/utils";
|
||||
|
||||
export default {
|
||||
name: "OilFlow",
|
||||
@@ -38,6 +39,49 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
chartConfig: {},
|
||||
// oilTable1: {
|
||||
// FT111: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// FT112: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// FT113: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// FT114: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// FT115: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// },
|
||||
// oilTable2: {
|
||||
// OT001: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT002: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT004: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT003: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT005: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT006: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT007: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// OT008: Array(24)
|
||||
// .fill(1)
|
||||
// .map((_) => randomInt()),
|
||||
// },
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -55,12 +99,12 @@ export default {
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
#3565ff,
|
||||
#3565ff51,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
|
||||
@@ -1,48 +1,25 @@
|
||||
<template>
|
||||
<!-- 窑炉出口水温 -->
|
||||
<Container usage="NumberAndChart">
|
||||
<SubContainer title="窑炉出口水温" icon="inWater" padding="34px">
|
||||
<div class="pic" style=""></div>
|
||||
<div class="content flex flex-col">
|
||||
<div class="realtime">
|
||||
<div class="time flex flex-center">
|
||||
<template v-for="(item, index) in waterOutTemp.split('')">
|
||||
<DigitalBox
|
||||
v-if="item !== '.'"
|
||||
class="time--item"
|
||||
:key="index"
|
||||
:value="item"
|
||||
:wider="true"
|
||||
/>
|
||||
<span
|
||||
:key="index"
|
||||
v-else
|
||||
style="
|
||||
background: #fff;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 9px;
|
||||
margin-right: 8px;
|
||||
"
|
||||
></span>
|
||||
<!-- <span :key="index" v-else style="background: red; margin-right: 8px; line-height: 1; font-size: 88px; font-family: 'zcoolqingkehuangyouti-Regular'"></span> -->
|
||||
</template>
|
||||
<span class="unit">℃</span>
|
||||
</div>
|
||||
<div class="text">出口实时水温</div>
|
||||
</div>
|
||||
<div class="wave"></div>
|
||||
<div class="graph flex-1">
|
||||
<HistoryTrend
|
||||
key="water-out"
|
||||
title="窑炉出口水温历史"
|
||||
:series="kilnWaterOut"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
<!-- 窑炉出口水温 -->
|
||||
<Container class="out-water" usage="NumberAndChart">
|
||||
<SubContainer title="出口实时水温" icon="inWater">
|
||||
<div class="content flex">
|
||||
<div class="realtime">
|
||||
<div class="time flex flex-center">
|
||||
<span class="temp-data">{{ waterOutTemp }}</span>
|
||||
<span class="unit">℃</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="graph flex-1">
|
||||
<HistoryTrend
|
||||
key="water-out"
|
||||
title="窑炉出口水温历史"
|
||||
:series="kilnWaterOut"
|
||||
/>
|
||||
<!-- :series="[11, 22, 33, 44, 55, 66, 77, 88, 99, 100, 32, 99, 88, 31]" -->
|
||||
</div>
|
||||
</div>
|
||||
</SubContainer>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -54,103 +31,74 @@ import HistoryTrend from "./HistoryTemp.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "OutWater",
|
||||
props: {},
|
||||
components: { Container, SubContainer, LineChart, DigitalBox, HistoryTrend },
|
||||
data() {
|
||||
return {
|
||||
chartConfig: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["kilnWaterOut", "waterOutTemp"]),
|
||||
},
|
||||
name: "OutWater",
|
||||
props: {},
|
||||
components: { Container, SubContainer, LineChart, DigitalBox, HistoryTrend },
|
||||
data() {
|
||||
return {
|
||||
chartConfig: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["kilnWaterOut", "waterOutTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.pic {
|
||||
background: url(../../assets/out-water.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
position: absolute;
|
||||
top: adjust(24px);
|
||||
right: 0;
|
||||
width: adjust(w(440px));
|
||||
height: adjust(h(380px));
|
||||
.out-water {
|
||||
position: absolute;
|
||||
top: -200px;
|
||||
left: 1350px;
|
||||
height: 509px;
|
||||
width: 1323px;
|
||||
background: url(../../assets/out-water.png) top 0 left 0 / cover no-repeat;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wave {
|
||||
transform: translateX(adjust(-16px)) rotateY(0.5turn);
|
||||
width: adjust(w(793px));
|
||||
height: adjust(h(76px));
|
||||
background: url(../../assets/inwater.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.realtime {
|
||||
width: 530px;
|
||||
// height: 337px;
|
||||
background: url(../../assets/outwater.png) top 90% left 0 / 100% 80% no-repeat,
|
||||
url(../../assets/o-water.png) top 24px right 24px / 40% 70% no-repeat;
|
||||
}
|
||||
|
||||
.graph {
|
||||
// background: #ccc3;
|
||||
// background: #0cc3;
|
||||
height: 436px;
|
||||
transform: translate(0, -64px);
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
flex: 1;
|
||||
// background: #eee;
|
||||
}
|
||||
|
||||
.time {
|
||||
// background: #eee;
|
||||
margin: adjust(12px) 0;
|
||||
padding-left: adjust(14px);
|
||||
transform: translate(56px, 80px);
|
||||
}
|
||||
|
||||
.time--item:not(:last-child) {
|
||||
margin-right: adjust(5px);
|
||||
margin-right: adjust(5px);
|
||||
}
|
||||
|
||||
.temp-data {
|
||||
color: #0068ff;
|
||||
font-size: 80px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.unit {
|
||||
font-family: Ubuntu, monospace, sans-serif !important;
|
||||
font-size: adjust(20px);
|
||||
letter-spacing: adjust(1px);
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: inline-block;
|
||||
margin-left: adjust(24px);
|
||||
margin-bottom: adjust(10px);
|
||||
padding: adjust(12px) 0;
|
||||
text-align: center;
|
||||
font-size: adjust(22px);
|
||||
letter-spacing: adjust(1px);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.text::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 0;
|
||||
bottom: adjust(10px);
|
||||
height: adjust(4px);
|
||||
width: 100%;
|
||||
/* 渐变色 */
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#6fe2ffc0,
|
||||
#52cbef80,
|
||||
#52cbef30,
|
||||
#52cbef00,
|
||||
transparent
|
||||
);
|
||||
font-family: sans-serif !important;
|
||||
font-size: 48px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 4px;
|
||||
margin-left: 4px;
|
||||
color: #0068ff;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- 窑顶温度 -->
|
||||
<Container usage="Charts">
|
||||
<SubContainer title="窑顶温度" icon="ktop" padding="34px">
|
||||
<SubContainer title="窑顶温度" icon="ktop" padding="24px 32px">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<LineChart
|
||||
key="1"
|
||||
@@ -43,8 +43,8 @@ export default {
|
||||
computed: {
|
||||
...mapState(["kilnTop1", "kilnTop2"]),
|
||||
legend_1() {
|
||||
return Object.keys(this.kilnTop1)
|
||||
}
|
||||
return Object.keys(this.kilnTop1);
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
kilnTop1(val) {
|
||||
@@ -63,12 +63,12 @@ export default {
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
#3565ff,
|
||||
#3565ff51,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
|
||||
@@ -55,12 +55,12 @@ export default {
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 adjust(3px);
|
||||
width: adjust(3px);
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
#3565ff,
|
||||
#3565ff51,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
|
||||
@@ -27,21 +27,21 @@ export default {
|
||||
.table-status {
|
||||
/* font-family: Ubuntu, sans-serif !important; */
|
||||
color: #3984ff;
|
||||
padding-left: adjust(10px);
|
||||
padding-left: 24px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.table-status::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: adjust(1px);
|
||||
top: adjust(2px);
|
||||
left: 2px;
|
||||
top: 8px;
|
||||
display: inline-block;
|
||||
width: adjust(4px);
|
||||
height: adjust(4px);
|
||||
border-radius: adjust(100px);
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 100px;
|
||||
background: #3984ff;
|
||||
box-shadow: 0px 0px adjust(2px) adjust(2px) rgba(39, 96, 255, 0.5);
|
||||
box-shadow: 0px 0px 4px 4px rgba(39, 96, 255, 0.5);
|
||||
}
|
||||
|
||||
.invalid {
|
||||
@@ -50,6 +50,6 @@ export default {
|
||||
|
||||
.invalid::after {
|
||||
background: #ff0c0c;
|
||||
box-shadow: 0px 0px adjust(2px) adjust(2px) rgba(255, 39, 39, 0.5);
|
||||
box-shadow: 0px 0px 4px 4px rgba(255, 39, 39, 0.5);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -75,28 +75,28 @@ export default {
|
||||
this.chart = echarts.init(document.getElementById(this.id));
|
||||
this.chart.setOption({
|
||||
grid: {
|
||||
top: adjust(20),
|
||||
left: adjust(28),
|
||||
bottom: adjust(18),
|
||||
right: adjust(12),
|
||||
top: 32,
|
||||
left: 64,
|
||||
bottom: 64,
|
||||
right: 32,
|
||||
},
|
||||
xAxis: {
|
||||
type: "category",
|
||||
data: this.updateXAxis(),
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
color: '#0068ff33'
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: adjust(8),
|
||||
lineHeight: adjust(1),
|
||||
margin: adjust(6),
|
||||
rotate: 30,
|
||||
color: "#3C4E8B",
|
||||
fontSize: 16,
|
||||
lineHeight: 0,
|
||||
margin: 16,
|
||||
rotate: 45,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
@@ -110,7 +110,7 @@ export default {
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
color: '#0068ff33'
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
@@ -118,13 +118,13 @@ export default {
|
||||
},
|
||||
axisLabel: {
|
||||
formatter: "{value} ℃",
|
||||
color: "#fff9",
|
||||
fontSize: adjust(8),
|
||||
lineHeight: adjust(1),
|
||||
color: "#3C4E8B",
|
||||
fontSize: 16,
|
||||
lineHeight: 0,
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
color: '#0068ff33'
|
||||
},
|
||||
},
|
||||
// data: [100, 200, 300, 400, 500],
|
||||
@@ -132,20 +132,11 @@ export default {
|
||||
series: [
|
||||
{
|
||||
data: this.series,
|
||||
// Array(24)
|
||||
// .fill(1)
|
||||
// .map(() => {
|
||||
// let v = Math.ceil(Math.random() * 100);
|
||||
// while (v < 60) {
|
||||
// v = Math.ceil(Math.random() * 100);
|
||||
// }
|
||||
// return v;
|
||||
// }),
|
||||
type: "bar",
|
||||
barWidth: adjust(4),
|
||||
barWidth: 12,
|
||||
label: {
|
||||
show: true,
|
||||
fontSize: adjust(7),
|
||||
fontSize: 18,
|
||||
color: "#eee8",
|
||||
position: "topRight",
|
||||
rotate: 90,
|
||||
@@ -153,11 +144,16 @@ export default {
|
||||
},
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: "#A0FF49" },
|
||||
{ offset: 0.35, color: "#49FF9A" },
|
||||
{ offset: 0.7, color: "#49F2FF" },
|
||||
{ offset: 0, color: "#996ef9" },
|
||||
{ offset: 0.7, color: "#187aff" },
|
||||
{ offset: 1, color: "#0D6FFF" },
|
||||
]),
|
||||
// color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
// { offset: 0, color: "#A0FF49" },
|
||||
// { offset: 0.35, color: "#49FF9A" },
|
||||
// { offset: 0.7, color: "#49F2FF" },
|
||||
// { offset: 1, color: "#0D6FFF" },
|
||||
// ]),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1,32 +1,37 @@
|
||||
<template>
|
||||
<!-- line chart -->
|
||||
<div class="line-chart__wrapper">
|
||||
<div class="line-chart__custom-legend flex" v-if="legend.length">
|
||||
<!-- <span>产线1 - 产线5</span> -->
|
||||
<ul style="" class="flex">
|
||||
<li v-for="(v, i) in legend" :key="i">{{ v }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div :id="id" style="width: 100%; height: 100%"></div>
|
||||
<div
|
||||
v-show="legend.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #eee0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 24px;
|
||||
color: #eee8;
|
||||
user-select: none;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
</div>
|
||||
<!-- line chart -->
|
||||
<div class="line-chart__wrapper">
|
||||
<div
|
||||
class="line-chart__custom-legend flex"
|
||||
v-if="legend.length"
|
||||
:style="legendWidth"
|
||||
>
|
||||
<!-- <span>产线1 - 产线5</span> -->
|
||||
<ul :style="gridColumn" class="">
|
||||
<li v-for="(v, i) in legend" :key="i">{{ v }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div :id="id" style="width: 100%; height: 100%"></div>
|
||||
<div
|
||||
v-show="legend.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #eee0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 56px;
|
||||
letter-spacing: 2px;
|
||||
color: #3c4e8b88;
|
||||
user-select: none;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -34,9 +39,9 @@ import * as echarts from "echarts/core";
|
||||
import { LineChart } from "echarts/charts";
|
||||
|
||||
import {
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
} from "echarts/components";
|
||||
|
||||
import { LabelLayout, UniversalTransition } from "echarts/features";
|
||||
@@ -44,207 +49,226 @@ import { LabelLayout, UniversalTransition } from "echarts/features";
|
||||
import { CanvasRenderer } from "echarts/renderers";
|
||||
|
||||
echarts.use([
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
LineChart,
|
||||
LabelLayout,
|
||||
UniversalTransition,
|
||||
CanvasRenderer,
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
LineChart,
|
||||
LabelLayout,
|
||||
UniversalTransition,
|
||||
CanvasRenderer,
|
||||
]);
|
||||
|
||||
function adjust(v) {
|
||||
return v * 2;
|
||||
return v * 2;
|
||||
}
|
||||
|
||||
export default {
|
||||
name: "LineChart",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "line-chart",
|
||||
name: "LineChart",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "line-chart",
|
||||
},
|
||||
config: {
|
||||
type: Object,
|
||||
default: () => ({
|
||||
title: { text: "default chart" },
|
||||
}),
|
||||
},
|
||||
unit: {
|
||||
type: String,
|
||||
default: "单位/m³",
|
||||
},
|
||||
legend: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
series: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
chart: null,
|
||||
colors: [
|
||||
"#18c7f3",
|
||||
"#FFD160",
|
||||
"#F31868",
|
||||
"#30E89A",
|
||||
"#2760FF",
|
||||
"#7138FF",
|
||||
"#F318D8",
|
||||
"#C0F318",
|
||||
"#ff7777",
|
||||
"#1199ff",
|
||||
"#9988ff",
|
||||
"#3388ff",
|
||||
"#337788",
|
||||
],
|
||||
data: [],
|
||||
legendtext: [
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
],
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
},
|
||||
computed: {
|
||||
legendWidth() {
|
||||
let w = null;
|
||||
|
||||
switch (this.doMath()) {
|
||||
case 1: w = '55%'; break;
|
||||
// case 2: w = '75%'; break;
|
||||
case 2: w = '50%'; break;
|
||||
// case 3: w = '100%'; break;
|
||||
}
|
||||
|
||||
if (!w) return {};
|
||||
return {
|
||||
width: w,
|
||||
top: w == '50%' ? '-72px' : '-42px'
|
||||
};
|
||||
},
|
||||
gridColumn() {
|
||||
switch(this.doMath()) {
|
||||
// case 2: return { 'grid-template-columns': 'repeat(6, 1fr)'}
|
||||
case 2: return { 'grid-template-columns': 'repeat(4, 1fr)'}
|
||||
case 3: return { 'grid-template-columns': 'repeat(8, 1fr)'}
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
series: {
|
||||
deep: true,
|
||||
handler: function () {
|
||||
console.log("LineChart: series changed!");
|
||||
this.init();
|
||||
},
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
doMath() {
|
||||
if (this.legend && Array.isArray(this.legend) && this.legend.length > 0) {
|
||||
const len = this.legend.length
|
||||
if (len > 0 && len <= 5) return 1
|
||||
else if (len > 5 && len <= 10) return 2
|
||||
else return 3
|
||||
}
|
||||
return 0
|
||||
},
|
||||
config: {
|
||||
type: Object,
|
||||
default: () => ({
|
||||
title: { text: "default chart" },
|
||||
}),
|
||||
},
|
||||
unit: {
|
||||
type: String,
|
||||
default: "单位/m³",
|
||||
},
|
||||
legend: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
series: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
chart: null,
|
||||
colors: [
|
||||
"#18c7f3",
|
||||
"#FFD160",
|
||||
"#F31868",
|
||||
"#30E89A",
|
||||
"#2760FF",
|
||||
"#7138FF",
|
||||
"#F318D8",
|
||||
"#C0F318",
|
||||
"#f77",
|
||||
"#19f",
|
||||
"#98f",
|
||||
],
|
||||
data: [],
|
||||
legendtext: [
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
],
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
},
|
||||
watch: {
|
||||
series: {
|
||||
deep: true,
|
||||
handler: function () {
|
||||
console.log("LineChart: series changed!");
|
||||
this.init();
|
||||
},
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
updateXAxis() {
|
||||
const hour = +new Date().getHours();
|
||||
return Array(24)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
if (hour - index < 0) {
|
||||
return 24 + hour - index + ":00";
|
||||
}
|
||||
return hour - index + ":00";
|
||||
})
|
||||
.reverse();
|
||||
},
|
||||
init() {
|
||||
if (!this.chart)
|
||||
this.chart = echarts.init(document.getElementById(this.id));
|
||||
this.chart.setOption({
|
||||
grid: {
|
||||
top: adjust(32),
|
||||
left: adjust(32),
|
||||
bottom: adjust(24),
|
||||
right: adjust(12),
|
||||
},
|
||||
xAxis: {
|
||||
data: this.updateXAxis(),
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: adjust(8),
|
||||
lineHeight: adjust(1),
|
||||
margin: adjust(8),
|
||||
rotate: 30,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
type: "value",
|
||||
name: this.unit,
|
||||
nameTextStyle: {
|
||||
color: "#fff9",
|
||||
fontSize: adjust(9),
|
||||
align: "",
|
||||
},
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
// width: 1,
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: adjust(8),
|
||||
lineHeight: adjust(1),
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
// data: [100, 200, 300, 400, 500],
|
||||
},
|
||||
color: this.colors,
|
||||
// series: Array(5)
|
||||
// .fill(1)
|
||||
// .map((_, index) => ({
|
||||
// name: Math.random(),
|
||||
// type: "line",
|
||||
// symbol: "circle",
|
||||
// symbolSize: adjust(3),
|
||||
// lineStyle: {
|
||||
// width: adjust(1),
|
||||
// },
|
||||
// areaStyle: {
|
||||
// color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
// { offset: 0, color: this.colors[index] + "33" },
|
||||
// { offset: 1, color: "transparent" },
|
||||
// ]),
|
||||
// },
|
||||
// data: Array(31)
|
||||
// .fill(1)
|
||||
// .map(() => {
|
||||
// let v = Math.floor(Math.random() * 5000);
|
||||
// while (v < 3000) v = Math.floor(Math.random() * 5000);
|
||||
// return v;
|
||||
// }),
|
||||
// })),
|
||||
series: Array(this.legend.length)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
let lgd = this.legend[index];
|
||||
// console.log("series: ", lgd, index, this.series[lgd]);
|
||||
return {
|
||||
name: lgd,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: adjust(3),
|
||||
lineStyle: {
|
||||
width: adjust(1),
|
||||
},
|
||||
areaStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: this.colors[index] + "33" },
|
||||
{ offset: 1, color: "transparent" },
|
||||
]),
|
||||
},
|
||||
data: this.series[lgd],
|
||||
};
|
||||
}),
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
updateXAxis() {
|
||||
const hour = +new Date().getHours();
|
||||
return Array(24)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
if (hour - index < 0) {
|
||||
return 24 + hour - index + ":00";
|
||||
}
|
||||
return hour - index + ":00";
|
||||
})
|
||||
.reverse();
|
||||
},
|
||||
init() {
|
||||
if (!this.chart)
|
||||
this.chart = echarts.init(document.getElementById(this.id));
|
||||
this.chart.setOption({
|
||||
grid: {
|
||||
top: 56,
|
||||
left: 80,
|
||||
bottom: 64,
|
||||
right: 56,
|
||||
},
|
||||
tooltip: {},
|
||||
xAxis: {
|
||||
data: this.updateXAxis(),
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: true,
|
||||
length: 8,
|
||||
alignWithLabel: true,
|
||||
lineStyle: {
|
||||
width: 3,
|
||||
},
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#3C4E8Baa",
|
||||
fontSize: 20,
|
||||
lineHeight: 0,
|
||||
margin: 18,
|
||||
rotate: 45,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
type: "value",
|
||||
name: this.unit,
|
||||
nameTextStyle: {
|
||||
color: "#3C4E8Baa",
|
||||
fontSize: 20,
|
||||
lineHeight: 32,
|
||||
align: "center",
|
||||
},
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
// width: 1,
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#3C4E8Baa",
|
||||
fontSize: 18,
|
||||
lineHeight: 0,
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
},
|
||||
color: this.colors,
|
||||
series: Array(this.legend.length)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
let lgd = this.legend[index];
|
||||
// console.log("series: ", lgd, index, this.series[lgd]);
|
||||
return {
|
||||
name: lgd,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: adjust(2),
|
||||
lineStyle: {
|
||||
width: adjust(1),
|
||||
},
|
||||
areaStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: this.colors[index] + "33" },
|
||||
{ offset: 1, color: "transparent" },
|
||||
]),
|
||||
},
|
||||
data: this.series[lgd],
|
||||
};
|
||||
}),
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -252,119 +276,116 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
::-webkit-scrollbar {
|
||||
// display: none;
|
||||
height: adjust(2px);
|
||||
height: adjust(2px);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
height: adjust(2px);
|
||||
border-radius: adjust(2px);
|
||||
background: #ccc3;
|
||||
}
|
||||
|
||||
// ::-webkit-scrollbar-track {
|
||||
// height: adjust(1px);
|
||||
// background: blue;
|
||||
// }
|
||||
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
min-width: adjust(20px);
|
||||
}
|
||||
|
||||
ul {
|
||||
// padding: 0 adjust(8px);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
height: adjust(28px);
|
||||
// background: #eeec;
|
||||
// overflow-x: hidden;
|
||||
white-space: pre-wrap;
|
||||
padding-bottom: adjust(2px);
|
||||
}
|
||||
|
||||
li {
|
||||
text-align: right;
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
margin-right: adjust(9px);
|
||||
padding: 0 adjust(2px);
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
// margin-right: adjust(16px);
|
||||
}
|
||||
|
||||
.line-chart__custom-legend {
|
||||
position: absolute;
|
||||
top: adjust(-32px);
|
||||
right: 0;
|
||||
font-size: adjust(9px);
|
||||
font-family: Ubuntu, sans-serif;
|
||||
padding: 0;
|
||||
// max-width: 100%;
|
||||
width: 65%;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: adjust(2px);
|
||||
left: adjust(-8px);
|
||||
width: adjust(8px);
|
||||
height: adjust(8px);
|
||||
border-radius: adjust(1px);
|
||||
background: #eee6;
|
||||
}
|
||||
|
||||
li:nth-child(1)::before {
|
||||
background: #18c7f3;
|
||||
}
|
||||
li:nth-child(2)::before {
|
||||
background: #ffd160;
|
||||
}
|
||||
li:nth-child(3)::before {
|
||||
background: #f31868;
|
||||
}
|
||||
li:nth-child(4)::before {
|
||||
background: #30e89a;
|
||||
}
|
||||
li:nth-child(5)::before {
|
||||
background: #2760ff;
|
||||
}
|
||||
li:nth-child(6)::before {
|
||||
background: #7138FF;
|
||||
}
|
||||
li:nth-child(7)::before {
|
||||
background: #F318D8;
|
||||
}
|
||||
li:nth-child(8)::before {
|
||||
background: #C0F318;
|
||||
}
|
||||
li:nth-child(9)::before {
|
||||
background: #f77;
|
||||
}
|
||||
li:nth-child(10)::before {
|
||||
background: #19f;
|
||||
}
|
||||
li:nth-child(11)::before {
|
||||
background: #98f;
|
||||
height: adjust(2px);
|
||||
border-radius: adjust(2px);
|
||||
background: #ccc3;
|
||||
}
|
||||
|
||||
.line-chart__wrapper {
|
||||
position: relative;
|
||||
background: #7771;
|
||||
border-radius: adjust(3px);
|
||||
backdrop-filter: blur(adjust(2px));
|
||||
box-shadow: inset 0 0 adjust(10px) adjust(2px) rgba($color: #fff, $alpha: 0.1);
|
||||
height: 100%;
|
||||
width: adjust(1px);
|
||||
position: relative;
|
||||
background: #3564ff0f;
|
||||
border-radius: 12px;
|
||||
backdrop-filter: 2px;
|
||||
box-shadow: inset 0 0 12px 4px rgba($color: #fff, $alpha: 0.1);
|
||||
height: 96%;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.line-chart__custom-legend {
|
||||
position: absolute;
|
||||
top: -42px;
|
||||
right: 18px;
|
||||
font-family: Ubuntu, sans-serif;
|
||||
font-size: 28px;
|
||||
line-height: 1;
|
||||
padding: 0;
|
||||
color: #3b4d87;
|
||||
// width: 75%;
|
||||
width: 55%;
|
||||
align-items: flex-end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
// background: #0005;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
white-space: pre-wrap;
|
||||
padding-bottom: 0;
|
||||
padding-left: 12px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
column-gap: 12px;
|
||||
// column-span: none;
|
||||
justify-items: end;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-left: 12px;
|
||||
position: relative;
|
||||
// background: #f003;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: -20px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 4px;
|
||||
background: #eee6;
|
||||
}
|
||||
|
||||
li:nth-child(1)::before {
|
||||
background: #18c7f3;
|
||||
}
|
||||
li:nth-child(2)::before {
|
||||
background: #ffd160;
|
||||
}
|
||||
li:nth-child(3)::before {
|
||||
background: #f31868;
|
||||
}
|
||||
li:nth-child(4)::before {
|
||||
background: #30e89a;
|
||||
}
|
||||
li:nth-child(5)::before {
|
||||
background: #2760ff;
|
||||
}
|
||||
li:nth-child(6)::before {
|
||||
background: #7138ff;
|
||||
}
|
||||
li:nth-child(7)::before {
|
||||
background: #f318d8;
|
||||
}
|
||||
li:nth-child(8)::before {
|
||||
background: #c0f318;
|
||||
}
|
||||
li:nth-child(9)::before {
|
||||
background: #f77;
|
||||
}
|
||||
li:nth-child(10)::before {
|
||||
background: #19f;
|
||||
}
|
||||
li:nth-child(11)::before {
|
||||
background: #98f;
|
||||
}
|
||||
li:nth-child(12)::before {
|
||||
background: #38f;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -56,39 +56,41 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.small-box-2 {
|
||||
padding: adjust(14px);
|
||||
// border: 1px solid gray;
|
||||
// box-shadow: inset 0 0 15px rgba($color: #fff, $alpha: 0.285);
|
||||
box-shadow: inset 0 0 30px rgba($color: #fff, $alpha: 0.285);
|
||||
border-radius: adjust(6px);
|
||||
flex-shrink: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
// width: adjust(w(465px));
|
||||
// height: adjust(h(200px));
|
||||
width: adjust(w(528px));
|
||||
height: adjust(h(240px));
|
||||
width: 744px;
|
||||
height: 366px;
|
||||
display: flex;
|
||||
background: url(../../assets/top-middle.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: bottom;
|
||||
|
||||
.icon {
|
||||
width: adjust(h(128px));
|
||||
height: adjust(h(128px));
|
||||
margin-top: 48px;
|
||||
margin-left: 48px;
|
||||
width: 172px;
|
||||
height: 172px;
|
||||
}
|
||||
|
||||
|
||||
.info {
|
||||
margin-top: 56px;
|
||||
flex: 1 auto;
|
||||
font-family: "微软雅黑", sans-serif;
|
||||
|
||||
padding-left: 12px;
|
||||
h2 {
|
||||
font-size: adjust(16px);
|
||||
font-size: 54px;
|
||||
line-height: 48px;
|
||||
opacity: 0.7;
|
||||
// line-height: adjust(12px);
|
||||
letter-spacing: adjust(1px);
|
||||
letter-spacing: 2px;
|
||||
font-weight: 400;
|
||||
color: hsla(0, 0%, 100%, 0.9);
|
||||
color: hsla(0, 0%, 0%, 0.9);
|
||||
}
|
||||
|
||||
.value {
|
||||
color: #fff;
|
||||
font-size: adjust(30px);
|
||||
line-height: adjust(29px);
|
||||
color: #030609;
|
||||
font-size: 96px;
|
||||
line-height: 98px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
71
src/components/groups/data.vue
Normal file
@@ -0,0 +1,71 @@
|
||||
<template>
|
||||
<section class="data-group">
|
||||
<OilFlow />
|
||||
<GasFlow />
|
||||
<TopTemp />
|
||||
<BottomTemp />
|
||||
<XicaoTemp />
|
||||
<FanRuntime />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import OilFlow from "../boxes/OilFlow.vue";
|
||||
import GasFlow from "../boxes/GasFlow.vue";
|
||||
import TopTemp from "../boxes/TopTemp.vue";
|
||||
import BottomTemp from "../boxes/BottomTemp.vue";
|
||||
import FanRuntime from "../boxes/FanRuntime.vue";
|
||||
import XicaoTemp from '../boxes/XicaoTemp.vue';
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "DataGroup",
|
||||
props: {},
|
||||
components: {
|
||||
FanRuntime,
|
||||
OilFlow,
|
||||
GasFlow,
|
||||
TopTemp,
|
||||
BottomTemp,
|
||||
XicaoTemp
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
// background: url('../../assets/middle-under.png') left 110px top 4px / 380px 22px no-repeat;
|
||||
// background: rgba(124, 63, 238, 0.722);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: flex-end;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
// section::before {
|
||||
// // content: "数据组";
|
||||
// content: "";
|
||||
// font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
// Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
// "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
// font-size: adjust(h(64px));
|
||||
// font-weight: 400;
|
||||
// letter-spacing: 1px;
|
||||
// position: absolute;
|
||||
// color: $main-color;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
// }
|
||||
</style>
|
||||
59
src/components/groups/environ.vue
Normal file
@@ -0,0 +1,59 @@
|
||||
<template>
|
||||
<section class="environ-analysis"></section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "EnviroAnalysis",
|
||||
props: {},
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
position: absolute;
|
||||
top: 490px;
|
||||
right: 0;
|
||||
background: #ccc3;
|
||||
}
|
||||
|
||||
section::before {
|
||||
content: "环境浓度";
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
"微软雅黑", Arial, Helvetica, sans-serif;
|
||||
font-size: 80px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 2px;
|
||||
position: absolute;
|
||||
color: $main-color;
|
||||
top: -128px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
section::after {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../assets/fault-analysis.png") left 360px top 18px / 90%
|
||||
no-repeat;
|
||||
position: absolute;
|
||||
color: $main-color;
|
||||
top: -128px;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
60
src/components/groups/fault.vue
Normal file
@@ -0,0 +1,60 @@
|
||||
<template>
|
||||
<section class="fault-analysis"></section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "FaultAnalysis",
|
||||
props: {},
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
position: absolute;
|
||||
// top: 452px;
|
||||
top: 490px;
|
||||
left: 0;
|
||||
background: #ccc3;
|
||||
}
|
||||
|
||||
section::before {
|
||||
content: "缺陷分析";
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
"微软雅黑", Arial, Helvetica, sans-serif;
|
||||
font-size: 80px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
color: $main-color;
|
||||
position: absolute;
|
||||
top: -128px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
section::after {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 110%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: -128px;
|
||||
left: 0;
|
||||
background: url("../../assets/fault-analysis.png") no-repeat;
|
||||
background-position: 356px 20px;
|
||||
background-size: 78%;
|
||||
}
|
||||
</style>
|
||||
47
src/components/groups/monitor.vue
Normal file
@@ -0,0 +1,47 @@
|
||||
<template>
|
||||
<section class="monitor-group">
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "MonitorGroup",
|
||||
props: {},
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
// background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7;
|
||||
width: adjust(w(3570px));
|
||||
height: adjust(h(3790px));
|
||||
position: absolute;
|
||||
top: adjust(h(430px));
|
||||
left: adjust(w(80px));
|
||||
}
|
||||
|
||||
section::before {
|
||||
// content: '监控组 1';
|
||||
content: '';
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
font-size: adjust(h(64px));
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
position: absolute;
|
||||
color: $main-color;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
50
src/components/groups/monitor2.vue
Normal file
@@ -0,0 +1,50 @@
|
||||
<template>
|
||||
<section class="monitor-group-2">
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "MonitorGroup-2",
|
||||
props: {},
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
// background: rgba(47, 203, 255, 0.225);
|
||||
width: 100%;
|
||||
// height: 1178px;
|
||||
height: 1469px;
|
||||
position: absolute;
|
||||
// bottom: 690px;
|
||||
// top: 2160px;
|
||||
top: 1570px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
// section::before {
|
||||
// // content: '监控组 2';
|
||||
// content: '';
|
||||
// font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
// font-size: adjust(h(64px));
|
||||
// font-weight: 400;
|
||||
// letter-spacing: 1px;
|
||||
// position: absolute;
|
||||
// color: $main-color;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
// }
|
||||
</style>
|
||||
47
src/components/groups/monitor3.vue
Normal file
@@ -0,0 +1,47 @@
|
||||
<template>
|
||||
<section class="monitor-group">
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "MonitorGroup-3",
|
||||
props: {},
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
// ...mapState(["kilnWaterIn", "waterInTemp"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7;
|
||||
width: adjust(w(3570px));
|
||||
height: adjust(h(3790px));
|
||||
position: absolute;
|
||||
top: adjust(h(430px));
|
||||
// left: adjust(w(17264px));
|
||||
left: adjust(w(17464px));
|
||||
}
|
||||
|
||||
section::before {
|
||||
content: '监控组 3';
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
font-size: adjust(h(64px));
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
position: absolute;
|
||||
color: $main-color;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<svg
|
||||
:width="adjust('64px')"
|
||||
:height="adjust('64px')"
|
||||
viewBox="0 0 95 96"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<svg
|
||||
:width="adjust('64px')"
|
||||
:height="adjust('64px')"
|
||||
viewBox="0 0 94 96"
|
||||
viewBox="0 0 96 96"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<svg
|
||||
:width="adjust('64px')"
|
||||
:height="adjust('64px')"
|
||||
viewBox="0 0 95 96"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<svg
|
||||
:width="adjust('64px')"
|
||||
:height="adjust('64px')"
|
||||
viewBox="0 0 122 122"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<svg
|
||||
:width="adjust('64px')"
|
||||
:height="adjust('64px')"
|
||||
viewBox="0 0 94 96"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@@ -1,13 +1,31 @@
|
||||
<template>
|
||||
<DragabbleContainer class="isolate-area-1">
|
||||
<SmallBox2
|
||||
v-for="rd in rdata"
|
||||
:key="rd.icon"
|
||||
:icon="rd.icon"
|
||||
:title="rd.title"
|
||||
:value="rd.value"
|
||||
></SmallBox2>
|
||||
</DragabbleContainer>
|
||||
<DragabbleContainer class="isolate-area-1">
|
||||
<div class="data pressure">
|
||||
<span>压</span>
|
||||
<span>力</span>
|
||||
<span
|
||||
v-for="(press, index) in pressure"
|
||||
:key="index"
|
||||
:class="{ digit: true, dot: press == '.' ? true : false }"
|
||||
>{{ press }}</span
|
||||
>
|
||||
<span>Pa</span>
|
||||
</div>
|
||||
<SmallBox2
|
||||
class="data-center"
|
||||
v-for="rd in rdata"
|
||||
:key="rd.icon"
|
||||
:icon="rd.icon"
|
||||
:title="rd.title"
|
||||
:value="rd.value"
|
||||
></SmallBox2>
|
||||
<!-- <div class="data runtime">
|
||||
<span>运</span>
|
||||
<span>行</span>
|
||||
<span v-for="val, index in runtime" :key="index" :class="{ 'digit': true, 'dot': press == '.' ? true : false }">{{ val }}</span>
|
||||
<span>天</span>
|
||||
</div> -->
|
||||
</DragabbleContainer>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -15,67 +33,53 @@ import DragabbleContainer from "../layout/DragableContainer.vue";
|
||||
import SmallBox2 from "../common/SmallBox2.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
let timeFun = null
|
||||
let timeFun = null;
|
||||
|
||||
export default {
|
||||
name: "IsolateArea--1",
|
||||
components: { DragabbleContainer, SmallBox2 },
|
||||
data() {
|
||||
return {
|
||||
rdata: [
|
||||
// { icon: "temp", title: "车间温度", value: "27℃" },
|
||||
{ icon: "fire", title: "当前火向", value: "" },
|
||||
{ icon: "clock", title: "换火时间", value: "20分" },
|
||||
{ icon: "sand", title: "剩余时间", value: "0" },
|
||||
],
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
fireDirection: function(val) {
|
||||
this.$set(this.rdata[0], 'value', val)
|
||||
},
|
||||
fireChangeTime: function(val) {
|
||||
this.$set(this.rdata[1], 'value', val)
|
||||
},
|
||||
lastFireChangeTime: function(val) {
|
||||
let [_, min, sec] = /(\d+)分(\d+)秒/.exec(val || '0分0秒')
|
||||
if (timeFun) clearInterval(timeFun)
|
||||
timeFun = setInterval(() => {
|
||||
if (sec > 0) sec -= 1
|
||||
else {
|
||||
if (min > 0) {
|
||||
sec = 59
|
||||
min -= 1
|
||||
} else {
|
||||
if (timeFun) clearInterval(timeFun)
|
||||
}
|
||||
}
|
||||
this.$set(this.rdata[2], 'value', `${min}分${sec}秒`)
|
||||
}, 1000)
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
...mapState(["fireDirection", "lastFireChangeTime", "fireChangeTime"]),
|
||||
// rdata() {
|
||||
// let [_, min, sec] = /(\d+)分(\d+)秒/.exec(this.lastFireChangeTime)
|
||||
// min = +min
|
||||
// sec = +sec
|
||||
// let interTime = `${min}分${sec}秒`
|
||||
// let timer = setInterval(() => {
|
||||
// if (sec) sec -= 1
|
||||
// else {
|
||||
// sec = 59
|
||||
// min -= 1
|
||||
// }
|
||||
// }, 1000);
|
||||
// return [
|
||||
// // { icon: "temp", title: "车间温度", value: "27℃" },
|
||||
// { icon: "fire", title: "当前火向", value: this.fireDirection },
|
||||
// { icon: "clock", title: "换火时间", value: this.fireChangeTime },
|
||||
// { icon: "sand", title: "剩余时间", value: interTime },
|
||||
// ];
|
||||
// },
|
||||
},
|
||||
name: "IsolateArea--1",
|
||||
components: { DragabbleContainer, SmallBox2 },
|
||||
data() {
|
||||
return {
|
||||
pressure: "10.1".split(""),
|
||||
runtime: "0012".split(""),
|
||||
rdata: [
|
||||
// { icon: "temp", title: "车间温度", value: "27℃" },
|
||||
{ icon: "fire", title: "当前火向", value: "" },
|
||||
{ icon: "clock", title: "换火时间", value: "20分" },
|
||||
{ icon: "sand", title: "剩余时间", value: "19分20秒" },
|
||||
],
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
fireDirection: function (val) {
|
||||
this.$set(this.rdata[0], "value", val);
|
||||
},
|
||||
fireChangeTime: function (val) {
|
||||
this.$set(this.rdata[1], "value", val);
|
||||
},
|
||||
lastFireChangeTime: function (val) {
|
||||
let [_, min, sec] = /(\d+)分(\d+)秒/.exec(val || "0分0秒");
|
||||
if (timeFun) clearInterval(timeFun);
|
||||
timeFun = setInterval(() => {
|
||||
if (sec > 0) sec -= 1;
|
||||
else {
|
||||
if (min > 0) {
|
||||
sec = 59;
|
||||
min -= 1;
|
||||
} else {
|
||||
if (timeFun) clearInterval(timeFun);
|
||||
}
|
||||
}
|
||||
this.$set(this.rdata[2], "value", `${min}分${sec}秒`);
|
||||
}, 1000);
|
||||
},
|
||||
kilnPressure: function(val) {
|
||||
this.pressure = val.split("")
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(["fireDirection", "lastFireChangeTime", "fireChangeTime", "kilnPressure"]),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -83,12 +87,44 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.isolate-area-1 {
|
||||
display: flex;
|
||||
display: flex;
|
||||
color: $main-color;
|
||||
min-width: 300px;
|
||||
align-items: flex-end;
|
||||
|
||||
> .small-box-2:not(:last-child) {
|
||||
margin: {
|
||||
right: adjust(15px);
|
||||
}
|
||||
}
|
||||
> *:not(:last-child) {
|
||||
margin: {
|
||||
right: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
> .data {
|
||||
flex-shrink: 0;
|
||||
font-family: zcoolqingkehuangyouti-Regular, sans-serif;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
> .data > span:not(.dot) {
|
||||
/** 边框 */
|
||||
background: url("../../assets/digitbox1.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
width: 228px;
|
||||
height: 299px;
|
||||
color: #0068ffaa;
|
||||
font-size: 142px;
|
||||
line-height: 328px;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
> .data > span.digit {
|
||||
/** 数字字体大小 */
|
||||
color: #0071ff;
|
||||
font-size: 242px;
|
||||
line-height: 286px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
78
src/components/isolate-area-1/Runtime.vue
Normal file
@@ -0,0 +1,78 @@
|
||||
<template>
|
||||
<div class="data runtime">
|
||||
<span>运</span>
|
||||
<span>行</span>
|
||||
<span
|
||||
v-for="(val, index) in runtime"
|
||||
:key="index"
|
||||
:class="{ digit: true, dot: val == '.' ? true : false }"
|
||||
>{{ val }}</span
|
||||
>
|
||||
<span>天</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "RuntimeComp",
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
runtime: "0012".split(""),
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.getRuntime();
|
||||
setInterval(this.getRuntime, 1000 * 60 * 60);
|
||||
},
|
||||
methods: {
|
||||
getRuntime() {
|
||||
const diff = Date.now() - new Date("2023-5-7 8:00:00");
|
||||
const days = parseInt(diff / 1000 / 60 / 60 / 24);
|
||||
const hours = parseInt(
|
||||
(diff - days * 24 * 60 * 60 * 1000) / 1000 / 60 / 60
|
||||
);
|
||||
console.log("days", days);
|
||||
this.runtime = (days + "").padStart(4, "0");
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
.runtime {
|
||||
width: 1920px;
|
||||
}
|
||||
|
||||
.data {
|
||||
padding: 0 32px;
|
||||
font-family: zcoolqingkehuangyouti-Regular, sans-serif;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.data > span:not(.dot) {
|
||||
/** 边框 */
|
||||
background: url("../../assets/digitbox1.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
width: 280px;
|
||||
height: 360px;
|
||||
color: #0068ffaa;
|
||||
font-size: 160px;
|
||||
line-height: 380px;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.data > span.digit {
|
||||
/** 数字字体大小 */
|
||||
color: #0071ff;
|
||||
font-size: 280px;
|
||||
line-height: 350px;
|
||||
}
|
||||
</style>
|
||||
@@ -27,9 +27,9 @@ export default {
|
||||
cls: {
|
||||
// 'NumberOrDate': {},
|
||||
NumberOrDate: "number-or-date",
|
||||
Table: 'tables',
|
||||
Charts: 'charts',
|
||||
NumberAndChart: 'number-and-chart',
|
||||
Table: "tables",
|
||||
Charts: "charts",
|
||||
NumberAndChart: "number-and-chart",
|
||||
},
|
||||
};
|
||||
},
|
||||
@@ -44,39 +44,33 @@ export default {
|
||||
@import "../../assets/styles/variables";
|
||||
|
||||
.number-or-date {
|
||||
display: inline-block;
|
||||
width: adjust(w(800px));
|
||||
height: adjust(h(375px));
|
||||
background: url(../../assets/box-number.png);
|
||||
background-position: 0 0; /** top left */
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
// background: url(../../assets/box-number.png) 0 0 / 100% 100% no-repeat;
|
||||
}
|
||||
|
||||
.tables {
|
||||
display: inline-block;
|
||||
width: adjust(w(800px));
|
||||
height: adjust(h(528px));
|
||||
background: url(../../assets/box-table.png);
|
||||
background-position: 0 0; /** top left */
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
width: 1145px;
|
||||
height: 618px;
|
||||
background: url(../../assets/box-table.png);
|
||||
background-position: 0 0;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.charts {
|
||||
display: inline-block;
|
||||
width: adjust(w(1580px));
|
||||
height: adjust(h(520px));
|
||||
background: url(../../assets/box-chart.png);
|
||||
background-position: 0 0; /** top left */
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
height: 618px;
|
||||
width: 2452px;
|
||||
// width: 2400px;
|
||||
background: url(../../assets/box-chart.png);
|
||||
background-position: 0 0;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.number-and-chart {
|
||||
display: inline-block;
|
||||
width: adjust(w(800px));
|
||||
height: adjust(h(931px));
|
||||
background: url(../../assets/box-right.png);
|
||||
background-position: 0 0; /** top left */
|
||||
background-size: 100% 100%;
|
||||
display: inline-block;
|
||||
width: adjust(w(800px));
|
||||
height: adjust(h(931px));
|
||||
background: url(../../assets/box-right.png) 0 0 / 100% 100% no-repeat;
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -1,27 +1,29 @@
|
||||
<template>
|
||||
<header class="header">
|
||||
<header class="header relative">
|
||||
<div>
|
||||
<span class="header--logo">
|
||||
<!-- <img src="../../assets/logo.png" alt="logo"> -->
|
||||
</span>
|
||||
<h1>宜兴三期生产线大数据指挥中心</h1>
|
||||
<h1>凯盛晶华玻璃有限公司800t/d特种玻璃生产线大数据指挥中心</h1>
|
||||
</div>
|
||||
<span class="header--wing absolute company"></span>
|
||||
<span class="header--wing absolute company">
|
||||
设计单位: 中建材智能自动化研究院
|
||||
</span>
|
||||
<span class="header--wing absolute datetime">
|
||||
{{ moment(today).format("YYYY.M.D dddd HH:mm:ss") }}
|
||||
{{ moment(today).format('YYYY.M.D dddd') }} {{ moment(today).format('HH:mm:ss') }}
|
||||
</span>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import moment from "moment";
|
||||
import moment from 'moment'
|
||||
export default {
|
||||
name: "Header",
|
||||
data() {
|
||||
return {
|
||||
today: new Date(),
|
||||
time: "00:00:00",
|
||||
moment,
|
||||
moment
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -41,10 +43,10 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
moment.locale("zh-cn");
|
||||
moment.locale('zh-cn')
|
||||
// this.time = this.getTime().join(":");
|
||||
setInterval(() => {
|
||||
this.today = new Date();
|
||||
this.today = new Date()
|
||||
// this.time = this.getTime().join(":");
|
||||
}, 1000);
|
||||
},
|
||||
@@ -66,65 +68,58 @@ export default {
|
||||
@import "../../assets/styles/variables";
|
||||
|
||||
header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
height: 628px;
|
||||
background: url(../../assets/header.png) no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
// background-size: 100%;
|
||||
height: 146px;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
place-items: center;
|
||||
|
||||
> div {
|
||||
>div {
|
||||
margin-left: 378px;
|
||||
margin-bottom: 72px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0;
|
||||
|
||||
.header--logo {
|
||||
margin-top: 12px;
|
||||
width: 64px;
|
||||
height: 94px;
|
||||
width: 648px;
|
||||
height: 337px;
|
||||
margin-right: 96px;
|
||||
background: url(../../assets/logo.png) center/contain no-repeat;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-left: 36px;
|
||||
font-size: 72px;
|
||||
font-size: 220px;
|
||||
line-height: 330px;
|
||||
margin: 0;
|
||||
letter-spacing: 36px;
|
||||
user-select: none;
|
||||
letter-spacing: 14px;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
color: $main-color;
|
||||
font-family: "微软雅黑", sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header--wing {
|
||||
top: 138px;
|
||||
left: 0;
|
||||
bottom: -20px;
|
||||
height: 72px;
|
||||
line-height: 130px;
|
||||
font-size: 130px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.company {
|
||||
margin-left: 1458px;
|
||||
width: 768px;
|
||||
height: 67px;
|
||||
background: url("../../assets/company.png") center/cover no-repeat;
|
||||
left: 240px;
|
||||
text-align: center;
|
||||
color: lighten($main-color, 8);
|
||||
}
|
||||
|
||||
.datetime {
|
||||
color: $main-color;
|
||||
font-size: 48px;
|
||||
text-align: center;
|
||||
// display: inline-block;
|
||||
left: unset;
|
||||
right: 1573px;
|
||||
width: 646px;
|
||||
height: 67px;
|
||||
background: url("../../assets/date.png") center/cover no-repeat;
|
||||
right: 240px;
|
||||
color: $main-color;
|
||||
text-align: center;
|
||||
color: lighten($main-color, 8);
|
||||
font-size: 140px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,11 +1,23 @@
|
||||
<template>
|
||||
<main class="">
|
||||
<main class="relative">
|
||||
<!-- 缺陷分析 -->
|
||||
<FaultAnalysis />
|
||||
|
||||
<!-- 环境浓度 -->
|
||||
<Environ />
|
||||
|
||||
<!-- 监控组 2 -->
|
||||
<MonitorGroup2 />
|
||||
|
||||
<!-- 数据组 -->
|
||||
<DataGroup />
|
||||
|
||||
<div class="video-crash" v-if="false"></div>
|
||||
|
||||
<div class="eq-main absolute">
|
||||
<div
|
||||
class="arrow ar-top-left"
|
||||
:class="topLeftArrowRolling === '运行' ? 'ar-running' : ''"
|
||||
:class="bottomLeftArrowRolling === '运行' ? 'ar-running' : ''"
|
||||
></div>
|
||||
<div
|
||||
class="arrow ar-top-right"
|
||||
@@ -23,33 +35,38 @@
|
||||
<div class="swd onekb">
|
||||
<div class="swd-box">
|
||||
<p>1#卡脖</p>
|
||||
<p class="swd-value">{{Number(onekb).toFixed(1)}}℃</p>
|
||||
<p class="swd-value">{{ Number(onekb).toFixed(1) }}℃</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swd onesp">
|
||||
<div class="swd-box">
|
||||
<p>1#搅拌</p>
|
||||
<p class="swd-value">{{Number(onesp).toFixed(1)}}℃</p>
|
||||
<p class="swd-value">{{ Number(onesp).toFixed(1) }}℃</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swd twokb">
|
||||
<div class="swd-box">
|
||||
<p>2#卡脖</p>
|
||||
<p class="swd-value">{{Number(twokb).toFixed(1)}}℃</p>
|
||||
<p class="swd-value">{{ Number(twokb).toFixed(1) }}℃</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swd twosp">
|
||||
<div class="swd-box">
|
||||
<p>2#搅拌</p>
|
||||
<p class="swd-value">{{Number(twosp).toFixed(1)}}℃</p>
|
||||
<p class="swd-value">{{ Number(twosp).toFixed(1) }}℃</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-bottom" v-show="fireDirection === '北火'" style="">
|
||||
<div
|
||||
class="video-bottom--wrapper"
|
||||
v-show="fireDirection === '北火'"
|
||||
style=""
|
||||
>
|
||||
<video
|
||||
class="video-bottom"
|
||||
id="1"
|
||||
preload="auto"
|
||||
height="260"
|
||||
height=""
|
||||
muted
|
||||
autoplay
|
||||
loop
|
||||
@@ -58,12 +75,16 @@
|
||||
></video>
|
||||
</div>
|
||||
|
||||
<div class="video-top" v-show="fireDirection === '南火'" style="">
|
||||
<div
|
||||
class="video-top--wrapper"
|
||||
v-show="fireDirection === '南火'"
|
||||
style=""
|
||||
>
|
||||
<video
|
||||
id="2"
|
||||
class="video-top"
|
||||
preload="auto"
|
||||
height="260"
|
||||
height=""
|
||||
muted
|
||||
autoplay
|
||||
loop
|
||||
@@ -74,53 +95,21 @@
|
||||
</div>
|
||||
|
||||
<AreaOne class="area-one" />
|
||||
|
||||
<div class="absolute left kiln-runtime">
|
||||
<KilnRuntime />
|
||||
</div>
|
||||
<div class="absolute left kiln-pressure">
|
||||
<KilnPressure />
|
||||
</div>
|
||||
<div class="absolute left fan-runtime">
|
||||
<FanRuntime />
|
||||
</div>
|
||||
<div class="absolute left oil-flow">
|
||||
<OilFlow />
|
||||
</div>
|
||||
<div class="absolute left gas-flow">
|
||||
<GasFlow />
|
||||
</div>
|
||||
<div class="absolute left top-temp">
|
||||
<TopTemp />
|
||||
</div>
|
||||
<div class="absolute left bottom-temp">
|
||||
<BottomTemp />
|
||||
</div>
|
||||
<div class="absolute left ou-temp">
|
||||
<XicaoTemp />
|
||||
</div>
|
||||
<div class="absolute in-water">
|
||||
<InWater />
|
||||
</div>
|
||||
<div class="absolute out-water">
|
||||
<OutWater />
|
||||
</div>
|
||||
<Runtime class="runtime" />
|
||||
<InWater />
|
||||
<OutWater />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import KilnRuntime from "../boxes/KilnRuntime.vue";
|
||||
import KilnPressure from "../boxes/KilnPressure.vue";
|
||||
import OilFlow from "../boxes/OilFlow.vue";
|
||||
import GasFlow from "../boxes/GasFlow.vue";
|
||||
import TopTemp from "../boxes/TopTemp.vue";
|
||||
import BottomTemp from "../boxes/BottomTemp.vue";
|
||||
import XicaoTemp from "../boxes/XicaoTemp.vue";
|
||||
import InWater from "../boxes/InWater.vue";
|
||||
import OutWater from "../boxes/OutWater.vue";
|
||||
import FanRuntime from "../boxes/FanRuntime.vue";
|
||||
import AreaOne from "../isolate-area-1/Area.vue";
|
||||
// import Container from './Container.vue'
|
||||
import Runtime from "../isolate-area-1/Runtime.vue";
|
||||
import MonitorGroup2 from "../groups/monitor2.vue";
|
||||
import DataGroup from "../groups/data.vue";
|
||||
import FaultAnalysis from "../groups/fault.vue";
|
||||
import Environ from "../groups/environ.vue";
|
||||
import { mapMutations, mapState } from "vuex";
|
||||
|
||||
import WsClient from "../../utils/wsClass";
|
||||
@@ -128,15 +117,12 @@ import WsClient from "../../utils/wsClass";
|
||||
export default {
|
||||
name: "Main",
|
||||
components: {
|
||||
Runtime,
|
||||
DataGroup,
|
||||
MonitorGroup2,
|
||||
Environ,
|
||||
FaultAnalysis,
|
||||
AreaOne,
|
||||
KilnRuntime,
|
||||
KilnPressure,
|
||||
FanRuntime,
|
||||
OilFlow,
|
||||
GasFlow,
|
||||
TopTemp,
|
||||
BottomTemp,
|
||||
XicaoTemp,
|
||||
InWater,
|
||||
OutWater,
|
||||
},
|
||||
@@ -154,7 +140,7 @@ export default {
|
||||
"onekb",
|
||||
"twokb",
|
||||
"onesp",
|
||||
"twosp"
|
||||
"twosp",
|
||||
]),
|
||||
mounted() {
|
||||
const wsc = new WsClient(this);
|
||||
@@ -174,19 +160,25 @@ export default {
|
||||
main {
|
||||
height: 1px;
|
||||
flex: 1;
|
||||
// background: #eee2;
|
||||
// background: #f2e2;
|
||||
}
|
||||
|
||||
.area-one {
|
||||
position: absolute;
|
||||
top: adjust(160px);
|
||||
left: adjust(1588px);
|
||||
top: 124px;
|
||||
left: 3910px;
|
||||
}
|
||||
|
||||
.runtime {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.video-crash {
|
||||
height: adjust(h(424px));
|
||||
width: adjust(w(800px));
|
||||
background: url(../../assets/tv.png) no-repeat;
|
||||
height: 640px;
|
||||
background: #fcc2;
|
||||
// background: url(../../assets/tv.png) no-repeat;
|
||||
background-size: 100%;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
@@ -196,141 +188,123 @@ main {
|
||||
|
||||
.video-bottom {
|
||||
position: absolute;
|
||||
bottom: adjust(200.5px);
|
||||
left: adjust(48px);
|
||||
transform: scale(0.9);
|
||||
bottom: 400px;
|
||||
left: 268px;
|
||||
transform: scale(1.25, 1.15);
|
||||
}
|
||||
|
||||
.video-top {
|
||||
position: absolute;
|
||||
top: adjust(35px);
|
||||
left: adjust(38px);
|
||||
transform: scale(0.95, 0.9);
|
||||
top: 250px;
|
||||
left: 320px;
|
||||
transform: scale(1.25);
|
||||
}
|
||||
|
||||
.arrow {
|
||||
width: adjust(20px);
|
||||
height: adjust(20px);
|
||||
display: inline-block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
border-radius: 100%;
|
||||
position: absolute;
|
||||
background: #ff5757;
|
||||
border-radius: adjust(10px);
|
||||
}
|
||||
|
||||
.arrow.ar-running {
|
||||
background: #1bff3a;
|
||||
}
|
||||
|
||||
// .ar-top-left.arrow,
|
||||
// .ar-top-right.arrow {
|
||||
// animation: none;
|
||||
// background: url(../../assets/arrow-disabled.png) 100% 100% / contain no-repeat;
|
||||
// }
|
||||
// .ar-bottom-left.arrow,
|
||||
// .ar-bottom-right.arrow {
|
||||
// animation: none;
|
||||
// background: url(../../assets/arrow-r-disabled.png) 100% 100% / contain
|
||||
// no-repeat;
|
||||
// }
|
||||
// .ar-top-left.arrow.ar-running,
|
||||
// .ar-top-right.arrow.ar-running {
|
||||
// background: url(../../assets/arrow.png) 100% 100% / contain no-repeat;
|
||||
// animation: clock-direction 1.15s linear infinite forwards;
|
||||
// }
|
||||
// .ar-bottom-left.arrow.ar-running,
|
||||
// .ar-bottom-right.arrow.ar-running {
|
||||
// background: url(../../assets/arrow-r.png) 100% 100% / contain no-repeat;
|
||||
// animation: reverse-clock-direction 1.15s linear infinite forwards;
|
||||
// }
|
||||
|
||||
.ar-top-right {
|
||||
top: 145px;
|
||||
left: 65px;
|
||||
}
|
||||
.ar-top-left {
|
||||
top: 175px;
|
||||
left: 985px;
|
||||
}
|
||||
.ar-bottom-left {
|
||||
top: 445px;
|
||||
left: 960px;
|
||||
}
|
||||
.ar-bottom-right {
|
||||
top: 460px;
|
||||
left: 20px;
|
||||
top: 190px;
|
||||
left: 110px;
|
||||
}
|
||||
|
||||
// @keyframes clock-direction {
|
||||
// 0% {
|
||||
// transform: rotate(0deg);
|
||||
// }
|
||||
// 100% {
|
||||
// transform: rotate(360deg);
|
||||
// }
|
||||
// }
|
||||
// @keyframes reverse-clock-direction {
|
||||
// 0% {
|
||||
// transform: rotate(0deg);
|
||||
// }
|
||||
// 100% {
|
||||
// transform: rotate(-360deg);
|
||||
// }
|
||||
// }
|
||||
.ar-top-left {
|
||||
top: 200px;
|
||||
left: 1480px;
|
||||
}
|
||||
|
||||
.ar-bottom-left {
|
||||
top: 700px;
|
||||
left: 1430px;
|
||||
}
|
||||
|
||||
.ar-bottom-right {
|
||||
top: 720px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.swd {
|
||||
background-size: 100%;
|
||||
width: adjust(w(276px));
|
||||
height: adjust(h(156px));
|
||||
// background-size: 100% 10px;
|
||||
width: 350px;
|
||||
height: 202px;
|
||||
position: absolute;
|
||||
transform: rotateY(180deg);
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
margin-top: adjust(12px);
|
||||
color: #000;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.swd-box {
|
||||
margin-left: adjust(21px);
|
||||
font-size: adjust(15px);
|
||||
margin-left: 54px;
|
||||
margin-top: 44px;
|
||||
font-size: 30px;
|
||||
letter-spacing: 2px;
|
||||
color: #000;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
"微软雅黑", Arial, Helvetica, sans-serif;
|
||||
|
||||
.swd-value {
|
||||
color: #00f4ff;
|
||||
margin-top: adjust(6px);
|
||||
font-size: adjust(26px);
|
||||
overflow: hidden; /*超出部分隐藏*/
|
||||
white-space: nowrap; /*禁止换行*/
|
||||
text-overflow: ellipsis; /*省略号*/
|
||||
color: #ff2020;
|
||||
margin-top: 12px;
|
||||
font-size: 64px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onekb, .onesp{
|
||||
background: url(../../assets/tem-bottom.png) no-repeat;
|
||||
}
|
||||
.onekb {
|
||||
top: adjust(300px);
|
||||
left: adjust(350px)
|
||||
}
|
||||
.onekb,
|
||||
.onesp {
|
||||
top: adjust(270px);
|
||||
left: adjust(520px)
|
||||
background: url(../../assets/tem-bottom.png) top 0 left 0 / 100% no-repeat;
|
||||
}
|
||||
.twokb, .twosp{
|
||||
background: url(../../assets/tem-top.png) no-repeat;
|
||||
|
||||
.onekb {
|
||||
top: 760px;
|
||||
left: 1560px;
|
||||
}
|
||||
.twokb {
|
||||
top: adjust(-20px);
|
||||
left: adjust(370px)
|
||||
|
||||
.onesp {
|
||||
top: 860px;
|
||||
left: 1100px;
|
||||
}
|
||||
|
||||
.twokb,
|
||||
.twosp {
|
||||
top: adjust(10px);
|
||||
left: adjust(540px)
|
||||
background: url(../../assets/tem-top.png) top 0 left 0 / 100% no-repeat;
|
||||
}
|
||||
|
||||
.twokb {
|
||||
top: 72px;
|
||||
left: 1580px;
|
||||
}
|
||||
|
||||
.twosp {
|
||||
top: -32px;
|
||||
left: 1080px;
|
||||
}
|
||||
|
||||
.eq-main {
|
||||
width: adjust(w(7150px));
|
||||
height: adjust(h(960px));
|
||||
width: 9162px;
|
||||
height: 1178px;
|
||||
background: url(../../assets/eq.png) no-repeat;
|
||||
background-size: 100%;
|
||||
top: adjust(170px);
|
||||
left: adjust(380px);
|
||||
top: 256px;
|
||||
left: 2172px;
|
||||
position: relative;
|
||||
transform: rotateY(0.5turn);
|
||||
}
|
||||
@@ -338,118 +312,54 @@ main {
|
||||
.eq-main::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
// right: adjust(1200px);
|
||||
opacity: 0;
|
||||
top: adjust(105px);
|
||||
width: adjust(150px);
|
||||
height: adjust(150px);
|
||||
top: 56px;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
background: url(../../assets/mirror.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
animation: 10s linear 0.3s infinite mirror-to-left-2;
|
||||
// animation: 10s linear 0.3s infinite mirror-to-left-2;
|
||||
}
|
||||
|
||||
.eq-main::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
// right: adjust(1200px);
|
||||
opacity: 0;
|
||||
top: adjust(105px);
|
||||
// top: adjust(125px);
|
||||
width: adjust(150px);
|
||||
height: adjust(150px);
|
||||
top: 56px;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
background: url(../../assets/mirror.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
animation: 10s linear 5s infinite mirror-to-left;
|
||||
// animation: 10s linear 5s infinite mirror-to-left;
|
||||
}
|
||||
|
||||
@keyframes mirror-to-left {
|
||||
0% {
|
||||
right: adjust(1200px);
|
||||
right: 700px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
right: adjust(60px);
|
||||
right: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes mirror-to-left-2 {
|
||||
0% {
|
||||
right: adjust(1200px);
|
||||
right: 700px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
right: adjust(60px);
|
||||
right: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.kiln-runtime {
|
||||
top: adjust(h(200px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.kiln-pressure {
|
||||
top: adjust(h(610px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.fan-runtime {
|
||||
top: adjust(h(1020px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.oil-flow {
|
||||
top: adjust(h(1588px));
|
||||
// left: adjust(w(60px));
|
||||
// left: adjust(w(460px));
|
||||
left: adjust(w(880px));
|
||||
}
|
||||
|
||||
.gas-flow {
|
||||
top: adjust(h(1588px));
|
||||
// left: adjust(w(1660px));
|
||||
left: adjust(w(2500px));
|
||||
}
|
||||
|
||||
.top-temp {
|
||||
top: adjust(h(1588px));
|
||||
// left: adjust(w(3260px));
|
||||
left: adjust(w(4110px));
|
||||
}
|
||||
|
||||
.bottom-temp {
|
||||
top: adjust(h(1588px));
|
||||
// left: adjust(w(4860px));
|
||||
left: adjust(w(5720px));
|
||||
}
|
||||
|
||||
.ou-temp {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(7330px));
|
||||
// left: adjust(w(6460px));
|
||||
}
|
||||
|
||||
.in-water {
|
||||
top: adjust(h(200px));
|
||||
left: adjust(w(40px));
|
||||
// left: adjust(w(8096px));
|
||||
// // left: w(5096px);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.out-water {
|
||||
top: adjust(h(1177px));
|
||||
left: adjust(w(40px));
|
||||
// left: adjust(w(8096px));
|
||||
// left: w(5096px);
|
||||
z-index: 100;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="sub-container" :style="{ padding }">
|
||||
<div class="title">
|
||||
<span class="icon" :class="iconClass[icon]"></span>
|
||||
<span>{{ title }}</span>
|
||||
<span class="title_text">{{ title }}</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<slot />
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
},
|
||||
padding: {
|
||||
type: String,
|
||||
default: "10px",
|
||||
default: "20px",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
@@ -37,9 +37,9 @@ export default {
|
||||
gas: "icon-gas",
|
||||
xicao: "icon-xc",
|
||||
inWater: "icon-water-in",
|
||||
fan: 'icon-fan',
|
||||
ktop: 'icon-kiln-top',
|
||||
kbtm: 'icon-kiln-bottom',
|
||||
fan: "icon-fan",
|
||||
ktop: "icon-kiln-top",
|
||||
kbtm: "icon-kiln-bottom",
|
||||
},
|
||||
};
|
||||
},
|
||||
@@ -56,9 +56,9 @@ export default {
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: adjust(17px);
|
||||
width: adjust(17px);
|
||||
margin-right: adjust(8px);
|
||||
height: 64px;
|
||||
width: 60px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.icon-clock {
|
||||
@@ -72,49 +72,65 @@ export default {
|
||||
}
|
||||
|
||||
.icon-oil {
|
||||
background: url(../../assets/oil.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/oil.png) top 0 left 0 / 90% 75% no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-gas {
|
||||
background: url(../../assets/gas-icon.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/gas-icon.png) top 0 left 0 / 90% 75% no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-xc {
|
||||
background: url(../../assets/xicao-icon.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/xicao-icon.png) top 0 left 0 / 90% 75% no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-fan {
|
||||
background: url(../../assets/fan-icon.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/fan-icon.png) top 0 left 0 / 90% 75% no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-kiln-top {
|
||||
background: url(../../assets/kiln-top-icon.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/kiln-top-icon.png) top 0 left 0 / 90% 75%
|
||||
no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-kiln-bottom {
|
||||
background: url(../../assets/kiln-bottom-icon.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/kiln-bottom-icon.png) top 0 left 0 / 90% 75%
|
||||
no-repeat;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.icon-water-in {
|
||||
background: url(../../assets/water-temp.png);
|
||||
background-size: 100% 100%;
|
||||
background: url(../../assets/water-temp.png) top 24% left 0 / 80% 75%
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
.title {
|
||||
/* margin: 12px 0; */
|
||||
margin-bottom: adjust(12px);
|
||||
font-size: adjust(17px);
|
||||
color: #72f2ff;
|
||||
font-family: sans-serif;
|
||||
padding: 24px 0 0 32px;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
font-size: 42px;
|
||||
letter-spacing: 1px;
|
||||
color: #3565ff;
|
||||
font-family: sans-serif;
|
||||
line-height: 52px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.out-water .title,
|
||||
.in-water .title {
|
||||
font-size: adjust(h(40px));
|
||||
}
|
||||
|
||||
.content {
|
||||
height: 1px;
|
||||
/* background: #eee; */
|
||||
flex: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,169 +0,0 @@
|
||||
<template>
|
||||
<div class="bar-chart" :id="id"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import * as echarts from "echarts/core";
|
||||
import { BarChart } from "echarts/charts";
|
||||
|
||||
import {
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
} from "echarts/components";
|
||||
|
||||
import { LabelLayout, UniversalTransition } from "echarts/features";
|
||||
|
||||
import { CanvasRenderer } from "echarts/renderers";
|
||||
|
||||
echarts.use([
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
BarChart,
|
||||
LabelLayout,
|
||||
UniversalTransition,
|
||||
CanvasRenderer,
|
||||
]);
|
||||
|
||||
export default {
|
||||
name: "GradientChart",
|
||||
props: {
|
||||
series: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
id: Math.random().toString(),
|
||||
chart: null,
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
},
|
||||
watch: {
|
||||
series: {
|
||||
deep: true,
|
||||
handler: function () {
|
||||
console.log("BarChart: series changed!");
|
||||
this.init();
|
||||
},
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
updateXAxis() {
|
||||
const hour = +new Date().getHours();
|
||||
return Array(24)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
if (hour - index < 0) {
|
||||
return 24 + hour - index + ":00";
|
||||
}
|
||||
return hour - index + ":00";
|
||||
})
|
||||
.reverse();
|
||||
},
|
||||
init() {
|
||||
if (!this.chart)
|
||||
this.chart = echarts.init(document.getElementById(this.id));
|
||||
this.chart.setOption({
|
||||
grid: {
|
||||
top: 32,
|
||||
left: 56,
|
||||
bottom: 36,
|
||||
right: 20,
|
||||
},
|
||||
xAxis: {
|
||||
type: "category",
|
||||
data: this.updateXAxis(),
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: 16,
|
||||
lineHeight: 2,
|
||||
margin: 12,
|
||||
rotate: 30,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
type: "value",
|
||||
// name: "单位/℃",
|
||||
// nameTextStyle: {
|
||||
// color: "#fff9",
|
||||
// fontSize: adjust(8),
|
||||
// align: "right",
|
||||
// },
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
formatter: "{value} ℃",
|
||||
color: "#fff9",
|
||||
fontSize: 16,
|
||||
lineHeight: 2,
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
// data: [100, 200, 300, 400, 500],
|
||||
},
|
||||
series: [
|
||||
{
|
||||
// data: this.series,
|
||||
data: Array(24)
|
||||
.fill(1)
|
||||
.map(() => {
|
||||
let v = Math.ceil(Math.random() * 100);
|
||||
while (v < 60) {
|
||||
v = Math.ceil(Math.random() * 100);
|
||||
}
|
||||
return v;
|
||||
}),
|
||||
type: "bar",
|
||||
barWidth: 8,
|
||||
label: {
|
||||
show: true,
|
||||
fontSize: 14,
|
||||
color: "#eee8",
|
||||
position: "topRight",
|
||||
rotate: 90,
|
||||
offset: [5, 0],
|
||||
},
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: "#A0FF49" },
|
||||
{ offset: 0.35, color: "#49FF9A" },
|
||||
{ offset: 0.7, color: "#49F2FF" },
|
||||
{ offset: 1, color: "#0D6FFF" },
|
||||
]),
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.bar-chart {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
@@ -1,70 +0,0 @@
|
||||
<!--
|
||||
filename: chart.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 13:53:04
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="yx-dark-chart">
|
||||
<LineChart
|
||||
key="1"
|
||||
id="line-chart-1"
|
||||
class="flex-1"
|
||||
unit="单位 kg/h"
|
||||
:legend="Object.keys(oilTable1)"
|
||||
:series="oilTable1"
|
||||
/>
|
||||
<div class="vertical-line"></div>
|
||||
<LineChart
|
||||
key="2"
|
||||
id="line-chart-2"
|
||||
class="flex-1"
|
||||
unit="单位 kg/h"
|
||||
:legend="Object.keys(oilTable2)"
|
||||
:series="oilTable2"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import LineChart from "./components/LineChart.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "YxDarkChart",
|
||||
components: { LineChart },
|
||||
props: ["data-source"],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["oilTable1", "oilTable2"]),
|
||||
},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.yx-dark-chart {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
width: 1px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
}
|
||||
</style>
|
||||
@@ -1,364 +0,0 @@
|
||||
<template>
|
||||
<!-- line chart -->
|
||||
<div class="line-chart__wrapper">
|
||||
<div class="line-chart__custom-legend flex" v-if="legend.length">
|
||||
<!-- <span>产线1 - 产线5</span> -->
|
||||
<ul style="" class="flex">
|
||||
<li v-for="(v, i) in legend" :key="i">{{ v }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div :id="id" style="width: 100%; height: 100%"></div>
|
||||
<div
|
||||
v-show="legend.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #eee0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 24px;
|
||||
color: #eee8;
|
||||
user-select: none;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import * as echarts from "echarts/core";
|
||||
import { LineChart } from "echarts/charts";
|
||||
|
||||
import {
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
} from "echarts/components";
|
||||
|
||||
import { LabelLayout, UniversalTransition } from "echarts/features";
|
||||
|
||||
import { CanvasRenderer } from "echarts/renderers";
|
||||
|
||||
echarts.use([
|
||||
TitleComponent,
|
||||
TooltipComponent,
|
||||
GridComponent,
|
||||
LineChart,
|
||||
LabelLayout,
|
||||
UniversalTransition,
|
||||
CanvasRenderer,
|
||||
]);
|
||||
|
||||
export default {
|
||||
name: "LineChart",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "line-chart",
|
||||
},
|
||||
config: {
|
||||
type: Object,
|
||||
default: () => ({
|
||||
title: { text: "default chart" },
|
||||
}),
|
||||
},
|
||||
unit: {
|
||||
type: String,
|
||||
default: "单位/m³",
|
||||
},
|
||||
legend: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
series: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
chart: null,
|
||||
colors: [
|
||||
"#18c7f3",
|
||||
"#FFD160",
|
||||
"#F31868",
|
||||
"#30E89A",
|
||||
"#2760FF",
|
||||
"#7138FF",
|
||||
"#F318D8",
|
||||
"#C0F318",
|
||||
"#f77",
|
||||
"#19f",
|
||||
"#98f",
|
||||
],
|
||||
data: [],
|
||||
legendtext: [
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
"asdfsadf",
|
||||
],
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
},
|
||||
watch: {
|
||||
series: {
|
||||
deep: true,
|
||||
handler: function () {
|
||||
console.log("LineChart: series changed!");
|
||||
this.init();
|
||||
},
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
updateXAxis() {
|
||||
const hour = +new Date().getHours();
|
||||
return Array(24)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
if (hour - index < 0) {
|
||||
return 24 + hour - index + ":00";
|
||||
}
|
||||
return hour - index + ":00";
|
||||
})
|
||||
.reverse();
|
||||
},
|
||||
init() {
|
||||
if (!this.chart)
|
||||
this.chart = echarts.init(document.getElementById(this.id));
|
||||
this.chart.setOption({
|
||||
grid: {
|
||||
top: 54,
|
||||
left: 54,
|
||||
bottom: 48,
|
||||
right: 24,
|
||||
},
|
||||
xAxis: {
|
||||
data: this.updateXAxis(),
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: 14,
|
||||
lineHeight: 2,
|
||||
margin: 16,
|
||||
rotate: 30,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
type: "value",
|
||||
name: this.unit,
|
||||
nameTextStyle: {
|
||||
color: "#fff9",
|
||||
fontSize: 18,
|
||||
align: "",
|
||||
},
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
// width: 1,
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
axisLabel: {
|
||||
color: "#fff9",
|
||||
fontSize: 16,
|
||||
lineHeight: 2,
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: "#5982b2a0",
|
||||
},
|
||||
},
|
||||
// data: [100, 200, 300, 400, 500],
|
||||
},
|
||||
color: this.colors,
|
||||
// series: Array(5)
|
||||
// .fill(1)
|
||||
// .map((_, index) => ({
|
||||
// name: Math.random(),
|
||||
// type: "line",
|
||||
// symbol: "circle",
|
||||
// symbolSize: adjust(3),
|
||||
// lineStyle: {
|
||||
// width: adjust(1),
|
||||
// },
|
||||
// areaStyle: {
|
||||
// color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
// { offset: 0, color: this.colors[index] + "33" },
|
||||
// { offset: 1, color: "transparent" },
|
||||
// ]),
|
||||
// },
|
||||
// data: Array(31)
|
||||
// .fill(1)
|
||||
// .map(() => {
|
||||
// let v = Math.floor(Math.random() * 5000);
|
||||
// while (v < 3000) v = Math.floor(Math.random() * 5000);
|
||||
// return v;
|
||||
// }),
|
||||
// })),
|
||||
series: Array(this.legend.length)
|
||||
.fill(1)
|
||||
.map((_, index) => {
|
||||
let lgd = this.legend[index];
|
||||
// console.log("series: ", lgd, index, this.series[lgd]);
|
||||
return {
|
||||
name: lgd,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: 6,
|
||||
lineStyle: {
|
||||
width: 2,
|
||||
},
|
||||
areaStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: this.colors[index] + "33" },
|
||||
{ offset: 1, color: "transparent" },
|
||||
]),
|
||||
},
|
||||
data: this.series[lgd],
|
||||
};
|
||||
}),
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
::-webkit-scrollbar {
|
||||
// display: none;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
height: 4px;
|
||||
border-radius: 4px;
|
||||
background: #ccc3;
|
||||
}
|
||||
|
||||
// ::-webkit-scrollbar-track {
|
||||
// height: adjust(1px);
|
||||
// background: blue;
|
||||
// }
|
||||
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
ul {
|
||||
// padding: 0 16px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
height: 56px;
|
||||
// background: #eeec;
|
||||
// overflow-x: hidden;
|
||||
white-space: pre-wrap;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
li {
|
||||
text-align: right;
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
margin-right: 18px;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
// margin-right: adjust(16px);
|
||||
}
|
||||
|
||||
.line-chart__custom-legend {
|
||||
position: absolute;
|
||||
top: -64px;
|
||||
right: 0;
|
||||
font-size: 18px;
|
||||
font-family: Ubuntu, sans-serif;
|
||||
padding: 0;
|
||||
// max-width: 100%;
|
||||
width: 65%;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: -16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 2px;
|
||||
background: #eee6;
|
||||
}
|
||||
|
||||
li:nth-child(1)::before {
|
||||
background: #18c7f3;
|
||||
}
|
||||
li:nth-child(2)::before {
|
||||
background: #ffd160;
|
||||
}
|
||||
li:nth-child(3)::before {
|
||||
background: #f31868;
|
||||
}
|
||||
li:nth-child(4)::before {
|
||||
background: #30e89a;
|
||||
}
|
||||
li:nth-child(5)::before {
|
||||
background: #2760ff;
|
||||
}
|
||||
li:nth-child(6)::before {
|
||||
background: #7138ff;
|
||||
}
|
||||
li:nth-child(7)::before {
|
||||
background: #f318d8;
|
||||
}
|
||||
li:nth-child(8)::before {
|
||||
background: #c0f318;
|
||||
}
|
||||
li:nth-child(9)::before {
|
||||
background: #f77;
|
||||
}
|
||||
li:nth-child(10)::before {
|
||||
background: #19f;
|
||||
}
|
||||
li:nth-child(11)::before {
|
||||
background: #98f;
|
||||
}
|
||||
|
||||
.line-chart__wrapper {
|
||||
position: relative;
|
||||
background: #7771;
|
||||
border-radius: 6px;
|
||||
backdrop-filter: blur(4px);
|
||||
box-shadow: inset 0 0 20px 4px rgba($color: #fff, $alpha: 0.1);
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
}
|
||||
</style>
|
||||
@@ -1,32 +0,0 @@
|
||||
<template>
|
||||
<div class="table-frequence" :class="cls">{{ value }}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "TableFrequence",
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
default: '未运行'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
cls: {
|
||||
'valid': this.value !== '未运行'
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.table-frequence {
|
||||
font-family: Ubuntu, sans-serif !important;
|
||||
}
|
||||
|
||||
.valid {
|
||||
color: #30e89a;
|
||||
}
|
||||
</style>
|
||||
@@ -1,53 +0,0 @@
|
||||
<template>
|
||||
<div class="table-status" :class="cls">{{ value }}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "TableFrequence",
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
default: "正常",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
cls: {
|
||||
invalid: this.value !== "正常",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.table-status {
|
||||
/* font-family: Ubuntu, sans-serif !important; */
|
||||
color: #3984ff;
|
||||
padding-left: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.table-status::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
top: 4px;
|
||||
display: inline-block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 200px;
|
||||
background: #3984ff;
|
||||
box-shadow: 0px 0px 4px 4px rgba(39, 96, 255, 0.5);
|
||||
}
|
||||
|
||||
.invalid {
|
||||
color: #ff0c0c;
|
||||
}
|
||||
|
||||
.invalid::after {
|
||||
background: #ff0c0c;
|
||||
box-shadow: 0px 0px 4px 4px rgba(255, 39, 39, 0.5);
|
||||
}
|
||||
</style>
|
||||
@@ -1,100 +0,0 @@
|
||||
<!--
|
||||
filename: rect.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 10:02:48
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="rect-container">
|
||||
<section class="title" v-if="title">
|
||||
<span class="icon" v-if="icon" :class="icon"></span>
|
||||
<span class="title__value">{{ title }}</span>
|
||||
</section>
|
||||
<section class="content">
|
||||
<slot />
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "RectContainer",
|
||||
components: {},
|
||||
props: ["icon", "title"],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rect-container {
|
||||
// background: url(../../../assets/rect-bg.png) no-repeat 100% / contain; // rgba(45, 230, 196, 0.8);
|
||||
padding: 24px;
|
||||
// width: 624px;
|
||||
// height: 304px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
section.title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.title__value {
|
||||
font-size: 24px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
color: #7ffff5;
|
||||
}
|
||||
|
||||
section.content {
|
||||
height: 1px;
|
||||
flex: 1;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.icon-left-middle {
|
||||
background: url(../../../assets/icon-left-middle.png) no-repeat 100% / contain;
|
||||
}
|
||||
|
||||
.icon-left-bottom {
|
||||
background: url(../../../assets/icon-left-bottom.png) no-repeat 100% / contain;
|
||||
}
|
||||
|
||||
.icon-gas {
|
||||
background: url(../../../assets/icon-gas.png) no-repeat 100% / contain;
|
||||
}
|
||||
|
||||
.icon-kiln-top {
|
||||
background: url(../../../assets/icon-kiln-top.png) no-repeat 100% / contain;
|
||||
}
|
||||
|
||||
.icon-kiln-bottom {
|
||||
background: url(../../../assets/icon-kiln-bottom.png) no-repeat 100% / contain;
|
||||
}
|
||||
|
||||
.icon-right-bottom {
|
||||
background: url(../../../assets/icon-right-bottom.png) no-repeat 100% /
|
||||
contain;
|
||||
}
|
||||
|
||||
.icon-right-top {
|
||||
background: url(../../../assets/icon-right-top.png) no-repeat 100% / contain;
|
||||
}
|
||||
</style>
|
||||
@@ -1,237 +0,0 @@
|
||||
<!--
|
||||
filename: table.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 13:52:12
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="yx-dark-tables">
|
||||
<div class="tables flex" style="height: 100%">
|
||||
<div class="table-wrapper flex-1 align-start">
|
||||
<div
|
||||
v-if="tableData1 && tableData1.length === 0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #eee1;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
font-size: 24px;
|
||||
color: #eee9;
|
||||
"
|
||||
>
|
||||
无数据
|
||||
</div>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr class="t-row">
|
||||
<th>序号</th>
|
||||
<th>设备名称</th>
|
||||
<th>运行频率</th>
|
||||
<th>设备状态</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<transition-group name="fan-list" tag="tbody" mode="out-in">
|
||||
<tr
|
||||
class="t-row"
|
||||
v-for="row in tableData1"
|
||||
:key="row && 'length' in row ? row[0] : Math.random()"
|
||||
>
|
||||
<td v-for="(d, idx) in row" :key="idx">
|
||||
<template v-if="idx === 2">
|
||||
<FrequentComp :value="d" />
|
||||
</template>
|
||||
<template v-else-if="idx === 3">
|
||||
<StatusComp :value="d" />
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ d }}
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
</transition-group>
|
||||
<!-- </tbody> -->
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import FrequentComp from "./components/TableFrequence.vue";
|
||||
import StatusComp from "./components/TableStatus.vue";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "YxDarkTables",
|
||||
|
||||
components: { FrequentComp, StatusComp },
|
||||
data() {
|
||||
return {
|
||||
tableHead: ["序号", "设备名称", "运行频率", "设备状态"],
|
||||
tableCache: [
|
||||
[16, "风机16", "未运行", "正常" /**or 0,1*/],
|
||||
[17, "风机17", "未运行", "正常" /**or 0,1*/],
|
||||
[17, "风机18", "73Hz", "正常" /**or 0,1*/],
|
||||
],
|
||||
tableData1: [
|
||||
[1, "风机1", "2332Hz", "正常" /**or 0,1*/],
|
||||
[2, "风机2", "未运行", "故障" /**or 0,1*/],
|
||||
[3, "风机3", "333Hz", "正常" /**or 0,1*/],
|
||||
[4, "风机4", "100Hz", "正常" /**or 0,1*/],
|
||||
[5, "风机5", "未运行", "正常" /**or 0,1*/],
|
||||
[6, "风机6", "未运行", "故障" /**or 0,1*/],
|
||||
[7, "风机7", "3000Hz", "正常" /**or 0,1*/],
|
||||
[8, "风机8", "未运行", "正常" /**or 0,1*/],
|
||||
[9, "风机9", "未运行", "正常" /**or 0,1*/],
|
||||
[10, "风机10", "86423Hz", "正常" /**or 0,1*/],
|
||||
[11, "风机11", "未运行", "正常" /**or 0,1*/],
|
||||
[12, "风机12", "未运行", "正常" /**or 0,1*/],
|
||||
[13, "风机13", "73Hz", "正常" /**or 0,1*/],
|
||||
[14, "风机14", "未运行", "正常" /**or 0,1*/],
|
||||
[15, "风机15", "未运行", "正常" /**or 0,1*/],
|
||||
],
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["fan"]),
|
||||
},
|
||||
watch: {
|
||||
// fan: {
|
||||
// handler: function (data) {
|
||||
// if (!data) return;
|
||||
// let idx = 0;
|
||||
// this.tableData1 = data.slice(0, 10).map((item, index) => {
|
||||
// idx += 1;
|
||||
// return [idx, ...item];
|
||||
// });
|
||||
// this.tableCache = data
|
||||
// .slice(10)
|
||||
// .map((item, index) => [index + 1 + idx, ...item]);
|
||||
// },
|
||||
// deep: true,
|
||||
// immediate: true,
|
||||
// },
|
||||
},
|
||||
mounted() {
|
||||
setInterval(() => {
|
||||
const inData = this.tableCache.shift();
|
||||
const outData = this.tableData1.shift();
|
||||
setTimeout(() => {
|
||||
if (inData) this.tableData1.splice(this.tableData1.length, 0, inData);
|
||||
}, 200);
|
||||
if (outData) this.tableCache.push(outData);
|
||||
}, 3000);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.yx-dark-tables {
|
||||
height: 100%;
|
||||
// background: #fff3;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
background: #eee1;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
width: 6px;
|
||||
border-radius: 8px;
|
||||
background: #eee3;
|
||||
}
|
||||
|
||||
.fan-list-enter-active,
|
||||
.fan-list-leave-active {
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
// .fan-list-leave-move {
|
||||
// transition: all 1s;
|
||||
// }
|
||||
|
||||
.fan-list-enter,
|
||||
.fan-list-leave-to {
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.vertical-line {
|
||||
margin: 0 6px;
|
||||
width: 6px;
|
||||
background: radial-gradient(
|
||||
ellipse at center,
|
||||
#6fe2ff,
|
||||
#52cbef80,
|
||||
transparent,
|
||||
transparent
|
||||
);
|
||||
}
|
||||
.table-wrapper {
|
||||
// padding-right: 6px;
|
||||
// height: 480px;
|
||||
height: 100%;
|
||||
// overflow-y: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: 2px;
|
||||
}
|
||||
|
||||
// tr, td, th {
|
||||
// max-height: 13.88px !important;
|
||||
// }
|
||||
|
||||
.t-row {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.tables > table {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.align-start {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
thead > tr th:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
thead > tr th {
|
||||
font-size: 20px;
|
||||
line-height: 1.5;
|
||||
padding: 6px 16px;
|
||||
font-weight: 400;
|
||||
background: #044a8446;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tbody > tr:nth-child(odd) {
|
||||
background: #0b549960;
|
||||
}
|
||||
|
||||
tbody > tr td {
|
||||
font-size: 20px;
|
||||
line-height: 1.25;
|
||||
padding: 4px 16px;
|
||||
font-weight: 400;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
tbody > tr td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
@@ -1,130 +0,0 @@
|
||||
<template>
|
||||
<header class="header">
|
||||
<div>
|
||||
<span class="header--logo">
|
||||
<!-- <img src="../../assets/logo.png" alt="logo"> -->
|
||||
</span>
|
||||
<h1>宜兴三期生产线大数据指挥中心</h1>
|
||||
</div>
|
||||
<span class="header--wing absolute company"></span>
|
||||
<span class="header--wing absolute datetime">
|
||||
{{ moment(today).format("YYYY.M.D dddd HH:mm:ss") }}
|
||||
</span>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import moment from "moment";
|
||||
export default {
|
||||
name: "Header",
|
||||
data() {
|
||||
return {
|
||||
today: new Date(),
|
||||
time: "00:00:00",
|
||||
moment,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
date() {
|
||||
return this.today.toLocaleDateString().replaceAll("/", ".");
|
||||
},
|
||||
week() {
|
||||
return [
|
||||
"星期日",
|
||||
"星期一",
|
||||
"星期二",
|
||||
"星期三",
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六",
|
||||
][this.today.getDay()];
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
moment.locale("zh-cn");
|
||||
// this.time = this.getTime().join(":");
|
||||
setInterval(() => {
|
||||
this.today = new Date();
|
||||
// this.time = this.getTime().join(":");
|
||||
}, 1000);
|
||||
},
|
||||
methods: {
|
||||
getTime() {
|
||||
const now = new Date();
|
||||
return [
|
||||
now.getHours() < 10 ? "0" + now.getHours() : now.getHours() + "",
|
||||
now.getMinutes() < 10 ? "0" + now.getMinutes() : now.getMinutes() + "",
|
||||
now.getSeconds() < 10 ? "0" + now.getSeconds() : now.getSeconds() + "",
|
||||
];
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "../../../assets/styles/functions";
|
||||
@import "../../../assets/styles/variables";
|
||||
|
||||
header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
background: url(../../../assets/header.png) no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
// background-size: 100%;
|
||||
height: 146px;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0;
|
||||
|
||||
.header--logo {
|
||||
margin-top: 12px;
|
||||
width: 64px;
|
||||
height: 94px;
|
||||
background: url(../../../assets/logo.png) center/contain no-repeat;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-left: 36px;
|
||||
font-size: 72px;
|
||||
user-select: none;
|
||||
letter-spacing: 14px;
|
||||
font-weight: 400;
|
||||
color: $main-color;
|
||||
font-family: "微软雅黑", sans-serif;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header--wing {
|
||||
left: 0;
|
||||
bottom: -20px;
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.company {
|
||||
margin-left: 1458px;
|
||||
width: 768px;
|
||||
height: 67px;
|
||||
background: url("../../../assets/company.png") center/cover no-repeat;
|
||||
}
|
||||
|
||||
.datetime {
|
||||
color: $main-color;
|
||||
font-size: 48px;
|
||||
text-align: center;
|
||||
// display: inline-block;
|
||||
left: unset;
|
||||
right: 1573px;
|
||||
width: 646px;
|
||||
height: 67px;
|
||||
background: url("../../../assets/date.png") center/cover no-repeat;
|
||||
}
|
||||
</style>
|
||||
@@ -1,952 +0,0 @@
|
||||
{
|
||||
"baseInfo": {
|
||||
"fireChangeTime": "20分钟",
|
||||
"waterInTemp": "75.0",
|
||||
"lastFireChangeTime": "10分15秒",
|
||||
"kilnPressure": "94.0",
|
||||
"fireDirection": "南火",
|
||||
"waterOutTemp": "26.0"
|
||||
},
|
||||
"fan": [
|
||||
[
|
||||
"8#压延冷却风机",
|
||||
"4373Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"7#压延冷却风机",
|
||||
"4772Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"6#压延冷却风机",
|
||||
"1704Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"5#压延冷却风机",
|
||||
"3109Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"4#压延冷却风机",
|
||||
"2595Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"3#压延冷却风机",
|
||||
"8903Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#压延冷却风机",
|
||||
"3741Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#压延冷却风机",
|
||||
"9035Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"4#熔化部风机",
|
||||
"5223Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"3#熔化部风机",
|
||||
"9722Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#熔化部风机",
|
||||
"9617Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#熔化部风机",
|
||||
"7135Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"4#澄清部风机",
|
||||
"1699Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"3#澄清部风机",
|
||||
"2511Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#澄清部风机",
|
||||
"9780Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#澄清部风机",
|
||||
"3809Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#助燃风机",
|
||||
"435Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#助燃风机",
|
||||
"6270Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#L吊墙风机",
|
||||
"8181Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#L吊墙风机",
|
||||
"5587Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#钢碹碴池壁风机",
|
||||
"6652Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#钢碹碴池壁风机",
|
||||
"2000Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"2#池壁拐角风机",
|
||||
"1972Hz",
|
||||
"正常"
|
||||
],
|
||||
[
|
||||
"1#池壁拐角风机",
|
||||
"7730Hz",
|
||||
"正常"
|
||||
]
|
||||
],
|
||||
"gas": {
|
||||
"kilnGasT1": {
|
||||
"FE111R": [
|
||||
53.02,
|
||||
69.84,
|
||||
99.33,
|
||||
17.21,
|
||||
1.17,
|
||||
27.84,
|
||||
95.44,
|
||||
30.72,
|
||||
32.24,
|
||||
64.16,
|
||||
59.65,
|
||||
14.59,
|
||||
78.58,
|
||||
99.15,
|
||||
58.91,
|
||||
34.13,
|
||||
99.62,
|
||||
2.23,
|
||||
28.31,
|
||||
91.17,
|
||||
97.15,
|
||||
60.62,
|
||||
94.12,
|
||||
23.24
|
||||
],
|
||||
"FE113R": [
|
||||
22.04,
|
||||
40.78,
|
||||
75.62,
|
||||
61.01,
|
||||
72.7,
|
||||
48.46,
|
||||
32.44,
|
||||
42.51,
|
||||
59.61,
|
||||
22.86,
|
||||
32.95,
|
||||
21.32,
|
||||
23.59,
|
||||
84.16,
|
||||
55.14,
|
||||
55.71,
|
||||
10.81,
|
||||
56.53,
|
||||
75.51,
|
||||
2.85,
|
||||
27.77,
|
||||
52.42,
|
||||
43.34,
|
||||
22.04
|
||||
],
|
||||
"FE112R": [
|
||||
77.02,
|
||||
13.83,
|
||||
1.71,
|
||||
53.99,
|
||||
4.03,
|
||||
1,
|
||||
22.17,
|
||||
61.73,
|
||||
11.25,
|
||||
31.69,
|
||||
90.31,
|
||||
69.26,
|
||||
68.72,
|
||||
80.79,
|
||||
3.08,
|
||||
39.17,
|
||||
12.6,
|
||||
35.31,
|
||||
97.2,
|
||||
38.77,
|
||||
27.5,
|
||||
11.78,
|
||||
72.32,
|
||||
23.13
|
||||
],
|
||||
"FE115R": [
|
||||
28.31,
|
||||
10.16,
|
||||
13.22,
|
||||
41.44,
|
||||
97.19,
|
||||
60.08,
|
||||
34.13,
|
||||
16.75,
|
||||
92.7,
|
||||
79.48,
|
||||
3.08,
|
||||
14.71,
|
||||
4.4,
|
||||
0.88,
|
||||
77.6,
|
||||
57,
|
||||
31,
|
||||
86.14,
|
||||
44.31,
|
||||
45.7,
|
||||
6.85,
|
||||
65.62,
|
||||
77.97,
|
||||
49.2
|
||||
],
|
||||
"FE114R": [
|
||||
17.72,
|
||||
32.45,
|
||||
1.42,
|
||||
24.51,
|
||||
68.57,
|
||||
61.48,
|
||||
2.08,
|
||||
3.1,
|
||||
38.27,
|
||||
20.07,
|
||||
25.71,
|
||||
85.58,
|
||||
48.31,
|
||||
78.14,
|
||||
22.43,
|
||||
87.47,
|
||||
83.78,
|
||||
17.66,
|
||||
72.36,
|
||||
19,
|
||||
20.69,
|
||||
33.92,
|
||||
25.66,
|
||||
91.28
|
||||
],
|
||||
"FE117R": [
|
||||
47.8,
|
||||
62.27,
|
||||
90.23,
|
||||
28.31,
|
||||
73.09,
|
||||
34.04,
|
||||
9.03,
|
||||
44.69,
|
||||
32.62,
|
||||
25.78,
|
||||
27.79,
|
||||
25.42,
|
||||
28.96,
|
||||
56.52,
|
||||
75.43,
|
||||
50.56,
|
||||
90.22,
|
||||
11.85,
|
||||
4.56,
|
||||
39.9,
|
||||
9.83,
|
||||
65.98,
|
||||
91.22,
|
||||
92.43
|
||||
],
|
||||
"FE116R": [
|
||||
64.79,
|
||||
46.14,
|
||||
58.67,
|
||||
54.46,
|
||||
15.67,
|
||||
72.02,
|
||||
15.06,
|
||||
5.88,
|
||||
38.19,
|
||||
66.98,
|
||||
89.24,
|
||||
33.13,
|
||||
87.57,
|
||||
43.95,
|
||||
55.06,
|
||||
93.26,
|
||||
96.91,
|
||||
56.5,
|
||||
20.75,
|
||||
83.76,
|
||||
60.88,
|
||||
62.04,
|
||||
22.34,
|
||||
82.43
|
||||
],
|
||||
"FE118R": [
|
||||
94.32,
|
||||
86.26,
|
||||
5.13,
|
||||
47.33,
|
||||
40.01,
|
||||
34.97,
|
||||
18.69,
|
||||
81.81,
|
||||
87.37,
|
||||
96.47,
|
||||
16.04,
|
||||
23.33,
|
||||
0.66,
|
||||
16.86,
|
||||
13.19,
|
||||
67.32,
|
||||
37.63,
|
||||
13.74,
|
||||
22.85,
|
||||
78.89,
|
||||
9.52,
|
||||
75.46,
|
||||
0.2,
|
||||
1.51
|
||||
]
|
||||
},
|
||||
"kilnGasT2": {
|
||||
"FE124R": [
|
||||
53.02,
|
||||
69.84,
|
||||
99.33,
|
||||
17.21,
|
||||
1.17,
|
||||
27.84,
|
||||
95.44,
|
||||
30.72,
|
||||
32.24,
|
||||
64.16,
|
||||
59.65,
|
||||
14.59,
|
||||
78.58,
|
||||
99.15,
|
||||
58.91,
|
||||
34.13,
|
||||
99.62,
|
||||
2.23,
|
||||
28.31,
|
||||
91.17,
|
||||
97.15,
|
||||
60.62,
|
||||
94.12,
|
||||
23.24
|
||||
],
|
||||
"FE123aR": [
|
||||
17.72,
|
||||
32.45,
|
||||
1.42,
|
||||
24.51,
|
||||
68.57,
|
||||
61.48,
|
||||
2.08,
|
||||
3.1,
|
||||
38.27,
|
||||
20.07,
|
||||
25.71,
|
||||
85.58,
|
||||
48.31,
|
||||
78.14,
|
||||
22.43,
|
||||
87.47,
|
||||
83.78,
|
||||
17.66,
|
||||
72.36,
|
||||
19,
|
||||
20.69,
|
||||
33.92,
|
||||
25.66,
|
||||
91.28
|
||||
],
|
||||
"FE123R": [
|
||||
77.02,
|
||||
13.83,
|
||||
1.71,
|
||||
53.99,
|
||||
4.03,
|
||||
1,
|
||||
22.17,
|
||||
61.73,
|
||||
11.25,
|
||||
31.69,
|
||||
90.31,
|
||||
69.26,
|
||||
68.72,
|
||||
80.79,
|
||||
3.08,
|
||||
39.17,
|
||||
12.6,
|
||||
35.31,
|
||||
97.2,
|
||||
38.77,
|
||||
27.5,
|
||||
11.78,
|
||||
72.32,
|
||||
23.13
|
||||
],
|
||||
"FE124aR": [
|
||||
22.04,
|
||||
40.78,
|
||||
75.62,
|
||||
61.01,
|
||||
72.7,
|
||||
48.46,
|
||||
32.44,
|
||||
42.51,
|
||||
59.61,
|
||||
22.86,
|
||||
32.95,
|
||||
21.32,
|
||||
23.59,
|
||||
84.16,
|
||||
55.14,
|
||||
55.71,
|
||||
10.81,
|
||||
56.53,
|
||||
75.51,
|
||||
2.85,
|
||||
27.77,
|
||||
52.42,
|
||||
43.34,
|
||||
22.04
|
||||
],
|
||||
"FE126R": [
|
||||
64.79,
|
||||
46.14,
|
||||
58.67,
|
||||
54.46,
|
||||
15.67,
|
||||
72.02,
|
||||
15.06,
|
||||
5.88,
|
||||
38.19,
|
||||
66.98,
|
||||
89.24,
|
||||
33.13,
|
||||
87.57,
|
||||
43.95,
|
||||
55.06,
|
||||
93.26,
|
||||
96.91,
|
||||
56.5,
|
||||
20.75,
|
||||
83.76,
|
||||
60.88,
|
||||
62.04,
|
||||
22.34,
|
||||
82.43
|
||||
],
|
||||
"FE125aR": [
|
||||
47.8,
|
||||
62.27,
|
||||
90.23,
|
||||
28.31,
|
||||
73.09,
|
||||
34.04,
|
||||
9.03,
|
||||
44.69,
|
||||
32.62,
|
||||
25.78,
|
||||
27.79,
|
||||
25.42,
|
||||
28.96,
|
||||
56.52,
|
||||
75.43,
|
||||
50.56,
|
||||
90.22,
|
||||
11.85,
|
||||
4.56,
|
||||
39.9,
|
||||
9.83,
|
||||
65.98,
|
||||
91.22,
|
||||
92.43
|
||||
],
|
||||
"FE125R": [
|
||||
28.31,
|
||||
10.16,
|
||||
13.22,
|
||||
41.44,
|
||||
97.19,
|
||||
60.08,
|
||||
34.13,
|
||||
16.75,
|
||||
92.7,
|
||||
79.48,
|
||||
3.08,
|
||||
14.71,
|
||||
4.4,
|
||||
0.88,
|
||||
77.6,
|
||||
57,
|
||||
31,
|
||||
86.14,
|
||||
44.31,
|
||||
45.7,
|
||||
6.85,
|
||||
65.62,
|
||||
77.97,
|
||||
49.2
|
||||
],
|
||||
"FE126aR": [
|
||||
94.32,
|
||||
86.26,
|
||||
5.13,
|
||||
47.33,
|
||||
40.01,
|
||||
34.97,
|
||||
18.69,
|
||||
81.81,
|
||||
87.37,
|
||||
96.47,
|
||||
16.04,
|
||||
23.33,
|
||||
0.66,
|
||||
16.86,
|
||||
13.19,
|
||||
67.32,
|
||||
37.63,
|
||||
13.74,
|
||||
22.85,
|
||||
78.89,
|
||||
9.52,
|
||||
75.46,
|
||||
0.2,
|
||||
1.51
|
||||
]
|
||||
}
|
||||
},
|
||||
"kilnBottom": {
|
||||
"kilnTempBottomT1": {
|
||||
"TE316": [
|
||||
44,
|
||||
49,
|
||||
20,
|
||||
29,
|
||||
96,
|
||||
76,
|
||||
20,
|
||||
82,
|
||||
28,
|
||||
86,
|
||||
69,
|
||||
18,
|
||||
23,
|
||||
58,
|
||||
83,
|
||||
84,
|
||||
94,
|
||||
99,
|
||||
36,
|
||||
51,
|
||||
32
|
||||
],
|
||||
"TE315": [
|
||||
84,
|
||||
61,
|
||||
87,
|
||||
82,
|
||||
33,
|
||||
9,
|
||||
20,
|
||||
23,
|
||||
81,
|
||||
0,
|
||||
16,
|
||||
81,
|
||||
9,
|
||||
78,
|
||||
30,
|
||||
16,
|
||||
49,
|
||||
16,
|
||||
95,
|
||||
53,
|
||||
19
|
||||
],
|
||||
"TE314": [
|
||||
45,
|
||||
93,
|
||||
11,
|
||||
47,
|
||||
27,
|
||||
69,
|
||||
91,
|
||||
17,
|
||||
0,
|
||||
67,
|
||||
60,
|
||||
15,
|
||||
84,
|
||||
36,
|
||||
89,
|
||||
30,
|
||||
36,
|
||||
90,
|
||||
38,
|
||||
94,
|
||||
87
|
||||
],
|
||||
"TE313": [
|
||||
60,
|
||||
9,
|
||||
59,
|
||||
15,
|
||||
43,
|
||||
41,
|
||||
83,
|
||||
93,
|
||||
99,
|
||||
91,
|
||||
29,
|
||||
47,
|
||||
2,
|
||||
40,
|
||||
65,
|
||||
39,
|
||||
12,
|
||||
20,
|
||||
57,
|
||||
64,
|
||||
95
|
||||
],
|
||||
"TE312": [
|
||||
22,
|
||||
46,
|
||||
93,
|
||||
69,
|
||||
44,
|
||||
3,
|
||||
62,
|
||||
49,
|
||||
4,
|
||||
18,
|
||||
87,
|
||||
76,
|
||||
36,
|
||||
16,
|
||||
50,
|
||||
36,
|
||||
54,
|
||||
90,
|
||||
1,
|
||||
66,
|
||||
68
|
||||
]
|
||||
},
|
||||
"kilnTempBottomT2": {
|
||||
"TE319": [
|
||||
48,
|
||||
56,
|
||||
40,
|
||||
44,
|
||||
31,
|
||||
82,
|
||||
35,
|
||||
36,
|
||||
0,
|
||||
84,
|
||||
49,
|
||||
38,
|
||||
28,
|
||||
34,
|
||||
98,
|
||||
60,
|
||||
4,
|
||||
69,
|
||||
15,
|
||||
86,
|
||||
19
|
||||
],
|
||||
"TE318": [
|
||||
7,
|
||||
30,
|
||||
57,
|
||||
78,
|
||||
47,
|
||||
99,
|
||||
1,
|
||||
98,
|
||||
47,
|
||||
86,
|
||||
55,
|
||||
10,
|
||||
98,
|
||||
27,
|
||||
97,
|
||||
85,
|
||||
54,
|
||||
41,
|
||||
27,
|
||||
85,
|
||||
44
|
||||
],
|
||||
"TE317": [
|
||||
72,
|
||||
13,
|
||||
7,
|
||||
69,
|
||||
77,
|
||||
36,
|
||||
6,
|
||||
34,
|
||||
97,
|
||||
48,
|
||||
75,
|
||||
29,
|
||||
75,
|
||||
4,
|
||||
70,
|
||||
80,
|
||||
31,
|
||||
10,
|
||||
39,
|
||||
86,
|
||||
52
|
||||
],
|
||||
"TE321": [
|
||||
6,
|
||||
60,
|
||||
32,
|
||||
19,
|
||||
79,
|
||||
99,
|
||||
98,
|
||||
81,
|
||||
82,
|
||||
68,
|
||||
3,
|
||||
94,
|
||||
7,
|
||||
29,
|
||||
48,
|
||||
52,
|
||||
36,
|
||||
59,
|
||||
28,
|
||||
77,
|
||||
17
|
||||
],
|
||||
"TE320": [
|
||||
23,
|
||||
47,
|
||||
4,
|
||||
15,
|
||||
7,
|
||||
74,
|
||||
75,
|
||||
60,
|
||||
78,
|
||||
89,
|
||||
15,
|
||||
95,
|
||||
74,
|
||||
85,
|
||||
20,
|
||||
48,
|
||||
79,
|
||||
51,
|
||||
63,
|
||||
82,
|
||||
68
|
||||
]
|
||||
}
|
||||
},
|
||||
"kilnTop": {
|
||||
"kilnTempTopT2": {
|
||||
"TE215": [
|
||||
81,
|
||||
12,
|
||||
86,
|
||||
55,
|
||||
50,
|
||||
59,
|
||||
20,
|
||||
67,
|
||||
66,
|
||||
29,
|
||||
17,
|
||||
74,
|
||||
11,
|
||||
12,
|
||||
63,
|
||||
23,
|
||||
34,
|
||||
86,
|
||||
9,
|
||||
38,
|
||||
99,
|
||||
3,
|
||||
33,
|
||||
77
|
||||
],
|
||||
"TE214": [
|
||||
51,
|
||||
12,
|
||||
49,
|
||||
60,
|
||||
3,
|
||||
67,
|
||||
95,
|
||||
62,
|
||||
22,
|
||||
89,
|
||||
69,
|
||||
14,
|
||||
41,
|
||||
79,
|
||||
77,
|
||||
27,
|
||||
26,
|
||||
34,
|
||||
69,
|
||||
44,
|
||||
89,
|
||||
86,
|
||||
92,
|
||||
1
|
||||
],
|
||||
"TE213": [
|
||||
76,
|
||||
14,
|
||||
35,
|
||||
1,
|
||||
36,
|
||||
67,
|
||||
40,
|
||||
5,
|
||||
53,
|
||||
98,
|
||||
46,
|
||||
29,
|
||||
71,
|
||||
12,
|
||||
43,
|
||||
42,
|
||||
53,
|
||||
56,
|
||||
9,
|
||||
17,
|
||||
34,
|
||||
42,
|
||||
82,
|
||||
73
|
||||
]
|
||||
},
|
||||
"kilnTempTopT1": {
|
||||
"TE209": [
|
||||
51,
|
||||
12,
|
||||
49,
|
||||
60,
|
||||
3,
|
||||
67,
|
||||
95,
|
||||
62,
|
||||
22,
|
||||
89,
|
||||
69,
|
||||
14,
|
||||
41,
|
||||
79,
|
||||
77,
|
||||
27,
|
||||
26,
|
||||
34,
|
||||
69,
|
||||
44,
|
||||
89,
|
||||
86,
|
||||
92,
|
||||
1
|
||||
],
|
||||
"TE208": [
|
||||
76,
|
||||
14,
|
||||
35,
|
||||
1,
|
||||
36,
|
||||
67,
|
||||
40,
|
||||
5,
|
||||
53,
|
||||
98,
|
||||
46,
|
||||
29,
|
||||
71,
|
||||
12,
|
||||
43,
|
||||
42,
|
||||
53,
|
||||
56,
|
||||
9,
|
||||
17,
|
||||
34,
|
||||
42,
|
||||
82,
|
||||
73
|
||||
],
|
||||
"TE210": [
|
||||
81,
|
||||
12,
|
||||
86,
|
||||
55,
|
||||
50,
|
||||
59,
|
||||
20,
|
||||
67,
|
||||
66,
|
||||
29,
|
||||
17,
|
||||
74,
|
||||
11,
|
||||
12,
|
||||
63,
|
||||
23,
|
||||
34,
|
||||
86,
|
||||
9,
|
||||
38,
|
||||
99,
|
||||
3,
|
||||
33,
|
||||
77
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
import { WebSocket, WebSocketServer } from "ws";
|
||||
import demoData from "./demo.json";
|
||||
|
||||
const wss = new WebSocketServer({ port: 9800 });
|
||||
const frequency = 3; // seconds
|
||||
wss.on("connection", function (ws, req) {
|
||||
// console.log("ws", ws);
|
||||
console.log(
|
||||
"Client in: ",
|
||||
req.socket.remoteAddress,
|
||||
"current users:",
|
||||
wss.clients.size
|
||||
);
|
||||
// ws.on("error", console.error);
|
||||
// ws.emit("message", "connected");
|
||||
ws.on("open", function () {
|
||||
console.log("connected");
|
||||
ws.send("connected");
|
||||
});
|
||||
ws.on("message", function (msg) {
|
||||
console.log("message from client", msg);
|
||||
ws.send("echo " + msg.toString());
|
||||
});
|
||||
ws.on("error", console.error);
|
||||
|
||||
const timer = setInterval(() => {
|
||||
sendMsg(ws, "base-info");
|
||||
sendMsg(ws, "fan");
|
||||
sendMsg(ws, "gas");
|
||||
sendMsg(ws, "kiln-top");
|
||||
sendMsg(ws, "kiln-bottom");
|
||||
}, frequency * 1000);
|
||||
|
||||
ws.on("close", function () {
|
||||
console.log("停止监听");
|
||||
clearInterval(timer);
|
||||
});
|
||||
});
|
||||
|
||||
type MsgType = "base-info" | "fan" | "gas" | "kiln-top" | "kiln-bottom";
|
||||
|
||||
function sendMsg(ws: WebSocket, type: MsgType) {
|
||||
let data: any;
|
||||
switch (type) {
|
||||
case "base-info":
|
||||
data = demoData.baseInfo;
|
||||
break;
|
||||
case "fan":
|
||||
data = demoData.fan;
|
||||
break;
|
||||
case "gas":
|
||||
data = demoData.gas;
|
||||
break;
|
||||
case "kiln-top":
|
||||
data = demoData.kilnTop;
|
||||
break;
|
||||
case "kiln-bottom":
|
||||
data = demoData.kilnBottom;
|
||||
break;
|
||||
default:
|
||||
data = "You are connected!";
|
||||
break;
|
||||
}
|
||||
// console.log("sendMsg: ", ws);
|
||||
// ws.emit("message", JSON.stringify(data));
|
||||
ws.send(JSON.stringify(data));
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig to read more about this file */
|
||||
|
||||
/* Projects */
|
||||
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
||||
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
|
||||
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
|
||||
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
|
||||
// "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
|
||||
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
||||
|
||||
/* Language and Environment */
|
||||
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
||||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
||||
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
||||
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
||||
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
|
||||
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
|
||||
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
|
||||
// "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
|
||||
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
||||
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
||||
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
||||
|
||||
/* Modules */
|
||||
"module": "commonjs", /* Specify what module code is generated. */
|
||||
// "rootDir": "./", /* Specify the root folder within your source files. */
|
||||
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
|
||||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
||||
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
||||
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
||||
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
||||
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
|
||||
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
||||
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
||||
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
|
||||
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
|
||||
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
|
||||
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
|
||||
"resolveJsonModule": true, /* Enable importing .json files. */
|
||||
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
|
||||
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
|
||||
|
||||
/* JavaScript Support */
|
||||
// "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
|
||||
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
|
||||
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
||||
|
||||
/* Emit */
|
||||
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
||||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
||||
// "outDir": "./", /* Specify an output folder for all emitted files. */
|
||||
// "removeComments": true, /* Disable emitting comments. */
|
||||
// "noEmit": true, /* Disable emitting files from a compilation. */
|
||||
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
||||
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
|
||||
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
|
||||
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
|
||||
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
||||
// "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
|
||||
// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
|
||||
// "newLine": "crlf", /* Set the newline character for emitting files. */
|
||||
// "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
|
||||
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
|
||||
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
|
||||
// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
|
||||
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
|
||||
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
|
||||
|
||||
/* Interop Constraints */
|
||||
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
|
||||
// "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
|
||||
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
||||
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
||||
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
||||
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
||||
|
||||
/* Type Checking */
|
||||
"strict": true, /* Enable all strict type-checking options. */
|
||||
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
||||
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
||||
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
||||
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|
||||
// "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
|
||||
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
|
||||
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
|
||||
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
|
||||
// "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
|
||||
// "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
|
||||
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
|
||||
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
|
||||
// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
|
||||
// "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
|
||||
// "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
|
||||
// "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
|
||||
// "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
|
||||
// "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
|
||||
|
||||
/* Completeness */
|
||||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||
}
|
||||
}
|
||||
@@ -1,101 +0,0 @@
|
||||
<!--
|
||||
filename: widgetContainer.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 13:31:18
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="yx-dark-widget-container">
|
||||
<div class="icon" :class="iconClass"></div>
|
||||
<div class="content">
|
||||
<div class="title">{{ title }}</div>
|
||||
<div class="value">{{ value }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "YxDarkWidgetContainer",
|
||||
components: {},
|
||||
props: ["title", "value", "icon"],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
iconClass() {
|
||||
switch (this.icon) {
|
||||
case "1":
|
||||
return "icon-1";
|
||||
case "2":
|
||||
return "icon-2";
|
||||
case "3":
|
||||
return "icon-3";
|
||||
case "4":
|
||||
return "icon-4";
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.yx-dark-widget-container {
|
||||
width: 200px;
|
||||
height: 98px;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 0 17px 0 #fff8;
|
||||
// background: url(../../../assets/) 100% / contain no-repeat;
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 58px;
|
||||
height: 58px;
|
||||
background: #cfcfff;
|
||||
// background: url(../../../assets/) 100% / contain no-repeat;
|
||||
}
|
||||
|
||||
.content {
|
||||
// padding-left: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// justify-content: center;
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding-top: 14px;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
color: #fffa;
|
||||
}
|
||||
|
||||
.value {
|
||||
padding-top: 10px;
|
||||
font-size: 32px;
|
||||
line-height: 34px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.icon-1 {
|
||||
background: url(../../../../assets/icon-1.png) 100% / contain no-repeat;
|
||||
}
|
||||
|
||||
.icon-2 {
|
||||
background: url(../../../../assets/icon-2.png) 100% / contain no-repeat;
|
||||
}
|
||||
|
||||
.icon-3 {
|
||||
background: url(../../../../assets/icon-3.png) 100% / contain no-repeat;
|
||||
}
|
||||
|
||||
.icon-4 {
|
||||
background: url(../../../../assets/icon-4.png) 100% / contain no-repeat;
|
||||
}
|
||||
</style>
|
||||
@@ -1,41 +0,0 @@
|
||||
<!--
|
||||
filename: index.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 13:30:13
|
||||
description: 放在这中间的小组件
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="base-info">
|
||||
<BaseInfoContainer icon="1" title="车间温度" value="27℃" />
|
||||
<BaseInfoContainer icon="2" title="当前火向" value="东火" />
|
||||
<BaseInfoContainer icon="3" title="换火时间" value="12:23:33" />
|
||||
<BaseInfoContainer icon="4" title="剩余时间" value="6h" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseInfoContainer from "@/components/yx-dark/widget/baseInfo/baseInfoContainer.vue";
|
||||
|
||||
export default {
|
||||
name: "BaseInfo",
|
||||
components: { BaseInfoContainer },
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.base-info {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
// position: absolute;
|
||||
// top: 80px;
|
||||
// left: 50%;
|
||||
// transform: translateX(-50%);
|
||||
}
|
||||
</style>
|
||||
@@ -1,65 +0,0 @@
|
||||
<!--
|
||||
filename: index.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 16:13:14
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="yx-dark-press-info">
|
||||
<template v-for="ch in pressInfo">
|
||||
<YxDarkPressContainer
|
||||
v-if="!isDot(ch)"
|
||||
:key="ch"
|
||||
:value="ch"
|
||||
:class="{ digit: isDigit(ch) }"
|
||||
/>
|
||||
<span class="dot" v-else>.</span>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import YxDarkPressContainer from "./pressContainer.vue";
|
||||
export default {
|
||||
name: "YxDarkPressInfo",
|
||||
components: { YxDarkPressContainer },
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
press: 12.2,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
pressInfo() {
|
||||
return ["压", "力", ...(this.press + ""), "Pa"];
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
isDigit(ch) {
|
||||
return ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"].includes(ch);
|
||||
},
|
||||
isDot(ch) {
|
||||
return ch === ".";
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.yx-dark-press-info {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.dot {
|
||||
font-size: 72px;
|
||||
line-height: 90px;
|
||||
font-family: "zcoolqingkehuangyouti-Regular", sans-serif;
|
||||
}
|
||||
|
||||
.digit {
|
||||
font-size: 80px;
|
||||
line-height: 80px;
|
||||
}
|
||||
</style>
|
||||
@@ -1,38 +0,0 @@
|
||||
<!--
|
||||
filename: pressContainer.vue
|
||||
author: liubin
|
||||
date: 2023-09-08 16:10:43
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="yx-dark-press-container">
|
||||
{{ value }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "YxDarkPressContainer",
|
||||
components: {},
|
||||
props: ["value"],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.yx-dark-press-container {
|
||||
width: 60px;
|
||||
height: 80px;
|
||||
text-align: center;
|
||||
padding-left: 6px;
|
||||
font-size: 48px;
|
||||
line-height: 90px;
|
||||
font-family: "zcoolqingkehuangyouti-Regular", sans-serif;
|
||||
background: url(../../../../assets/digit-bg.png) 100% / contain no-repeat;
|
||||
}
|
||||
</style>
|
||||