Commit 24b9ca44 by 陈浩建

合伙人ID查询

parent 7cc96ed3
......@@ -111,7 +111,7 @@
schoolList:[],
addSubName:'',
columns: [
{dataIndex: 'name', width: 100, title: '姓名 ', align: "center"},
{dataIndex: 'name', width: 100, title: '姓名', align: "center"},
{dataIndex: 'account', width: 100, title: '账号', align: "center"},
{dataIndex: 'substName', width: 100, title: '管辖学校所属县分 ', align: "center"},
{dataIndex: 'schoolName', width: 200, title: '管辖学校 ', align: "center"},
......@@ -264,4 +264,4 @@
<style scoped>
</style>
\ No newline at end of file
</style>
......@@ -5,6 +5,11 @@
<!-- 搜索区域 -->
<a-form layout="inline">
<a-row :gutter="24">
<a-col :md="4" :sm="8">
<a-form-item label="合伙人ID">
<a-input placeholder="合伙人ID" v-model="queryParam.id"></a-input>
</a-form-item>
</a-col>
<a-col :md="4" :sm="8">
<a-form-item label="姓名">
<a-input placeholder="姓名" v-model="queryParam.name"></a-input>
......@@ -41,7 +46,7 @@
</a-form-item>
</a-col>
<a-col :md="3" :sm="6">
<a-col :md="4" :sm="8">
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="活跃状态">
<a-select showSearch placeholder="请选择" v-model="queryParam.isActive" style="width: 6rem;">
<a-select-option key="">请选择</a-select-option>
......@@ -51,7 +56,7 @@
</a-form-item>
</a-col>
<a-col :md="3" :sm="6">
<a-col :md="4" :sm="8">
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="状态">
<a-select showSearch placeholder="请选择" v-model="queryParam.status" >
<a-select-option key="">请选择</a-select-option>
......@@ -345,6 +350,7 @@
treeData: [],
SHOW_PARENT,
queryParam: {
id:'',
name: '',
account: '',
roleid: '',
......
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