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
f1f2bde3
Commit
f1f2bde3
authored
Mar 09, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: podcn 国家筛选支持多选
parent
498bd9da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/views/order/podCN/index.vue
+10
-0
No files found.
src/views/order/podCN/index.vue
View file @
f1f2bde3
...
@@ -395,6 +395,7 @@
...
@@ -395,6 +395,7 @@
v-model=
"searchForm.receiverCountry"
v-model=
"searchForm.receiverCountry"
placeholder=
"收件国家"
placeholder=
"收件国家"
clearable
clearable
multiple
:teleported=
"false"
:teleported=
"false"
style=
"width: 150px"
style=
"width: 150px"
filterable
filterable
...
@@ -1594,6 +1595,12 @@
...
@@ -1594,6 +1595,12 @@
</el-icon>
</el-icon>
</div>
</div>
<div
class=
"order-detail-item"
>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
商品总数量:
</span>
<span
class=
"order-detail-item-value"
:title=
"row.productNum"
>
{{
row
.
productNum
}}
</span>
</div>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
自定义标签:
</span>
<span
class=
"order-detail-item-label"
>
自定义标签:
</span>
<span
class=
"order-detail-item-value"
:title=
"getTagName(row)"
>
<span
class=
"order-detail-item-value"
:title=
"getTagName(row)"
>
{{
getTagName
(
row
)
}}
{{
getTagName
(
row
)
}}
...
@@ -4231,6 +4238,9 @@ const {
...
@@ -4231,6 +4238,9 @@ const {
:
undefined
,
:
undefined
,
interceptStatus
:
interceptStatus
:
status
.
value
===
'INTERCEPTED'
?
interceptStatus
.
value
:
''
,
status
.
value
===
'INTERCEPTED'
?
interceptStatus
.
value
:
''
,
receiverCountry
:
Array
.
isArray
(
searchForm
.
value
?.
receiverCountry
)
?
searchForm
.
value
.
receiverCountry
.
join
(
','
)
:
searchForm
.
value
?.
receiverCountry
||
''
,
}
,
}
,
page
,
page
,
pageSize
,
pageSize
,
...
...
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