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
c04bfcb4
Commit
c04bfcb4
authored
Jan 02, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码手机号的显示
parent
36e1cc61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
index.vue
src/components/monthOrder/index.vue
+1
-1
index.vue
src/components/notBuyClass/index.vue
+1
-11
No files found.
src/components/monthOrder/index.vue
View file @
c04bfcb4
...
...
@@ -87,7 +87,7 @@
<el-table
:data=
"tableData"
@
expand-change=
"changeRow"
style=
"width: 100%"
fixed
>
style=
"width: 100%"
fixed
>
<el-table-column
prop=
"out_trade_no"
label=
"订单号"
...
...
src/components/notBuyClass/index.vue
View file @
c04bfcb4
...
...
@@ -5,9 +5,6 @@
<el-form-item
label=
"用户ID"
>
<el-input
v-model=
"searchFrom.user_id"
@
change=
"getList"
></el-input>
</el-form-item>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"searchFrom.mobile"
@
change=
"getList"
></el-input>
</el-form-item>
<el-form-item
label=
"商品名称"
>
<el-select
v-model=
"searchFrom.goods_id"
placeholder=
"请选择"
@
change=
"getList"
clearable
>
<el-option
...
...
@@ -60,7 +57,7 @@
<
script
>
import
entrance
from
"./entrance"
;
import
{
getClassConfigApi
,
getGoodsListApi
,
updateDescApi
}
from
"../../service/api"
;
import
{
getClassConfigApi
,
getGoodsListApi
,
updateDescApi
,
exportExcelApi
}
from
"../../service/api"
;
import
page
from
"../framework/page"
;
import
{
GOODSTYPE
}
from
"../../util/wordbook"
;
...
...
@@ -121,9 +118,6 @@ export default {
if
(
this
.
searchFrom
.
goods_id
){
json
.
goods_id
=
this
.
searchFrom
.
goods_id
}
if
(
this
.
searchFrom
.
mobile
){
json
.
mobile
=
this
.
searchFrom
.
mobile
}
getClassConfigApi
(
json
).
then
(
res
=>
{
this
.
total
=
res
.
total
;
this
.
configList
=
res
.
list
;
...
...
@@ -168,10 +162,6 @@ export default {
if
(
this
.
searchFrom
.
goods_id
){
json
.
goods_id
=
this
.
searchFrom
.
goods_id
}
if
(
this
.
searchFrom
.
mobile
){
json
.
mobile
=
this
.
searchFrom
.
mobile
}
console
.
log
(
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