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
b71a39a2
Commit
b71a39a2
authored
Apr 29, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.censoft.com.cn/BCDH-HSE/bcdh-app
into develop
parents
30ae42ed
4d092b84
Pipeline
#8229
passed with stage
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
+15
-13
src/views/danger/dangerPatrol/index.vue
src/views/danger/dangerPatrol/index.vue
+5
-4
src/views/danger/dangerPatrol/recordPatrol/index.vue
src/views/danger/dangerPatrol/recordPatrol/index.vue
+10
-9
No files found.
src/views/danger/dangerPatrol/index.vue
View file @
b71a39a2
...
...
@@ -11,11 +11,11 @@
<div
@
click=
"onSearch"
>
搜索
</div>
</
template
>
</van-search>
<van-cell-group
inset
v-if=
"
finalD
angerList.length > 0"
>
<van-cell-group
inset
v-if=
"
d
angerList.length > 0"
>
<van-grid
:column-num=
"4"
>
<van-grid-item
@
click=
"dangerJump(item.path)"
v-for=
"item in
finalD
angerList"
v-for=
"item in
d
angerList"
:key=
"item.key"
:icon=
"item.imgUrl"
:text=
"item.text"
...
...
@@ -60,6 +60,7 @@ export default {
return
{
text
:
"
隐患巡查
"
,
finalDangerList
:[],
value
:
""
,
dangerList
:[
{
key
:
"
1
"
,
...
...
@@ -86,7 +87,7 @@ export default {
path
:
"
/approval-patrol
"
,
},
{
key
:
"
4
"
,
key
:
"
5
"
,
imgUrl
:
require
(
"
@/assets/workbench/danger-acceptance.png
"
),
text
:
"
巡查统计
"
,
path
:
"
/statistics
"
,
...
...
@@ -143,7 +144,7 @@ export default {
},
created
()
{
// 根据权限显示对应的图标
this
.
getWorkList
();
//
this.getWorkList();
},
mounted
()
{},
methods
:
{
...
...
src/views/danger/dangerPatrol/recordPatrol/index.vue
View file @
b71a39a2
...
...
@@ -14,7 +14,7 @@
<!-- v-for="(item, index) in messageList"
:key="index"
@click="touchstart(index, item)"-->
<van-cell-group
inset
>
<van-cell-group
inset
@
click=
"touchstart"
>
<van-row
gutte
>
<van-col
span=
"12"
>
<span
class=
"record-time"
>
2022年4月8日
</span>
...
...
@@ -36,9 +36,9 @@
</van-row>
<!-- 长按显示遮罩层 -->
<!-- :show="showIndex == index" -->
<van-overlay
:show=
"
true
"
>
<van-overlay
:show=
"
showIndex
"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = null"
>
<van-button
round
type=
"primary"
@
click=
"goDetail(
item
)"
>
详情
</van-button>
<van-button
round
type=
"primary"
@
click=
"goDetail()"
>
详情
</van-button>
</div>
</van-overlay>
</van-cell-group>
...
...
@@ -90,7 +90,7 @@ export default {
};
},
created
()
{
this
.
getList
();
//
this.getList();
},
methods
:
{
getList
(
select
=
""
)
{
...
...
@@ -122,11 +122,12 @@ export default {
},
touchstart
(
index
,
item
)
{
if
(
this
.
showIndex
!=
null
)
{
this
.
showIndex
=
null
;
return
;
}
this
.
showIndex
=
index
;
// if (this.showIndex != null) {
// this.showIndex = null;
// return;
// }
// this.showIndex = index;
this
.
showIndex
=
true
},
// 详情
...
...
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