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
1f3c4064
Commit
1f3c4064
authored
Jul 05, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:复整改标记添加判断
parent
9cf9cbaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
_yh_check.html
src/_yh_check.html
+4
-1
_yh_check.js
src/_yh_check.js
+4
-5
No files found.
src/_yh_check.html
View file @
1f3c4064
...
@@ -79,9 +79,12 @@
...
@@ -79,9 +79,12 @@
<!-- 第二行:状态和时间 -->
<!-- 第二行:状态和时间 -->
<div
class=
"date-tag-wrapper"
>
<div
class=
"date-tag-wrapper"
>
<van-tag
:type=
"statusTagType(item.rectificationStatus
Name)
"
>
<van-tag
:type=
"statusTagType(item.rectificationStatus
)"
v-if=
"!item.reMark
"
>
{{ item.rectificationStatusName }}
{{ item.rectificationStatusName }}
</van-tag>
</van-tag>
<van-tag
type=
"primary-bold"
v-if=
"item.reMark"
>
复整改
</van-tag>
<span
v-show=
"item.rectificationStatus == 2"
<span
v-show=
"item.rectificationStatus == 2"
style=
"color: #737373; font-size: 0.28rem;"
>
整改时间:{{ item.rectificationDate || '-' }}
</span>
style=
"color: #737373; font-size: 0.28rem;"
>
整改时间:{{ item.rectificationDate || '-' }}
</span>
<span
v-show=
"item.rectificationStatus == 0 || item.rectificationStatus == 3"
<span
v-show=
"item.rectificationStatus == 0 || item.rectificationStatus == 3"
...
...
src/_yh_check.js
View file @
1f3c4064
...
@@ -149,11 +149,10 @@ window.addEventListener('load', function () {
...
@@ -149,11 +149,10 @@ window.addEventListener('load', function () {
},
},
statusTagType
(
status
)
{
statusTagType
(
status
)
{
const
types
=
{
const
types
=
{
待审核
:
'
warning
'
,
2
:
'
warning
'
,
待整改
:
'
primary
'
,
0
:
'
primary
'
,
已整改
:
'
success
'
,
1
:
'
success
'
,
整改逾期
:
'
danger
'
,
3
:
'
danger
'
,
复整改
:
'
primary-bold
'
}
}
return
types
[
status
]
||
''
return
types
[
status
]
||
''
},
},
...
...
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