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
72633154
authored
Sep 08, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trade: 优化分销用户绑定用户编号、绑定时间字段名称
parent
34ce7f7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/api/mall/trade/brokerage/user/index.ts
+2
-2
src/views/mall/trade/brokerage/user/index.vue
+5
-5
No files found.
src/api/mall/trade/brokerage/user/index.ts
View file @
72633154
...
...
@@ -2,8 +2,8 @@ import request from '@/config/axios'
export
interface
BrokerageUserVO
{
id
:
number
b
rokerage
UserId
:
number
b
rokerageBind
Time
:
Date
b
ind
UserId
:
number
b
indUser
Time
:
Date
brokerageEnabled
:
boolean
brokerageTime
:
Date
brokeragePrice
:
number
...
...
src/views/mall/trade/brokerage/user/index.vue
View file @
72633154
...
...
@@ -8,9 +8,9 @@
:inline=
"true"
label-width=
"85px"
>
<el-form-item
label=
"推广员编号"
prop=
"b
rokerage
UserId"
>
<el-form-item
label=
"推广员编号"
prop=
"b
ind
UserId"
>
<el-input
v-model=
"queryParams.b
rokerage
UserId"
v-model=
"queryParams.b
ind
UserId"
placeholder=
"请输入推广员编号"
clearable
@
keyup
.
enter=
"handleQuery"
...
...
@@ -102,11 +102,11 @@
:formatter=
"dateFormatter"
width=
"170px"
/>
<el-table-column
label=
"上级推广员编号"
align=
"center"
prop=
"b
rokerage
UserId"
width=
"150px"
/>
<el-table-column
label=
"上级推广员编号"
align=
"center"
prop=
"b
ind
UserId"
width=
"150px"
/>
<el-table-column
label=
"推广员绑定时间"
align=
"center"
prop=
"b
rokerageBind
Time"
prop=
"b
indUser
Time"
:formatter=
"dateFormatter"
width=
"170px"
/>
...
...
@@ -179,7 +179,7 @@ const list = ref([]) // 列表的数据
const
queryParams
=
reactive
({
pageNo
:
1
,
pageSize
:
10
,
b
rokerage
UserId
:
null
,
b
ind
UserId
:
null
,
brokerageEnabled
:
null
,
createTime
:
[]
})
...
...
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