Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
8bd6a889
Commit
8bd6a889
authored
Apr 27, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面更新
解润东 20220427
parent
06977f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
10 deletions
+62
-10
src/views/danger/dangerPatrol/index.vue
src/views/danger/dangerPatrol/index.vue
+62
-10
No files found.
src/views/danger/dangerPatrol/index.vue
View file @
8bd6a889
...
...
@@ -2,6 +2,8 @@
<div>
<LHeader
:text=
"text"
></LHeader>
<!-- 内容列表 -->
<div
class=
"title"
>
2022年4月26日
</div>
<p
class=
"title-text"
>
系统提示:请依据当日任务完成当日巡查工作。
</p>
<div
class=
"con-list"
>
<van-cell-group
inset
...
...
@@ -36,25 +38,50 @@ export default {
return
{
text
:
"
危险作业申请
"
,
contentList
:
[
// {
// title: "A1",
// imgUrl: require("@/assets/dangerPatrol/patrol-icon.png"),
// content: "执行巡查"
// },
// {
// title: "A2",
// imgUrl: require("@/assets/dangerPatrol/patrol-icon.png"),
// content: "取消巡查"
// },
// {
// title: "A1",
// imgUrl: require("@/assets/dangerPatrol/patrol-icon.png"),
// content: "巡查记录"
// },
// {
// title: "A2",
// imgUrl: require("@/assets/dangerPatrol/patrol-icon.png"),
// content: "巡查统计"
// }
{
title
:
"
A1
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
执行巡查
"
content
:
"
日查清单
"
},
{
title
:
"
A2
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
取消巡查
"
content
:
"
周查清单
"
},
{
title
:
"
A
1
"
,
title
:
"
A
3
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
巡查记录
"
content
:
"
月查清单
"
},
{
title
:
"
A2
"
,
title
:
"
A4
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
季查清单
"
},
{
title
:
"
A5
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
巡查统计
"
content
:
"
年查清单
"
}
]
};
...
...
@@ -62,19 +89,36 @@ export default {
mounted
()
{},
methods
:
{
onClick
(
val
)
{
if
(
val
==
"
执行巡查
"
)
{
// if (val == "执行巡查") {
// this.$router.push({
// name: "implement"
// });
// } else if (val == "取消巡查") {
// this.$router.push({
// name: "cancel-patrol"
// });
// } else if (val == "巡查记录") {
// this.$router.push({
// name: "record-patrol"
// });
// } else if (val == "巡查统计") {
// this.$router.push({
// name: "statistics"
// });
// }
if
(
val
==
"
日查清单
"
)
{
this
.
$router
.
push
({
name
:
"
implement
"
});
}
else
if
(
val
==
"
取消巡查
"
)
{
}
else
if
(
val
==
"
周查清单
"
)
{
this
.
$router
.
push
({
name
:
"
cancel-patrol
"
});
}
else
if
(
val
==
"
巡查记录
"
)
{
}
else
if
(
val
==
"
月查清单
"
)
{
this
.
$router
.
push
({
name
:
"
record-patrol
"
});
}
else
if
(
val
==
"
巡查统计
"
)
{
}
else
if
(
val
==
"
季查清单
"
)
{
this
.
$router
.
push
({
name
:
"
statistics
"
});
...
...
@@ -102,4 +146,12 @@ export default {
}
}
}
.title{
text-align: center;
font-weight: bolder;
margin-top: 0.5rem;
}
.title-text{
padding-left: 0.666667rem;
}
</
style
>
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