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
8967a9cf
Commit
8967a9cf
authored
Mar 20, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:商户列表ui
parent
2e866f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
9 deletions
+45
-9
_shanghu.html
src/_shanghu.html
+45
-9
No files found.
src/_shanghu.html
View file @
8967a9cf
...
...
@@ -177,11 +177,11 @@
<van-row>
<van-col
span=
"24"
>
场所类型: 小餐饮
</van-col>
</van-row>
<van-row
style=
"
margin-top: .3rem; margin-bottom: .3rem;"
>
<van-col
span=
"6"
>
检
查数:75
</van-col>
<van-col
span=
"6"
>
检查数:75
</van-col>
<van-col
span=
"6"
>
检查
数:75
</van-col>
<van-col
span=
"6"
>
检查数
:75
</van-col>
<van-row
type=
"flex"
justify=
"space-around"
style=
"width:100%;
margin-top: .3rem; margin-bottom: .3rem;"
>
<van-col
span=
"6"
>
自
查数:75
</van-col>
<van-col
span=
"6"
>
检查数:75
</van-col>
<van-col
span=
"6"
>
隐患
数:75
</van-col>
<van-col
span=
"6"
>
未整改
:75
</van-col>
</van-row>
<van-row>
<van-col
span=
"24"
>
山东省威海市环翠区和谐街35-6
</van-col>
...
...
@@ -196,10 +196,10 @@
<!-- Tab栏 -->
<van-tabs
v-model:active=
"activeTab"
title-active-color=
"#1989fa"
line-height=
"2px"
style=
"margin-bottom: 15px;"
>
<van-tab
title=
"基本信息"
></van-tab>
<van-tab
title=
"商家信息"
></van-tab>
<van-tab
title=
"隐患整改"
></van-tab>
<van-tab
title=
"检查记录"
></van-tab>
<van-tab
title=
"隐患记录"
></van-tab>
<van-tab
title=
"整改记录"
></van-tab>
<van-tab
title=
"自查记录"
></van-tab>
</van-tabs>
<!-- 内容区 -->
...
...
@@ -264,7 +264,7 @@
<van-tag
:type=
"statusTagType(item.status)"
>
{{ item.status }}
</van-tag>
<span
style=
"color: #737373; font-size: 0.28rem;margin-left: -1.
8
rem;"
>
检查时间:{{ item.date }}
</span>
<span
style=
"color: #737373; font-size: 0.28rem;margin-left: -1.
4
rem;"
>
检查时间:{{ item.date }}
</span>
<van-icon
name=
"arrow"
style=
"color: #1081E3;"
@
click=
"viewDetail(item.id)"
/>
</div>
...
...
@@ -276,6 +276,42 @@
</van-cell>
</van-list>
</div>
<!-- 检查记录 -->
<div
v-show=
"activeTab === 2"
class=
"subNavWrapper"
>
<!-- 隐患列表 -->
<van-list>
<van-cell
v-for=
"item in filteredHazards"
:key=
"item.id"
>
<div
style=
"width: 100%;"
>
<!-- 第一行:隐患描述 -->
<div
style=
"
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #333;
font-size: 0.3rem;
font-weight: bold;
font-family: PingFang SC;
"
>
{{ item.description }}
</div>
<!-- 第二行:状态和时间 -->
<div
style=
"display: flex; justify-content: space-between; margin: 8px 0;"
>
<span
style=
"color: #737373; font-size: 0.28rem;"
>
时间:{{ item.date }}
</span>
</div>
<!-- 第三行:商家和箭头 -->
<div>
<van-row
type=
"flex"
justify=
"start"
style=
"width:100%; margin-top: .3rem; margin-bottom: .3rem;"
>
<van-col
span=
"6"
>
检查人:xxx
</van-col>
<van-col
span=
"6"
>
隐患数:75
</van-col>
<van-col
span=
"6"
>
未整改:75
</van-col>
</van-row>
</div>
</div>
</van-cell>
</van-list>
</div>
</div>
...
...
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