Commit 191434e8 by tangjiale

添加学校筛选

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