Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
094f8e16
authored
Oct 19, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OrderTableColumn: 商品信息列样式调整
parent
70778fd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/views/mall/trade/order/components/OrderTableColumn.vue
+8
-4
No files found.
src/views/mall/trade/order/components/OrderTableColumn.vue
View file @
094f8e16
...
@@ -63,14 +63,18 @@
...
@@ -63,14 +63,18 @@
</div>
</div>
</
template
>
</
template
>
<
template
#
default=
"{ row }"
>
<
template
#
default=
"{ row }"
>
<div
class=
"flex
items-center
"
>
<div
class=
"flex
flex-wrap
"
>
<el-image
<el-image
:src=
"row.picUrl"
:src=
"row.picUrl"
class=
"m
r-10px h-30px w-30px
"
class=
"m
b-[13px] mr-[10px] h-[40px] w-[40px] v-middle
"
@
click=
"imagePreview(row.picUrl)"
@
click=
"imagePreview(row.picUrl)"
/>
/>
<span
class=
"mr-10px"
>
{{
row
.
spuName
}}
</span>
<span
class=
"mb-[13px] mr-[10px]"
>
{{
row
.
spuName
}}
</span>
<el-tag
v-for=
"property in row.properties"
:key=
"property.propertyId"
class=
"mr-10px"
>
<el-tag
v-for=
"property in row.properties"
:key=
"property.propertyId"
class=
"mb-[13px] mr-[10px]"
>
{{
property
.
propertyName
}}
:
{{
property
.
valueName
}}
{{
property
.
propertyName
}}
:
{{
property
.
valueName
}}
</el-tag>
</el-tag>
</div>
</div>
...
...
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