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
1e944cd7
Commit
1e944cd7
authored
Aug 21, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
feat: pod(us)订单添加平台字段 See merge request
!307
parents
ccdc09eb
15a7e82f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/views/order/orderTracking/index.vue
+6
-0
src/views/order/podUs/index.vue
+6
-0
No files found.
src/views/order/orderTracking/index.vue
View file @
1e944cd7
...
...
@@ -92,6 +92,12 @@ const tableColumns = computed(() => {
align
:
'center'
,
},
{
label
:
'平台'
,
prop
:
'platform'
,
width
:
160
,
align
:
'center'
,
},
{
label
:
'订单状态'
,
prop
:
'status'
,
slot
:
'status'
,
...
...
src/views/order/podUs/index.vue
View file @
1e944cd7
...
...
@@ -1681,6 +1681,12 @@
</el-icon>
</div>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
平台:
</span>
<span
class=
"order-detail-item-value"
:title=
"row.platform"
>
{{
row
.
platform
}}
</span>
</div>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
自定义标签:
</span>
<span
class=
"order-detail-item-value"
:title=
"getTagName(row)"
>
{{
getTagName
(
row
)
}}
...
...
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