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
54cf2234
Commit
54cf2234
authored
Jun 12, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 移动图片位置
parent
a291be25
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
4 additions
and
5 deletions
+4
-5
public/images/icon/1688.png
+0
-0
public/images/icon/POD.png
+0
-0
public/images/icon/alibaba.png
+0
-0
public/images/icon/customize.png
+0
-0
public/images/icon/eBay.png
+0
-0
public/images/icon/etsy.png
+0
-0
public/images/icon/logo-1.png
+0
-0
public/images/icon/logo-2.png
+0
-0
public/images/icon/logo-3.png
+0
-0
public/images/icon/logo-4.png
+0
-0
public/images/icon/logo-5.png
+0
-0
public/images/icon/logo-6.png
+0
-0
public/images/icon/temu.png
+0
-0
public/images/icon/tiktokshop.png
+0
-0
public/images/icon/walmart.png
+0
-0
src/views/order/podUs/index.vue
+4
-5
No files found.
src/assets
/images/icon/1688.png
→
public
/images/icon/1688.png
View file @
54cf2234
File moved
src/assets
/images/icon/POD.png
→
public
/images/icon/POD.png
View file @
54cf2234
File moved
src/assets
/images/icon/alibaba.png
→
public
/images/icon/alibaba.png
View file @
54cf2234
File moved
src/assets
/images/icon/customize.png
→
public
/images/icon/customize.png
View file @
54cf2234
File moved
src/assets
/images/icon/eBay.png
→
public
/images/icon/eBay.png
View file @
54cf2234
File moved
src/assets
/images/icon/etsy.png
→
public
/images/icon/etsy.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-1.png
→
public
/images/icon/logo-1.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-2.png
→
public
/images/icon/logo-2.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-3.png
→
public
/images/icon/logo-3.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-4.png
→
public
/images/icon/logo-4.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-5.png
→
public
/images/icon/logo-5.png
View file @
54cf2234
File moved
src/assets
/images/icon/logo-6.png
→
public
/images/icon/logo-6.png
View file @
54cf2234
File moved
src/assets
/images/icon/temu.png
→
public
/images/icon/temu.png
View file @
54cf2234
File moved
src/assets
/images/icon/tiktokshop.png
→
public
/images/icon/tiktokshop.png
View file @
54cf2234
File moved
src/assets
/images/icon/walmart.png
→
public
/images/icon/walmart.png
View file @
54cf2234
File moved
src/views/order/podUs/index.vue
View file @
54cf2234
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
style=
"width: 160px"
style=
"width: 160px"
>
>
<img
<img
:src=
"`
../../../src/assets/$
{item.icon
}`"
:src=
"`
/images/icon/$
{item.icon.split('/').pop()
}`"
style="height: 20px; margin: 5px 10px 0 0"
style="height: 20px; margin: 5px 10px 0 0"
/>
/>
<span
:title=
"item.type"
>
{{
item
.
type
}}
</span>
<span
:title=
"item.type"
>
{{
item
.
type
}}
</span>
...
@@ -1065,8 +1065,8 @@
...
@@ -1065,8 +1065,8 @@
:
title
=
"wayDialogTitle"
:
title
=
"wayDialogTitle"
>
>
<
el
-
table
<
el
-
table
v
-
loading
=
"isChangeWayLoading"
ref
=
"changeWayRef"
ref
=
"changeWayRef"
v
-
loading
=
"isChangeWayLoading"
height
=
"400px"
height
=
"400px"
class
=
"production-client-table"
class
=
"production-client-table"
:
data
=
"logisticsWayData"
:
data
=
"logisticsWayData"
...
@@ -1883,9 +1883,7 @@ const rightChange = async (code: string) => {
...
@@ -1883,9 +1883,7 @@ const rightChange = async (code: string) => {
navigator
.
clipboard
.
writeText
(
str
)
navigator
.
clipboard
.
writeText
(
str
)
ElMessage
.
success
(
'复制成功'
)
ElMessage
.
success
(
'复制成功'
)
}
else
if
(
code
===
'copy_shopNumber'
)
{
}
else
if
(
code
===
'copy_shopNumber'
)
{
const
str
=
cardSelection
.
value
const
str
=
cardSelection
.
value
.
map
((
item
)
=>
item
.
shopNumber
).
join
()
.
map
((
item
)
=>
item
.
shopNumber
)
.
join
()
navigator
.
clipboard
.
writeText
(
str
)
navigator
.
clipboard
.
writeText
(
str
)
ElMessage
.
success
(
'复制成功'
)
ElMessage
.
success
(
'复制成功'
)
}
}
...
@@ -2507,6 +2505,7 @@ const handleExceptionCommand = (command: number) => {
...
@@ -2507,6 +2505,7 @@ const handleExceptionCommand = (command: number) => {
exceptionStatus
.
value
=
command
exceptionStatus
.
value
=
command
search
()
search
()
}
}
<
/script
>
<
/script
>
<
style
lang
=
"scss"
scoped
>
<
style
lang
=
"scss"
scoped
>
.
header
-
filter
-
form
{
.
header
-
filter
-
form
{
...
...
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