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
d5d4c552
Commit
d5d4c552
authored
Oct 13, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容普品图片
parent
c75f478c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/views/order/podCN/PodDistributionOrder.vue
+9
-6
No files found.
src/views/order/podCN/PodDistributionOrder.vue
View file @
d5d4c552
...
...
@@ -150,7 +150,7 @@
</span>
</el-form-item>
</div>
<div>
<div
class=
"table-content"
>
<TableView
ref=
"productTable"
:paginated-data=
"testingData?.productList || []"
...
...
@@ -159,12 +159,11 @@
@
row-click=
"handleRowClick"
>
<
template
#
image=
"{ row }"
>
<div
v-if=
"row.previewImgs?.length"
style=
"display: flex; flex-wrap: nowrap"
>
<div
style=
"display: flex; flex-wrap: nowrap"
>
<div
v-for=
"img in row.previewImgs"
v-for=
"img in row.productMark !== 'normal'
? row.previewImgs
: [
{ url: row.variantImage }]"
:key="img"
style="cursor: pointer; margin-right: 5px; flex: 1"
@click.stop="handleCurrentChange(img.url)"
...
...
@@ -661,6 +660,10 @@ const onClose = () => {
::v-deep
.el-form-item
{
margin-bottom
:
0
!important
;
}
.table-content
{
height
:
670px
;
overflow
:
auto
;
}
.pod-make-order-dialog
{
.el-dialog
{
display
:
flex
;
...
...
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