Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
03e32a82
Commit
03e32a82
authored
Sep 14, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 产品修改退款列表
parent
a606ae00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
refundList.vue
src/views/order/refundList.vue
+11
-4
No files found.
src/views/order/refundList.vue
View file @
03e32a82
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
<p
class=
"category-ellipsis"
>
<p
class=
"category-ellipsis"
>
<span
v-for=
"(i, v) in scope.row.sku"
:key=
"v"
style=
"margin-right:5px"
>
{{
i
.
proName
}}
:
{{
i
.
valueName
?
i
.
valueName
:
'--'
}}
</span>
<span
v-for=
"(i, v) in scope.row.sku"
:key=
"v"
style=
"margin-right:5px"
>
{{
i
.
proName
}}
:
{{
i
.
valueName
?
i
.
valueName
:
'--'
}}
</span>
</p>
</p>
<p
class=
"category-ellipsis"
>
<p
class=
"category-ellipsis"
v-if=
"scope.row.proCode"
>
规格编码:
{{
scope
.
row
.
proCode
}}
规格编码:
{{
scope
.
row
.
proCode
}}
</p>
</p>
</div>
</div>
...
@@ -596,6 +596,9 @@ export default {
...
@@ -596,6 +596,9 @@ export default {
padding
:
0
20px
20px
;
padding
:
0
20px
20px
;
background
:
#fff
;
background
:
#fff
;
}
}
.gift-info
{
display
:
flex
;
}
.gift-info
img
{
.gift-info
img
{
width
:
63px
;
width
:
63px
;
height
:
63px
;
height
:
63px
;
...
@@ -604,14 +607,18 @@ export default {
...
@@ -604,14 +607,18 @@ export default {
border
:
1px
solid
#dcdfe6
;
border
:
1px
solid
#dcdfe6
;
}
}
.info-name
{
.info-name
{
display
:
inline-block
;
/*
display: inline-block;
vertical-align
:
top
;
vertical-align: top;
*/
width
:
74%
;
width
:
74%
;
display
:
flex
;
justify-content
:
center
;
align-content
:
center
;
flex-direction
:
column
;
}
}
.pro-ellipsis
{
.pro-ellipsis
{
color
:
#303133
;
color
:
#303133
;
height
:
36px
;
height
:
36px
;
line-height
:
18
px
;
line-height
:
36
px
;
font-size
:
14px
;
font-size
:
14px
;
}
}
.category-ellipsis
{
.category-ellipsis
{
...
...
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