赞
踩
监听里面实现多条件查询
- <template>
- <div>
- <div style="margin-top:50px">
- <span>(姓名):</span>
- <a-input
- style="width:200px;display:inline-block;margin-right:20px"
- placeholder="请输入内容"
- v-model="vtw.name"
- clearable
- >
- </a-input>
- <span>(年龄):</span>
- <a-input
- style="width:200px;display:inline-block;margin-right:20px"
- placeholder="请输入内容"
- v-model="vtw.age"
- clearable
- >
- </a-input>
- <span>(性别):</span>
- <a-input
- style="width:200px;display:inline-block;margin-right:20px"
- placeholder="请输入内容"
- v-model="vtw.sex"
- clearable
- >
- </a-input>
- </div>
- <a-table
- :columns="columns"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。