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
e3cb2be9
Commit
e3cb2be9
authored
Jul 05, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:商户首页,复整改逻辑添加
parent
1f3c4064
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
_shanghu_home.css
src/_shanghu_home.css
+4
-0
_shanghu_home.html
src/_shanghu_home.html
+4
-1
_shanghu_home.js
src/_shanghu_home.js
+7
-7
No files found.
src/_shanghu_home.css
View file @
e3cb2be9
...
...
@@ -204,3 +204,7 @@ body {
position
:
absolute
;
right
:
0
;
}
.van-tag--primary-bold
{
background-color
:
#169bd5
;
}
\ No newline at end of file
src/_shanghu_home.html
View file @
e3cb2be9
...
...
@@ -78,9 +78,12 @@
<!-- 第二行:状态和时间 -->
<div
style=
"display: flex; justify-content: start; gap: .34rem; margin: 8px 0;"
>
<van-tag
:type=
"statusTagType(item.rectificationStatus
Name)
"
>
<van-tag
:type=
"statusTagType(item.rectificationStatus
)"
v-if=
"!item.reMark
"
>
{{ item.rectificationStatusName }}
</van-tag>
<van-tag
type=
"primary-bold"
v-if=
"item.reMark"
>
复整改
</van-tag>
<span
style=
"color: #737373; font-size: 0.28rem;margin-left: -1.6rem;"
>
检查时间:{{ item.checkDate }}
</span>
<van-icon
name=
"arrow"
class=
"navToBtn"
@
click=
"viewDetail(item,'YH_XQ')"
/>
...
...
src/_shanghu_home.js
View file @
e3cb2be9
...
...
@@ -100,12 +100,12 @@ window.addEventListener("load", function () {
},
statusTagType
(
status
)
{
const
types
=
{
'
待审核
'
:
'
warning
'
,
'
待整改
'
:
'
primary
'
,
'
已整改
'
:
'
success
'
,
'
整改逾期
'
:
'
danger
'
,
};
return
types
[
status
]
||
''
;
2
:
'
warning
'
,
0
:
'
primary
'
,
1
:
'
success
'
,
3
:
'
danger
'
,
}
return
types
[
status
]
||
''
},
viewDetail
(
item
,
type
)
{
let
params
=
{
...
...
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