Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
7dbf6501
Commit
7dbf6501
authored
Mar 02, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
右边滚动要跟报警稍微同步一下
parent
ae3be04e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
752 additions
and
590 deletions
+752
-590
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+745
-587
config.js
gassafetyprogress-web/src/utils/mapClass/config.js
+4
-1
index.vue
gassafetyprogress-web/src/views/bigWindow/index.vue
+3
-2
No files found.
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
7dbf6501
This diff is collapsed.
Click to expand it.
gassafetyprogress-web/src/utils/mapClass/config.js
View file @
7dbf6501
/*
* @Author: your name
* @Date: 2022-01-26 10:47:44
* @LastEditTime: 2022-03-0
1 16:07:06
* @LastEditTime: 2022-03-0
2 11:28:29
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/config.js
...
...
@@ -20,6 +20,9 @@ export const pipePressure = {
3
:
"次高压"
,
4
:
"高压"
,
};
// 这是报警轮询的时间
export
const
alarmtime
=
10000
;
export
const
svgUrl
=
{
2
:
require
(
"@/assets/image/tiaoyaxiang1.svg"
),
3
:
require
(
"@/assets/image/famen1.svg"
),
...
...
gassafetyprogress-web/src/views/bigWindow/index.vue
View file @
7dbf6501
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2022-03-0
1 16:08:52
* @LastEditTime: 2022-03-0
2 11:47:13
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
...
...
@@ -144,6 +144,7 @@ import {
changzhan
,
jiankong
,
user
,
alarmtime
}
from
"@/utils/mapClass/config.js"
;
import
{
getPipe
,
...
...
@@ -321,7 +322,7 @@ export default {
this
.
alarmTimer
=
setInterval
(()
=>
{
this
.
userAlarm
();
// console.log("查询报警");
},
6000
);
},
alarmtime
);
});
}
this
.
currentTime
();
...
...
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