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
1510f993
Commit
1510f993
authored
Dec 29, 2018
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
老师列表加手机号搜索
parent
2c258fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
index.vue
src/components/teacherDetail/index.vue
+2
-6
index.vue
src/components/userDetail/index.vue
+2
-6
No files found.
src/components/teacherDetail/index.vue
View file @
1510f993
...
@@ -301,7 +301,7 @@
...
@@ -301,7 +301,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<page
-order
:total=
"orderListObj.total"
:limit=
"orderListObj.limit"
@
pageChange=
"onPageChange2"
@
sizeChange=
"onSizeChange2"
/>
<page
:total=
"orderListObj.total"
:limit=
"orderListObj.limit"
@
pageChange=
"onPageChange2"
@
sizeChange=
"onSizeChange2"
/>
<source-dialog
:dialogObj=
"sourceDialog"
/>
<source-dialog
:dialogObj=
"sourceDialog"
/>
<refund-detail
:dialogObj=
"refundDetail"
/>
<refund-detail
:dialogObj=
"refundDetail"
/>
<coupon-dialog
:dialogObj=
"couponDetail"
/>
<coupon-dialog
:dialogObj=
"couponDetail"
/>
...
@@ -360,7 +360,7 @@
...
@@ -360,7 +360,7 @@
label=
"手机号"
>
label=
"手机号"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<page
-teacher
:total=
"userObj.total"
:limit=
"userObj.limit"
@
pageChange=
"onPageChange3"
@
sizeChange=
"onSizeChange3"
/>
<page
:total=
"userObj.total"
:limit=
"userObj.limit"
@
pageChange=
"onPageChange3"
@
sizeChange=
"onSizeChange3"
/>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"addShow = false"
>
取 消
</el-button>
<el-button
@
click=
"addShow = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"onAdd"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"onAdd"
>
确 定
</el-button>
...
@@ -375,8 +375,6 @@ import {TEACHERTYPE,ORDERSTATUSOPTION,GOODSTYPE,ORDERSTATUS} from "../../util/wo
...
@@ -375,8 +375,6 @@ import {TEACHERTYPE,ORDERSTATUSOPTION,GOODSTYPE,ORDERSTATUS} from "../../util/wo
import
AddressArray
from
'../framework/address-picker/addr'
import
AddressArray
from
'../framework/address-picker/addr'
import
page
from
'../framework/page'
import
page
from
'../framework/page'
import
pageTeacher
from
'../framework/page'
import
pageOrder
from
'../framework/page'
import
sourceDialog
from
'./sourceDialog'
import
sourceDialog
from
'./sourceDialog'
import
couponDialog
from
'./couponDialog'
import
couponDialog
from
'./couponDialog'
import
refundDetail
from
'./refundDetail'
import
refundDetail
from
'./refundDetail'
...
@@ -388,8 +386,6 @@ import chooseGoodDialog from './chooseGoodDialog'
...
@@ -388,8 +386,6 @@ import chooseGoodDialog from './chooseGoodDialog'
name
:
"index"
,
name
:
"index"
,
components
:{
components
:{
page
,
page
,
pageTeacher
,
pageOrder
,
UserList
,
UserList
,
chooseGoodDialog
,
chooseGoodDialog
,
couponDialog
,
couponDialog
,
...
...
src/components/userDetail/index.vue
View file @
1510f993
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
label=
"更新时间"
>
label=
"更新时间"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<page
-desc
:nowPage=
"descDialog.nowPage"
:total=
"descDialog.total"
:limit=
"descDialog.limit"
@
pageChange=
"onDescDialogPageChange"
@
sizeChange=
"onDescDialogSizeChange"
/>
<page
:nowPage=
"descDialog.nowPage"
:total=
"descDialog.total"
:limit=
"descDialog.limit"
@
pageChange=
"onDescDialogPageChange"
@
sizeChange=
"onDescDialogSizeChange"
/>
</el-dialog>
</el-dialog>
<!-- 看课情况 -->
<!-- 看课情况 -->
<el-dialog
:modal=
"false"
:visible
.
sync=
"lookDetail.show"
>
<el-dialog
:modal=
"false"
:visible
.
sync=
"lookDetail.show"
>
...
@@ -396,7 +396,7 @@
...
@@ -396,7 +396,7 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
<
page
2
:
nowPage
=
"lookDetail.nowPage"
:
total
=
"lookDetail.total"
:
limit
=
"lookDetail.limit"
@
pageChange
=
"onLookDetailPageChange"
@
sizeChange
=
"onLookDetailSizeChange"
/>
<
page
:
nowPage
=
"lookDetail.nowPage"
:
total
=
"lookDetail.total"
:
limit
=
"lookDetail.limit"
@
pageChange
=
"onLookDetailPageChange"
@
sizeChange
=
"onLookDetailSizeChange"
/>
<
/el-dialog
>
<
/el-dialog
>
<
/div
>
<
/div
>
...
@@ -405,8 +405,6 @@
...
@@ -405,8 +405,6 @@
<
script
>
<
script
>
import
{
getOrderListApi
,
getUserDetailApi
,
getPeriodsStatisticsApi
,
userLookApi
,
getUserDescListApi
,
addPeriodsClassUserDescApi
,
updateUserPrivilegeApi
}
from
"../../service/api"
;
import
{
getOrderListApi
,
getUserDetailApi
,
getPeriodsStatisticsApi
,
userLookApi
,
getUserDescListApi
,
addPeriodsClassUserDescApi
,
updateUserPrivilegeApi
}
from
"../../service/api"
;
import
page
from
'../framework/page'
import
page
from
'../framework/page'
import
page2
from
'../framework/page'
import
pageDesc
from
'../framework/page'
import
sourceDialog
from
'../order/sourceDialog'
import
sourceDialog
from
'../order/sourceDialog'
import
refundDetail
from
'../order/refundDetail'
import
refundDetail
from
'../order/refundDetail'
import
couponDialog
from
'../order/couponDialog'
import
couponDialog
from
'../order/couponDialog'
...
@@ -495,8 +493,6 @@
...
@@ -495,8 +493,6 @@
refundDetail
,
refundDetail
,
sourceDialog
,
sourceDialog
,
couponDialog
,
couponDialog
,
page2
,
pageDesc
,
}
,
}
,
mounted
(){
mounted
(){
this
.
id
=
this
.
$route
.
params
.
id
;
this
.
id
=
this
.
$route
.
params
.
id
;
...
...
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