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
03332fc5
Commit
03332fc5
authored
May 06, 2022
by
王李辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
执行巡查页面数据回显
parent
aaa85b0d
Pipeline
#8245
passed with stage
in 5 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
+7
-2
No files found.
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
View file @
03332fc5
...
...
@@ -2,8 +2,8 @@
<div>
<LHeader
:text=
"text"
></LHeader>
<!-- 内容列表 -->
<div
class=
"title"
>
2022年4月26日
</div>
<p
class=
"title-text"
>
巡查发起人:
李斌
</p>
<div
class=
"title"
>
{{
nowTime
}}
</div>
<p
class=
"title-text"
>
巡查发起人:
{{
sponsor
}}
</p>
<p
class=
"title-text"
>
系统提示:请依据当日任务完成当日巡查工作。
</p>
<div
class=
"con-list"
>
<van-cell-group
...
...
@@ -31,6 +31,7 @@
<
script
>
import
LHeader
from
"
@/components/header.vue
"
;
import
{
postWork
}
from
"
@/service/workbench
"
;
import
{
timestampToTime
}
from
"
@/utils/format
"
;
export
default
{
name
:
"
danger-patrol
"
,
components
:
{
...
...
@@ -39,6 +40,8 @@ export default {
data
()
{
return
{
text
:
"
隐患巡查
"
,
nowTime
:
""
,
sponsor
:
""
,
// 巡查发起人
contentList
:
[
],
...
...
@@ -82,11 +85,13 @@ export default {
};
},
mounted
()
{
this
.
nowTime
=
timestampToTime
(
new
Date
(),
"
DT7
"
,
true
);
this
.
loading
()
},
methods
:
{
loading
(){
postWork
(
"
patrol/running/listCycle
"
).
then
((
res
)
=>
{
this
.
sponsor
=
res
.
data
[
0
].
assignId
this
.
contentLists
.
forEach
((
x
)
=>
{
res
.
data
.
forEach
((
y
)
=>
{
if
(
x
.
title
==
y
.
cycle
){
...
...
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