Commit 54efdbf5 authored by xhx's avatar xhx

fix

parent 4a658384
......@@ -4,7 +4,7 @@
<!-- 搜索框 -->
<a-input placeholder="标题模糊搜索" v-model="searchPageReqParams.title" style="width: 150px; margin-right:10px;"/>
<!-- timepicker -->
<span class=" font-semibold">发布时间:</span>
<span class=" font-semibold">操作时间:</span>
<timerange class=" mr-3" :startTime="searchPageReqParams.start_time" :endTime="searchPageReqParams.end_time"
@getNewTime="getNewTime"/>
<!-- 咨询分类 -->
......
......@@ -2,7 +2,7 @@
<div>
<p class=" text-2xl font-bold mb-5"> {{$route.query.firstSub}}客户信息</p>
<!-- timepicker -->
<span class=" font-semibold">新增时间:</span>
<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;"/> -->
......
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