fix(projects): 修复更新后产生问题

This commit is contained in:
AN
2025-07-09 13:43:44 +08:00
parent 2dbf8b3dfa
commit 400eaf8990
2 changed files with 3 additions and 11 deletions

View File

@ -262,8 +262,8 @@ watch(visible, initializeData, { immediate: true });
<NDatePicker
v-model:formatted-value="dateRange"
class="w-full"
type="daterange"
value-format="yyyy-MM-dd"
type="datetimerange"
format="yyyy-MM-dd HH:mm:ss"
clearable
/>
</NFormItem>