Commit 191434e8 by tangjiale

添加学校筛选

parent c37e5b62
......@@ -36,9 +36,7 @@ export default {
components:{orderDetail},
data(){
return{
params:{
},
params:{},
options: {
title: "体验课订单",
search: [
......
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-06-02 14:08:46
* @LastEditors: tangjiale
* @LastEditTime: 2022-06-28 11:39:04
* @LastEditTime: 2022-06-28 14:44:44
-->
<template>
<div class="page-bg">
......@@ -43,6 +43,10 @@ export default {
options: {
title: "学生管理",
search: [
{
label: '所属校区:',field: 'schId', type: 'select',autoSelect:true,required:true,
ds: {service:'base',func:'getUserAllSchList',params:{all:true}}
},
{placeholder: "请输入姓名",field: "name",type: "text",label: ""},
{placeholder: "请输入手机号",field: "phone",type: "text",label: "",},
],
......
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