Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
a5dae6eb
Commit
a5dae6eb
authored
Jul 15, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7b5ab29c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
fxDistribution.vue
src/components/UserMan/fxDistribution.vue
+7
-4
No files found.
src/components/UserMan/fxDistribution.vue
View file @
a5dae6eb
...
...
@@ -28,7 +28,9 @@
</el-table-column>
<el-table-column
prop=
"IsGuest"
label=
"是否普通会员"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
IsGuest
==
1
?
'是'
:
'否'
}}
</span>
<span
v-if=
"scope.row.IsGuest==1"
>
普通会员
</span>
<span
v-if=
"scope.row.IsGuest==2"
>
其他会员
</span>
<span
v-if=
"scope.row.IsGuest==3"
>
Vip
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"CommissionRatio"
label=
"返佣比例"
>
...
...
@@ -100,8 +102,9 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"是否普通会员"
prop=
"IsGuest"
>
<el-select
v-model=
"addMsg.IsGuest"
placeholder=
"请选择"
>
<el-option
label=
"是"
:value=
"1"
></el-option>
<el-option
label=
"否"
:value=
"2"
></el-option>
<el-option
label=
"普通会员"
:value=
"1"
></el-option>
<el-option
label=
"其他会员"
:value=
"2"
></el-option>
<el-option
label=
"Vip"
:value=
"3"
></el-option>
</el-select>
</el-form-item>
</el-col>
...
...
@@ -219,7 +222,7 @@
Id
:
0
,
//等级id
Grade
:
1
,
//等级
GradeName
:
''
,
//等级名称
IsGuest
:
1
,
//是否普通会员 1
是 2否
IsGuest
:
1
,
//是否普通会员 1
普通会员 2其他会员 3Vip
CommissionRatio
:
0
,
//返佣比例
SiblingRatio
:
0
,
//同级返佣比例
SiblingRebatesNum
:
0
,
//可拿同级返佣的数量
...
...
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