-
}>
+
+
+ }>
+
+
+
+
@@ -200,12 +215,12 @@ export const ContainerList = () => {
);
})}
-
{containerStore.list.length == 0 && (
No Data
)}
+
diff --git a/src/pages/map/index.tsx b/src/pages/map/index.tsx
index 121f36b..7f0a7a0 100644
--- a/src/pages/map/index.tsx
+++ b/src/pages/map/index.tsx
@@ -12,7 +12,7 @@ const serverPath = [
},
{
path: 'app',
- links: ['edit/list', ':app/verison/list'],
+ links: ['edit/list', ':app/version/list'],
},
{
path: 'file',
diff --git a/src/pages/org/edit/List.tsx b/src/pages/org/edit/List.tsx
index e0989b1..7e6446f 100644
--- a/src/pages/org/edit/List.tsx
+++ b/src/pages/org/edit/List.tsx
@@ -4,7 +4,17 @@ import { useOrgStore } from '../store';
import { useShallow } from 'zustand/react/shallow';
import { Form } from 'antd';
import { useNavigate } from 'react-router';
-import { EditOutlined, SettingOutlined, LinkOutlined, SaveOutlined, DeleteOutlined, LeftOutlined, PlusOutlined, SwapOutlined } from '@ant-design/icons';
+import {
+ EditOutlined,
+ SettingOutlined,
+ LinkOutlined,
+ SaveOutlined,
+ DeleteOutlined,
+ LeftOutlined,
+ PlusOutlined,
+ SwapOutlined,
+ UnorderedListOutlined,
+} from '@ant-design/icons';
import clsx from 'clsx';
import { isObjectNull } from '@/utils/is-null';
import { CardBlank } from '@/components/card/CardBlank';
@@ -146,14 +156,24 @@ export const List = () => {
-
+
+
+
+
+
+