Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
2bfd85f0
Commit
2bfd85f0
authored
Oct 23, 2024
by
gaia
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/20240918_1005_091801' into release_pre_20241023175438
parents
5e8e2966
0dd09043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
src/views/order/saleOrderView.vue
src/views/order/saleOrderView.vue
+12
-2
No files found.
src/views/order/saleOrderView.vue
View file @
2bfd85f0
...
...
@@ -43,11 +43,11 @@
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"藏品图片"
prop=
"homePageImage"
>
<el-table-column
align=
"center"
label=
"藏品图片"
prop=
"homePageImage"
class=
"image_preview"
>
<
template
slot-scope=
"scope"
>
<!--
<img
v-if=
"scope.row.homePageImage && scope.row.homePageImage.url"
:src=
"scope.row.homePageImage.url"
width=
"60px"
height=
"60px"
>
-->
<el-image
:preview-src-list=
"[scope.row.homePageImage.url]"
:preview-src-list=
"[scope.row.homePageImage.url
]"
:src=
"scope.row.homePageImage.url"
class=
"table-td-thumb"
/>
...
...
@@ -351,5 +351,15 @@ export default {
justify
-
content
:
space
-
between
;
}
}
.
image_preview
{
width
:
60
px
;
height
:
60
px
;
align
-
content
:
center
;
justify
-
content
:
center
;
}
.
table
-
td
-
thumb
{
width
:
60
px
;
height
:
60
px
;
}
<
/style
>
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