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
d8bea1b2
Commit
d8bea1b2
authored
May 12, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解润东
样式更改 20220412
parent
83ed2de7
Pipeline
#8320
passed with stage
in 5 minutes and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
3 deletions
+29
-3
src/views/danger/dangerPatrol/implement/index.vue
src/views/danger/dangerPatrol/implement/index.vue
+13
-1
src/views/danger/dangerPatrol/index.vue
src/views/danger/dangerPatrol/index.vue
+2
-2
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
+14
-0
No files found.
src/views/danger/dangerPatrol/implement/index.vue
View file @
d8bea1b2
...
...
@@ -21,7 +21,18 @@
<span
class=
"con_title"
>
日查
</span>
<span>
制度、规程、方案
</span>
</van-col>
-->
<van-col
span=
"24"
class=
"con_type"
>
{{
item
.
postName
}}
</van-col>
<van-col
span=
"24"
class=
"con_type"
>
<van-popover
v-model=
"showPopoverFlag2[index]"
theme=
"dark"
trigger=
"click"
placement=
"bottom-start"
>
<span
class=
"tip"
>
{{
item
.
postName
}}
</span>
<template
#reference
>
{{
item
.
postName
.
length
>
10
?
item
.
postName
.
substring
(
0
,
10
)
+
'
...
'
:
item
.
postName
}}
</
template
>
</van-popover>
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
应建立地下有限空间作业安全生产责任制、安全生产规章制度和操作规程。
</van-col>
...
...
@@ -110,6 +121,7 @@ export default {
],
showPopover
:
false
,
showPopoverFlag
:[],
showPopoverFlag2
:[]
};
},
mounted
()
{
...
...
src/views/danger/dangerPatrol/index.vue
View file @
d8bea1b2
<
template
>
<div>
<LHeader
:text=
"text"
></LHeader>
<van-search
<
!--
<
van-search
v-model=
"value"
show-action
placeholder=
"请输入搜索内容"
...
...
@@ -10,7 +10,7 @@
<template
#action
>
<div
@
click=
"onSearch"
>
搜索
</div>
</
template
>
</van-search>
</van-search>
-->
<van-cell-group
inset
v-if=
"dangerList.length > 0"
>
<van-grid
:column-num=
"4"
>
<van-grid-item
...
...
src/views/danger/dangerPatrol/recordPatrolTime/index.vue
View file @
d8bea1b2
...
...
@@ -2,6 +2,16 @@
<div>
<LHeader
:text=
"text"
></LHeader>
<!-- 内容列表 -->
<van-search
v-model=
"value"
show-action
placeholder=
"请输入搜索内容"
@
search=
"onSearch"
>
<template
#action
>
<div
@
click=
"onSearch"
>
搜索
</div>
</
template
>
</van-search>
<div
class=
"title"
>
2022年4月26日
</div>
<p
class=
"title-text"
>
巡查发起人:{{assignName}}
</p>
<p
class=
"title-text"
>
系统提示:请依据当日任务完成当日巡查工作。
</p>
...
...
@@ -43,6 +53,7 @@ export default {
},
data
()
{
return
{
value
:
''
,
text
:
"
巡查记录
"
,
assignName
:
''
,
contentList
:
[
...
...
@@ -91,6 +102,9 @@ export default {
this
.
loading
()
},
methods
:
{
onSearch
(){
},
loading
(){
getFun
(
"
patrol/cycle/list
"
).
then
((
res
)
=>
{
this
.
assignName
=
res
.
data
.
assignName
...
...
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