Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
aa9ab514
Commit
aa9ab514
authored
Aug 04, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据检测详情
parent
17be592c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
873 additions
and
508 deletions
+873
-508
package-lock.json
gassafety-web/package-lock.json
+279
-284
package.json
gassafety-web/package.json
+1
-1
main.js
gassafety-web/src/main.js
+2
-1
alarmdetail.vue
...-web/src/views/dataMonitoring/deviceAlarm/alarmdetail.vue
+588
-219
index.vue
...y-web/src/views/deviceInspection/inspectionPlan/index.vue
+3
-3
No files found.
gassafety-web/package-lock.json
View file @
aa9ab514
This diff is collapsed.
Click to expand it.
gassafety-web/package.json
View file @
aa9ab514
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"axios"
:
"0.21.0"
,
"axios"
:
"0.21.0"
,
"clipboard"
:
"2.0.6"
,
"clipboard"
:
"2.0.6"
,
"core-js"
:
"3.8.1"
,
"core-js"
:
"3.8.1"
,
"echarts"
:
"4.9.0"
,
"echarts"
:
"
^
4.9.0"
,
"element-ui"
:
"2.15.0"
,
"element-ui"
:
"2.15.0"
,
"file-saver"
:
"2.0.4"
,
"file-saver"
:
"2.0.4"
,
"fuse.js"
:
"6.4.3"
,
"fuse.js"
:
"6.4.3"
,
...
...
gassafety-web/src/main.js
View file @
aa9ab514
...
@@ -23,7 +23,8 @@ import CollapseTransition from 'element-ui/lib/transitions/collapse-transition';
...
@@ -23,7 +23,8 @@ import CollapseTransition from 'element-ui/lib/transitions/collapse-transition';
import
Pagination
from
"@/components/Pagination"
;
import
Pagination
from
"@/components/Pagination"
;
// 自定义表格工具扩展
// 自定义表格工具扩展
import
RightToolbar
from
"@/components/RightToolbar"
import
RightToolbar
from
"@/components/RightToolbar"
import
echarts
from
'echarts'
Vue
.
prototype
.
$echarts
=
echarts
// 全局方法挂载
// 全局方法挂载
Vue
.
prototype
.
getDicts
=
getDicts
Vue
.
prototype
.
getDicts
=
getDicts
Vue
.
prototype
.
getConfigKey
=
getConfigKey
Vue
.
prototype
.
getConfigKey
=
getConfigKey
...
...
gassafety-web/src/views/dataMonitoring/deviceAlarm/alarmdetail.vue
View file @
aa9ab514
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/deviceInspection/inspectionPlan/index.vue
View file @
aa9ab514
...
@@ -286,9 +286,9 @@
...
@@ -286,9 +286,9 @@
orderName
:
[
orderName
:
[
{
required
:
true
,
message
:
"工单名称不能为空"
,
trigger
:
"blur"
}
{
required
:
true
,
message
:
"工单名称不能为空"
,
trigger
:
"blur"
}
],
],
//
devices: [
devices
:
[
//
{
required
:
true
,
message
:
'请选择巡检设备'
,
trigger
:
'change'
,
type
:
'array'
}
{
required
:
true
,
message
:
'请选择巡检设备'
,
trigger
:
'change'
,
type
:
'array'
}
//
],
],
}
}
}
;
}
;
}
,
}
,
...
...
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