Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
7c547917
Commit
7c547917
authored
Aug 22, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
8682c0df
fb5810eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
src/views/order/podUs/index.vue
+15
-5
No files found.
src/views/order/podUs/index.vue
View file @
7c547917
...
...
@@ -771,7 +771,9 @@
:class=
"waitTrackStatus === 1 ? 'sub-active' : ''"
@
click=
"handleWaitTrackCommand(1)"
>
<span
class=
"sub-status-item-label"
>
注册失败
</span>
<span
class=
"sub-status-item-label"
>
{{
trackRegisterCount[0]?.name
}}
</span>
<span
class=
"tabs-node_count"
>
{{
trackRegisterCount[0]?.count || 0
}}
</span>
...
...
@@ -781,7 +783,9 @@
:class=
"waitTrackStatus === 2 ? 'sub-active' : ''"
@
click=
"handleWaitTrackCommand(2)"
>
<span
class=
"sub-status-item-label"
>
未注册
</span>
<span
class=
"sub-status-item-label"
>
{{
trackRegisterCount[1]?.name
}}
</span>
<span
class=
"tabs-node_count blue"
>
{{
trackRegisterCount[1]?.count || 0
}}
</span>
...
...
@@ -791,7 +795,9 @@
:class=
"waitTrackStatus === 3 ? 'sub-active' : ''"
@
click=
"handleWaitTrackCommand(3)"
>
<span
class=
"sub-status-item-label"
>
常规(
<
3天)
</span>
<span
class=
"sub-status-item-label"
>
{{
trackRegisterCount[2]?.name
}}
</span>
<span
class=
"tabs-node_count green"
>
{{
trackRegisterCount[2]?.count || 0
}}
</span>
...
...
@@ -801,7 +807,9 @@
:class=
"waitTrackStatus === 4 ? 'sub-active' : ''"
@
click=
"handleWaitTrackCommand(4)"
>
<span
class=
"sub-status-item-label"
>
观察(2~3天)
</span>
<span
class=
"sub-status-item-label"
>
{{
trackRegisterCount[3]?.name
}}
</span>
<span
class=
"tabs-node_count yellow"
>
{{
trackRegisterCount[3]?.count || 0
}}
</span>
...
...
@@ -811,7 +819,9 @@
:class=
"waitTrackStatus === 5 ? 'sub-active' : ''"
@
click=
"handleWaitTrackCommand(5)"
>
<span
class=
"sub-status-item-label"
>
重扫
&
补发(>3天)
</span>
<span
class=
"sub-status-item-label"
>
{{
trackRegisterCount[4]?.name
}}
</span>
<span
class=
"tabs-node_count red"
>
{{
trackRegisterCount[4]?.count || 0
}}
</span>
...
...
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