Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
pseer
gxpt_web
Commits
b65bad80
Commit
b65bad80
authored
Sep 25, 2024
by
YG8429
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
临时权益金列表增加已退款未退款状态
parent
47676968
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
14 deletions
+19
-14
index.vue
src/views/system/equityFundExcess/index.vue
+19
-14
No files found.
src/views/system/equityFundExcess/index.vue
View file @
b65bad80
...
...
@@ -114,21 +114,26 @@
</el-row>
<el-table
v-loading=
"loading"
:data=
"equityFundExcessList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
align=
"center"
/>
<!--
<el-table-column
label=
"主键"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"权益金额"
align=
"center"
prop=
"equityFund"
/>
<el-table-column
label=
"订单号"
align=
"center"
prop=
"outTradeNo"
/>
<el-table-column
label=
"上级电话"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"上级账号"
align=
"center"
prop=
"account"
/>
<el-table-column
label=
"上级用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"下级电话"
align=
"center"
prop=
"newPhone"
/>
<el-table-column
label=
"下级账号"
align=
"center"
prop=
"newAccount"
/>
<el-table-column
label=
"下级用户昵称"
align=
"center"
prop=
"newNickName"
/>
<el-table-column
label=
"权益金额"
align=
"center"
prop=
"equityFund"
/>
<el-table-column
label=
"上级电话"
align=
"center"
width=
"180"
prop=
"phone"
/>
<!--
<el-table-column
label=
"上级账号"
align=
"center"
prop=
"account"
/>
-->
<el-table-column
label=
"上级用户昵称"
align=
"center"
width=
"180"
prop=
"nickName"
/>
<el-table-column
label=
"下级电话"
align=
"center"
width=
"180"
prop=
"newPhone"
/>
<!--
<el-table-column
label=
"下级账号"
align=
"center"
prop=
"newAccount"
/>
-->
<el-table-column
label=
"下级用户昵称"
align=
"center"
width=
"180"
prop=
"newNickName"
/>
<el-table-column
align=
"center"
label=
"返佣状态"
prop=
"rebateType"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.rebate_type"
:value=
"scope.row.rebateType"
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"退款状态"
prop=
"isDelete"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.equity_is_delete"
:value=
"scope.row.isDelete"
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"上级用户头像"
prop=
"avatar"
width=
"100"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -145,11 +150,11 @@
<span>
{{
parseTime
(
scope
.
row
.
expireTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"创建时间"
align
=
"center"
prop
=
"createTime"
width
=
"180"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"创建时间"
align
=
"center"
prop
=
"createTime"
width
=
"180"
>--
>
<!--
<
template
slot
-
scope
=
"scope"
>--
>
<!--
<
span
>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span>--
>
<!--
<
/template>--
>
<!--
<
/el-table-column>--
>
<!--
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>-->
<!--
<
template
slot
-
scope
=
"scope"
>-->
<!--
<
el
-
button
-->
...
...
@@ -195,7 +200,7 @@ import { listEquityFundExcess, getEquityFundExcess, delEquityFundExcess, addEqui
export
default
{
name
:
"EquityFundExcess"
,
dicts
:
[
'rebate_type'
],
dicts
:
[
'rebate_type'
,
'equity_is_delete'
],
data
()
{
return
{
// 遮罩层
...
...
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