From 887c1e32eafb960bdca8d078f938563d17929e5f Mon Sep 17 00:00:00 2001 From: YCC Date: Wed, 31 May 2023 14:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reservation/Newest.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/reservation/Newest.jsx b/src/views/reservation/Newest.jsx index 5e153c3..35ebb7e 100644 --- a/src/views/reservation/Newest.jsx +++ b/src/views/reservation/Newest.jsx @@ -6,7 +6,7 @@ import { Row, Col, Space, Button, Table, Input, Typography, DatePicker, Radio, M import dayjs from "dayjs"; import { useStore } from '@/stores/StoreContext.js'; import { DATE_PRESETS } from "@/config"; -import { formatDate, isNotEmpty } from "@/utils/commons"; +import { formatDate, isEmpty } from "@/utils/commons"; const { Title } = Typography;