fix(addDirect): date picker type

This commit is contained in:
woody 2025-09-23 17:32:54 +08:00
parent 79bb378a7f
commit 32d363494f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
v-model="ruleForm.ruleFormTime"
:disabled="lookOver"
value-format="yyyy-MM-dd"
type="datetimerange"
type="daterange"
:range-separator="'至'"
:start-placeholder="'开始日期'"
:end-placeholder="'结束日期'"