Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
e3e57dce
Commit
e3e57dce
authored
Oct 07, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改感知设备数量
parent
fbb41fa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
DeviceNum.vue
...eb/src/views/indexComponents/leftComponents/DeviceNum.vue
+9
-8
No files found.
danger-manage-web/src/views/indexComponents/leftComponents/DeviceNum.vue
View file @
e3e57dce
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2022-09-06 13:42:45
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2022-
09-09 10:38:00
* @LastEditTime: 2022-
10-07 17:39:34
* @FilePath: /danger-manage-web/src/views/indexComponents/leftComponents/deviceYx.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -49,7 +49,7 @@ export default {
show
:
false
,
},
min
:
0
,
max
:
18
0
,
max
:
5
0
,
// 文字样式
axisLabel
:
{
show
:
true
,
...
...
@@ -60,12 +60,12 @@ export default {
{
type
:
"category"
,
data
:
[
"气体报警器"
,
"摄像头"
,
"用电探测器"
,
"工业探测器"
,
"压力探测器"
,
"温度探测器"
,
],
"液位探测器"
,
"温度变送器"
,
"视频监控"
,
].
reverse
(),
// 轴线样式
axisLine
:
{
show
:
false
,
...
...
@@ -130,7 +130,8 @@ export default {
barWidth
:
15
,
name
:
"X"
,
type
:
"bar"
,
data
:
[
70
,
108
,
65
,
93
,
105
].
reverse
(),
data
:
[
20
,
7
,
7
,
7
,
9
].
reverse
(),
// data: [20, 7, 7, 7, 9],
// 柱形样式
itemStyle
:
{
color
:
"rgba(45, 207, 255, 1)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment