Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
035c48b8
Commit
035c48b8
authored
1 week ago
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 隐患审核与商家隐患主页同步
parent
f640e611
gaoqucodecheck
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
_yh-check.html
src/_yh-check.html
+17
-5
No files found.
src/_yh-check.html
View file @
035c48b8
...
...
@@ -54,6 +54,9 @@
}
.van-tab
{
color
:
#000
;
}
/* 添加以下样式 */
.van-tabs__line
{
background-color
:
#1989fa
;
...
...
@@ -92,6 +95,14 @@
.van-field__control
{
color
:
#737373
;
}
.navToBtn
{
color
:
#5B5B5B
;
font-size
:
.36rem
;
margin-top
:
.04rem
;
position
:
absolute
;
right
:
0
;
}
</style>
</head>
...
...
@@ -138,12 +149,13 @@
"
>
{{ item.description }}
</div>
<!-- 第二行:状态和时间 -->
<div
style=
"display: flex; justify-content: s
pace-between
; margin: 8px 0;"
>
<div
style=
"display: flex; justify-content: s
tart; gap: .34rem
; margin: 8px 0;"
>
<van-tag
:type=
"statusTagType(item.status)"
>
{{ item.status }}
</van-tag>
<span
style=
"color: #737373; font-size: 0.28rem;margin-left: -1.4rem;"
>
检查时间:{{ item.date }}
</span>
<van-icon
name=
"arrow"
style=
"color: #1081E3;"
@
click=
"viewDetail(item.id)"
/>
<span
style=
"color: #737373; font-size: 0.28rem;margin-left: -1.6rem;"
>
检查时间:{{ item.date }}
</span>
<van-icon
name=
"arrow"
class=
"navToBtn"
@
click=
"viewDetail(item.id)"
/>
</div>
<!-- 第三行:商家和箭头 -->
...
...
@@ -166,7 +178,7 @@
subActiveTab
:
0
,
hazardList
:
[{
id
:
1
,
description
:
'
消防通道被货物堵塞,存在严重安全隐患
需要立即整改
'
,
description
:
'
消防通道被货物堵塞,存在严重安全隐患
'
,
status
:
'
待审核
'
,
date
:
'
2024-03-15
'
,
shop
:
'
XX餐饮店
'
,
...
...
@@ -174,7 +186,7 @@
},
{
id
:
2
,
description
:
'
消防通道被货物堵塞,存在严重安全隐患
需要立即整改
'
,
description
:
'
消防通道被货物堵塞,存在严重安全隐患
'
,
status
:
'
待整改
'
,
date
:
'
2024-03-15
'
,
shop
:
'
XX餐饮店
'
,
...
...
This diff is collapsed.
Click to expand it.
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