feat: 筛选时间条件增加时分秒

This commit is contained in:
GaoHao
2025-04-09 18:02:02 +08:00
parent d3e18f3a8c
commit d4c4989b26
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
</el-radio-group>
<div class="u-flex">
<el-date-picker v-if="timeValue == 'custom'" v-model="query.createdAt" type="daterange"
range-separator="" start-placeholder="开始日期" end-placeholder="结束日期" value-format="YYYY-MM-DD "
range-separator="" start-placeholder="开始日期" end-placeholder="结束日期" value-format="YYYY-MM-DD HH:mm:ss"
@change="summarytrade" />
</div>
</div>