fix: 修复销售统计时间筛选不能跨年统计问题

This commit is contained in:
YeMingfei666 2025-04-01 16:24:09 +08:00
parent 1a67431e2d
commit 4764149cbe
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@
<el-date-picker
class="u-m-l-10"
v-model="query.createdAt"
type="daterange"
type="datetimerange"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
value-format="yyyy-MM-dd "
format="YYYY-MM-DD "
v-if="timeValue == 'custom'"
></el-date-picker>
</el-form-item>