Commit 77af0d37 authored by xhx's avatar xhx

客户管理

parent e27d0d4f
......@@ -5,7 +5,7 @@
<span class=" font-semibold">新增时间:</span>
<timerange class=" mr-3" :startTime="queryParam.start" :endTime="queryParam.end"
@getNewTime="getNewTime"/>
<a-input placeholder="姓名模糊搜索" v-model="queryParam.user_name" style=" width:150px; margin-right:10px;"/>
<!-- <a-input placeholder="姓名模糊搜索" v-model="queryParam.user_name" style=" width:150px; margin-right:10px;"/> -->
<a-input placeholder="手机号模糊搜索" v-model="queryParam.phone" style=" width:150px; margin-right:10px;" />
<a-button type="primary" style=" margin-right:10px;" @click="query">查询</a-button>
<a-button type="primary" @click="reset">重置</a-button>
......
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