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
f068f4c9
Commit
f068f4c9
authored
Sep 07, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: style
parent
4dc31e07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
giftExchange.vue
src/views/order/giftExchange.vue
+8
-8
No files found.
src/views/order/giftExchange.vue
View file @
f068f4c9
...
...
@@ -69,7 +69,7 @@
<div
class=
"goods-list-content"
v-loading=
"loading"
>
<el-table
:data=
"tableData"
ref=
"multipleTable"
style=
"width: 100%"
@
sort-change=
"sortChange"
>
<!-- <el-table-column type="selection" width="40"> </el-table-column> -->
<el-table-column
label=
"礼品信息"
width=
"300px"
>
<el-table-column
label=
"礼品信息"
min-
width=
"300px"
>
<
template
slot-scope=
"scope"
>
<div
class=
"gift-info"
>
<img
:src=
"scope.row.giftMainPic"
/>
...
...
@@ -83,13 +83,13 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"createTime"
label=
"下单时间"
sortable=
"custom"
>
<el-table-column
prop=
"createTime"
label=
"下单时间"
min-width=
"120px"
sortable=
"custom"
>
<
template
slot-scope=
"scope"
>
<p
style=
"line-height:18px"
>
{{
scope
.
row
.
createTime
?
getTime
(
scope
.
row
.
createTime
)
:
'--'
}}
</p>
<p
style=
"line-height:18px"
class=
"gray-color"
>
{{
scope
.
row
.
createTime
?
getSeconds
(
scope
.
row
.
createTime
)
:
'--'
}}
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"definedCode"
label=
"订单编号"
width=
"170px"
>
<el-table-column
prop=
"definedCode"
label=
"订单编号"
min-
width=
"170px"
>
<
template
slot-scope=
"scope"
>
<el-dropdown
@
visible-change=
"i => getOrderInfo(i, scope.row.integralMallProExchangeId)"
trigger=
"click"
class=
"drop-list"
>
<span
class=
"el-dropdown-link"
>
...
...
@@ -111,7 +111,7 @@
</el-dropdown>
</
template
>
</el-table-column>
<el-table-column
label=
"会员"
>
<el-table-column
label=
"会员"
min-width=
"170px"
>
<
template
slot-scope=
"scope"
>
<memberInfo
:memberObj=
"scope.row"
:requestProject=
"requestProject"
:placement=
"placement"
></memberInfo>
<!--
<p>
{{
scope
.
row
.
memberName
}}
</p>
...
...
@@ -120,7 +120,7 @@
</p>
-->
</
template
>
</el-table-column>
<el-table-column
prop=
"refundStatus"
label=
"售后"
>
<el-table-column
prop=
"refundStatus"
label=
"售后"
min-width=
"120px"
>
<
template
slot-scope=
"scope"
>
<p
style=
"line-height:18px"
v-if=
"scope.row.refundStatusNowLog === 0"
>
退款中
</p>
<!--
<span
class=
"go-link"
v-if=
"scope.row.refundStatus === 0"
style=
"line-height:18px"
@
click=
"goRefundList(scope.row)"
>
退款中
</span>
...
...
@@ -132,8 +132,8 @@
<!--
<p
style=
"line-height:18px"
v-else-if=
"scope.row.refundStatus === -1"
>
--
</p>
-->
</
template
>
</el-table-column>
<el-table-column
prop=
"creatorName"
label=
"礼品创建人"
width=
"120px"
></el-table-column>
<el-table-column
prop=
"complete"
label=
"交易状态"
width=
"170px"
>
<el-table-column
prop=
"creatorName"
label=
"礼品创建人"
min-
width=
"120px"
></el-table-column>
<el-table-column
prop=
"complete"
label=
"交易状态"
min-
width=
"170px"
>
<
template
slot-scope=
"scope"
>
<p
style=
"line-height:18px"
>
<span
v-if=
"scope.row.status === 11"
>
待付款
</span>
...
...
@@ -156,7 +156,7 @@
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"saleNum"
label=
"实付金额"
>
<el-table-column
prop=
"saleNum"
label=
"实付金额"
min-width=
"120px"
>
<
template
slot-scope=
"scope"
>
<p
style=
"line-height:18px"
>
积分:
{{
scope
.
row
.
unitCostIntegral
}}
</p>
<p
style=
"line-height:18px"
>
现金:¥
{{
scope
.
row
.
payCost
}}
</p>
...
...
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