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
d598910a
Commit
d598910a
authored
Jul 11, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
711
parent
dc6bf250
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
15 deletions
+29
-15
channelConversionList.vue
src/components/conversionList/channelConversionList.vue
+1
-1
channelGoodsConversionList.vue
src/components/conversionList/channelGoodsConversionList.vue
+16
-2
channelTransList.vue
src/components/conversionList/channelTransList.vue
+1
-1
periodsConversionList.vue
src/components/conversionList/periodsConversionList.vue
+1
-1
squadConversionList.vue
src/components/conversionList/squadConversionList.vue
+1
-1
teacherConversionList.vue
src/components/conversionList/teacherConversionList.vue
+1
-1
teacherPeriodsConversionList.vue
...omponents/conversionList/teacherPeriodsConversionList.vue
+1
-1
menuList.js
src/util/menuList.js
+7
-7
No files found.
src/components/c
hannelConversionList/index
.vue
→
src/components/c
onversionList/channelConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/components/c
hannelGoodsConversionList/index
.vue
→
src/components/c
onversionList/channelGoodsConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
@@ -18,7 +18,16 @@
<el-form-item
label=
"渠道类型"
>
<el-input
v-model=
"searchFrom.invite_type"
style=
"width: 110px"
></el-input>
</el-form-item>
<el-form-item
label=
"商品名称"
>
<el-select
v-model=
"goodsId"
filterable
placeholder=
"请选择"
style=
"width: 150px"
@
change=
"onSearch"
clearable
>
<el-option
v-for=
"(data,index) in goodList"
:key=
"index"
:label=
"data | filterGoods"
:value=
"data.id"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item>
<div
class=
"flexRow"
>
<el-button
type=
"primary"
plain
@
click=
"seachData"
>
搜索
</el-button>
...
...
@@ -148,6 +157,11 @@ export default {
]
};
},
filters
(){
// filterGoods(val){
// return '['+val.id+'][' + GOODSTYPE[val.goods_type] + ']' + '【' +val.current_price / 100 + '元】' + val.name
// }
},
components
:
{
page
},
methods
:
{
seachData
()
{
...
...
src/components/c
hannelTransList/index
.vue
→
src/components/c
onversionList/channelTransList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/components/
periodsConversionList/index
.vue
→
src/components/
conversionList/periodsConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/components/
squadConversionList/index
.vue
→
src/components/
conversionList/squadConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/components/
teacherConversionList/index
.vue
→
src/components/
conversionList/teacherConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/components/
teacherPeriodsConversionList/index
.vue
→
src/components/
conversionList/teacherPeriodsConversionList
.vue
View file @
d598910a
<
template
>
<div
class=
"channel-trans-list"
>
<el-form
ref=
"searchFrom"
:model=
"searchFrom"
label-width=
"100px"
inline
>
<el-form-item
label=
"
起止
日期"
>
<el-form-item
label=
"
进量
日期"
>
<el-date-picker
v-model=
"searchFrom.payTime"
type=
"datetimerange"
...
...
src/util/menuList.js
View file @
d598910a
...
...
@@ -334,7 +334,7 @@ export default [{
router
:
{
path
:
'/channelTransList'
,
name
:
'channelTransList'
,
component
:
e
=>
require
([
'@/components/channelTransList'
],
e
),
component
:
e
=>
require
([
'@/components/c
onversionList/c
hannelTransList'
],
e
),
}
},
{
...
...
@@ -345,7 +345,7 @@ export default [{
router
:
{
path
:
'/channelGoodsConversionList'
,
name
:
'channelGoodsConversionList'
,
component
:
e
=>
require
([
'@/components/channelGoodsConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/c
onversionList/c
hannelGoodsConversionList'
],
e
),
}
},
{
...
...
@@ -356,7 +356,7 @@ export default [{
router
:
{
path
:
'/channelConversionList'
,
name
:
'channelConversionList'
,
component
:
e
=>
require
([
'@/components/channelConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/c
onversionList/c
hannelConversionList'
],
e
),
}
},
{
...
...
@@ -367,7 +367,7 @@ export default [{
router
:
{
path
:
'/periodsConversionList'
,
name
:
'periodsConversionList'
,
component
:
e
=>
require
([
'@/components/periodsConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/
conversionList/
periodsConversionList'
],
e
),
}
},
{
...
...
@@ -378,7 +378,7 @@ export default [{
router
:
{
path
:
'/squadConversionList'
,
name
:
'squadConversionList'
,
component
:
e
=>
require
([
'@/components/squadConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/
conversionList/
squadConversionList'
],
e
),
}
},
{
...
...
@@ -389,7 +389,7 @@ export default [{
router
:
{
path
:
'/teacherConversionList'
,
name
:
'teacherConversionList'
,
component
:
e
=>
require
([
'@/components/teacherConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/
conversionList/
teacherConversionList'
],
e
),
}
},
{
...
...
@@ -400,7 +400,7 @@ export default [{
router
:
{
path
:
'/teacherPeriodsConversionList'
,
name
:
'teacherPeriodsConversionList'
,
component
:
e
=>
require
([
'@/components/teacherPeriodsConversionList'
],
e
),
component
:
e
=>
require
([
'@/components/
conversionList/
teacherPeriodsConversionList'
],
e
),
}
}
]
...
...
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