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
e9d5027e
authored
Sep 08, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trade: 优化分销用户佣金字段名称
parent
72633154
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/api/mall/trade/brokerage/user/index.ts
+2
-2
src/views/mall/trade/brokerage/user/index.vue
+2
-2
No files found.
src/api/mall/trade/brokerage/user/index.ts
View file @
e9d5027e
...
@@ -6,8 +6,8 @@ export interface BrokerageUserVO {
...
@@ -6,8 +6,8 @@ export interface BrokerageUserVO {
bindUserTime
:
Date
bindUserTime
:
Date
brokerageEnabled
:
boolean
brokerageEnabled
:
boolean
brokerageTime
:
Date
brokerageTime
:
Date
brokerageP
rice
:
number
p
rice
:
number
frozen
Brokerage
Price
:
number
frozenPrice
:
number
}
}
// 查询分销用户列表
// 查询分销用户列表
...
...
src/views/mall/trade/brokerage/user/index.vue
View file @
e9d5027e
...
@@ -76,11 +76,11 @@
...
@@ -76,11 +76,11 @@
/>
/>
<el-table-column
label=
"已提现金额"
align=
"center"
prop=
"withdrawPrice"
min-width=
"100px"
/>
<el-table-column
label=
"已提现金额"
align=
"center"
prop=
"withdrawPrice"
min-width=
"100px"
/>
<el-table-column
label=
"已提现次数"
align=
"center"
prop=
"withdrawCount"
min-width=
"100px"
/>
<el-table-column
label=
"已提现次数"
align=
"center"
prop=
"withdrawCount"
min-width=
"100px"
/>
<el-table-column
label=
"未提现金额"
align=
"center"
prop=
"
brokerageP
rice"
min-width=
"100px"
/>
<el-table-column
label=
"未提现金额"
align=
"center"
prop=
"
p
rice"
min-width=
"100px"
/>
<el-table-column
<el-table-column
label=
"冻结中佣金"
label=
"冻结中佣金"
align=
"center"
align=
"center"
prop=
"frozen
Brokerage
Price"
prop=
"frozenPrice"
min-width=
"100px"
min-width=
"100px"
/>
/>
<el-table-column
label=
"推广资格"
align=
"center"
prop=
"brokerageEnabled"
min-width=
"80px"
>
<el-table-column
label=
"推广资格"
align=
"center"
prop=
"brokerageEnabled"
min-width=
"80px"
>
...
...
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