From 29fd557eac3bfd58eae8bfed4d466ca25539e8f7 Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Sun, 20 Jul 2025 20:47:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=84=E4=BB=B6=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=BC=95=E5=85=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../attendanceManagement/workforceManagement/scheduleView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/scheduleView.vue b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/scheduleView.vue index 9614c0e9..b3836a31 100644 --- a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/scheduleView.vue +++ b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/scheduleView.vue @@ -2,7 +2,6 @@ import { Radio, Select, Button, Table,Calendar } from 'ant-design-vue'; import type { RadioChangeEvent } from 'ant-design-vue'; import {ref} from 'vue'; -import dayjs from 'dayjs'; import { Dayjs } from 'dayjs'; import { columns, querySchema } from './data'; import { @@ -150,4 +149,4 @@ async function handleDelete(row: Required) { \ No newline at end of file +