style: ddl文案

This commit is contained in:
2026-04-21 10:55:19 +08:00
parent f6d027474a
commit ca8764ad7a
4 changed files with 6 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ const showStep = (val: number) => {
}
// 是否晚于2026年7月15日
const date = ref('2026-07-15')
const date = ref('2026-07-15T00:00:00')
const isExpired = computed(() => {
const now = new Date()
const targetDate = new Date(date.value)