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
f540adcc
Commit
f540adcc
authored
Jun 29, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: lint
parent
885a48a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
src/views/order/factoryOrderNew/index.vue
+10
-10
src/views/order/podUs/index.vue
+2
-2
No files found.
src/views/order/factoryOrderNew/index.vue
View file @
f540adcc
...
...
@@ -2039,16 +2039,16 @@ const operationOrderColumns = [
return
(
<
div
style
=
"display:flex;gap:4px;"
>
{
list
.
map
((
img
,
idx
)
=>
(
<
Thumbnail
title
=
{
img
.
title
??
''
}
key
=
{
idx
}
src
=
{
img
.
url
}
width
=
"45
"
display
-
width
=
"50"
previewTeleported
previewSrcList
=
{
urls
}
initialIndex
=
{
idx
}
/
>
<
span
key
=
{
idx
}
title
=
{
img
.
title
??
''
}
>
<
Thumbnail
src
=
{
img
.
url
}
width
=
"45"
display
-
width
=
"50
"
previewTeleported
previewSrcList
=
{
urls
}
initialIndex
=
{
idx
}
/>
<
/span
>
))
}
<
/div
>
)
...
...
src/views/order/podUs/index.vue
View file @
f540adcc
...
...
@@ -6586,8 +6586,8 @@ function getProductMarkt(productMark: string) {
return
''
}
const
dialogVisible
=
ref
(
false
)
const
dialogImageUrl
=
ref
(
''
)
//
const dialogVisible = ref(false)
//
const dialogImageUrl = ref('')
// const handlePictureCardPreview = (fileUrl: string, type?: string) =>
{
// dialogImageUrl.value = fileUrl
// if (type == 'variantImage')
...
...
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