Commit 1510f993 authored by chenfenglei's avatar chenfenglei

老师列表加手机号搜索

parent 2c258fa7
...@@ -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,
......
...@@ -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>
<page2 :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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment