-
+ 登录
+
+
+ {/* }
title={defaultSettings.title as string}
initialValues={{
@@ -83,7 +96,7 @@ const Login: React.FC = () => {
},
]}
/>
-
+ */}
);
diff --git a/src/pages/Work/List/index.tsx b/src/pages/Work/List/index.tsx
index 0ad4609..9b0df54 100644
--- a/src/pages/Work/List/index.tsx
+++ b/src/pages/Work/List/index.tsx
@@ -7,6 +7,7 @@ import RoutePath from '@/routes/routePath';
import { queryWorkList, deleteWork } from '@/services/work';
import { fetchTableData } from '@/utils/table';
import TimeText from '@/components/Typography/TimeText';
+import WorkSelectModal from '@/widget/Work/WorkSelectModal';
const WorkList = () => {
const tableRef = useRef