修改用户选择组件
This commit is contained in:
@@ -29,12 +29,18 @@
|
|||||||
<a-col :md="18" :sm="24">
|
<a-col :md="18" :sm="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
用户账号:
|
用户账号:
|
||||||
<a-input-search
|
<J-input
|
||||||
:style="{width:'150px',marginBottom:'15px'}"
|
:style="{width:'150px',marginBottom:'15px'}"
|
||||||
placeholder="请输入账号"
|
placeholder="请输入账号"
|
||||||
v-model="queryParam.username"
|
v-model="queryParam.username"
|
||||||
@search="onSearch"
|
></J-input>
|
||||||
></a-input-search>
|
用户姓名:
|
||||||
|
<J-input
|
||||||
|
:style="{width:'150px',marginBottom:'15px'}"
|
||||||
|
placeholder="请输入姓名"
|
||||||
|
v-model="queryParam.realname"
|
||||||
|
></J-input>
|
||||||
|
<a-button @click="onSearch(1)" style="margin-left: 20px" icon="search">查询</a-button>
|
||||||
<a-button @click="searchReset(1)" style="margin-left: 20px" icon="redo">重置</a-button>
|
<a-button @click="searchReset(1)" style="margin-left: 20px" icon="redo">重置</a-button>
|
||||||
<!--用户列表-->
|
<!--用户列表-->
|
||||||
<a-table
|
<a-table
|
||||||
|
|||||||
Reference in New Issue
Block a user