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
5798ca19
Commit
5798ca19
authored
Jul 10, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/linjinhong' into dev
parents
009001ad
169299da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/order/podUs/index.vue
+3
-2
No files found.
src/views/order/podUs/index.vue
View file @
5798ca19
...
@@ -3960,8 +3960,9 @@ const replenishmentSuccess = async () => {
...
@@ -3960,8 +3960,9 @@ const replenishmentSuccess = async () => {
}
}
function
getPlatformImg
(
code
:
string
)
{
function
getPlatformImg
(
code
:
string
)
{
const
item
=
platformJson
.
find
(
const
lowerCode
=
code
.
toLowerCase
()
(
el
)
=>
el
.
name
.
toLowerCase
()
===
code
.
toLowerCase
(),
const
item
=
platformJson
.
find
((
el
)
=>
el
.
name
.
toLowerCase
().
includes
(
lowerCode
),
)
)
if
(
item
)
{
if
(
item
)
{
return
item
.
icon
.
split
(
'/'
).
pop
()
return
item
.
icon
.
split
(
'/'
).
pop
()
...
...
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