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
13c25723
Commit
13c25723
authored
Dec 26, 2018
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单拆分日课订单月课订单
parent
e211ec07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.vue
src/components/monthOrder/index.vue
+4
-1
index.vue
src/components/order/index.vue
+6
-1
No files found.
src/components/monthOrder/index.vue
View file @
13c25723
...
...
@@ -140,6 +140,8 @@
优惠券
</el-button>
</
template
>
</el-table-column>
<el-table-column
prop=
"user_mobile"
label=
"购买人手机号"
>
</el-table-column>
<el-table-column
label=
"付款状态"
...
...
@@ -412,7 +414,8 @@
getGoodsOption
(){
let
json
=
{
page
:
1
,
limit
:
100
limit
:
100
,
course_type
:
0
,
};
getGoodsListApi
(
json
).
then
(
res
=>
{
this
.
goodList
=
res
.
list
;
...
...
src/components/order/index.vue
View file @
13c25723
...
...
@@ -102,6 +102,8 @@
优惠券
</el-button>
</
template
>
</el-table-column>
<el-table-column
prop=
"user_mobile"
label=
"购买人手机号"
>
</el-table-column>
<el-table-column
label=
"付款状态"
width=
"80"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -345,11 +347,14 @@ export default {
getGoodsOption
()
{
let
json
=
{
page
:
1
,
limit
:
100
limit
:
100
,
course_type
:
1
,
};
getGoodsListApi
(
json
).
then
(
res
=>
{
this
.
goodList
=
res
.
list
;
});
},
onInviteTypeChange
(
val
)
{
if
(
val
===
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