fix: 查询时间搜索值为时间戳

This commit is contained in:
TsMask
2024-04-15 20:17:39 +08:00
parent f1a0e200dc
commit efd389f98a
8 changed files with 10 additions and 8 deletions

View File

@@ -877,7 +877,7 @@ onMounted(() => {
v-model:value="queryRangePicker"
allow-clear
bordered
value-format="YYYY-MM-DD"
value-format="x"
style="width: 100%"
></a-range-picker>
</a-form-item>