fix: 修复销售统计自定义筛选时间点击无反应问题

This commit is contained in:
YeMingfei666 2025-04-01 15:54:20 +08:00
parent dec6d986e0
commit 1a67431e2d
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
:default-time="['00:00:00', '23:59:59']"
value-format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd "
v-if="timeValue == 'custom'"
></el-date-picker>
</el-form-item>