Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
9450d59e
Commit
9450d59e
authored
Jan 03, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
来源码类别
parent
9c5f821f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
index.vue
src/components/notBuyClass/index.vue
+14
-14
No files found.
src/components/notBuyClass/index.vue
View file @
9450d59e
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
<el-form-item
label=
"用户ID"
>
<el-form-item
label=
"用户ID"
>
<el-input
v-model=
"searchFrom.user_id"
@
change=
"getList"
></el-input>
<el-input
v-model=
"searchFrom.user_id"
@
change=
"getList"
></el-input>
</el-form-item>
</el-form-item>
<
!--
<
el-form-item
label=
"用户昵称"
>
<el-form-item
label=
"用户昵称"
>
<el-input
v-model=
"searchFrom.nickname"
@
change=
"getList"
></el-input>
<el-input
v-model=
"searchFrom.nickname"
@
change=
"getList"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"searchFrom.mobile"
@
change=
"getList"
></el-input>
<el-input
v-model=
"searchFrom.mobile"
@
change=
"getList"
></el-input>
</el-form-item>
-->
</el-form-item>
<el-form-item
label=
"商品名称"
>
<el-form-item
label=
"商品名称"
>
<el-select
v-model=
"searchFrom.goods_id"
placeholder=
"请选择"
@
change=
"getList"
clearable
>
<el-select
v-model=
"searchFrom.goods_id"
placeholder=
"请选择"
@
change=
"getList"
clearable
>
<el-option
<el-option
...
@@ -124,12 +124,12 @@ export default {
...
@@ -124,12 +124,12 @@ export default {
if
(
this
.
searchFrom
.
goods_id
){
if
(
this
.
searchFrom
.
goods_id
){
json
.
goods_id
=
this
.
searchFrom
.
goods_id
json
.
goods_id
=
this
.
searchFrom
.
goods_id
}
}
//
if(this.searchFrom.nickname){
if
(
this
.
searchFrom
.
nickname
){
//
json.nickname=this.searchFrom.nickname
json
.
nickname
=
this
.
searchFrom
.
nickname
//
}
}
//
if(this.searchFrom.mobile){
if
(
this
.
searchFrom
.
mobile
){
//
json.mobile=this.searchFrom.mobile
json
.
mobile
=
this
.
searchFrom
.
mobile
//
}
}
getClassConfigApi
(
json
).
then
(
res
=>
{
getClassConfigApi
(
json
).
then
(
res
=>
{
this
.
total
=
res
.
total
;
this
.
total
=
res
.
total
;
this
.
configList
=
res
.
list
;
this
.
configList
=
res
.
list
;
...
@@ -174,12 +174,12 @@ export default {
...
@@ -174,12 +174,12 @@ export default {
if
(
this
.
searchFrom
.
goods_id
){
if
(
this
.
searchFrom
.
goods_id
){
json
.
goods_id
=
this
.
searchFrom
.
goods_id
json
.
goods_id
=
this
.
searchFrom
.
goods_id
}
}
// if(this.searchFrom.user_nam
e){
if
(
this
.
searchFrom
.
mobil
e
){
// json.user_name=this.searchFrom.user_nam
e
json
.
mobile
=
this
.
searchFrom
.
mobil
e
//
}
}
//
if(this.searchFrom.nickname){
if
(
this
.
searchFrom
.
nickname
){
//
json.nickname=this.searchFrom.nickname
json
.
nickname
=
this
.
searchFrom
.
nickname
//
}
}
exportExcelApi
(
'/api/admin/user/receive/course/log/export'
,
json
)
exportExcelApi
(
'/api/admin/user/receive/course/log/export'
,
json
)
},
},
}
}
...
...
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