feat: 故障管理页面

This commit is contained in:
TsMask
2023-09-06 16:01:50 +08:00
parent 259ef50c0c
commit 7207e0812e
5 changed files with 45 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ declare module 'vue' {
ATypography: typeof import('ant-design-vue/lib')['Typography']
ATypographyParagraph: typeof import('ant-design-vue/lib')['TypographyParagraph']
ATypographyText: typeof import('ant-design-vue/lib')['TypographyText']
ATypographyTitle: typeof import('ant-design-vue/lib')['TypographyTitle']
AUpload: typeof import('ant-design-vue/lib')['Upload']
AUploadDragger: typeof import('ant-design-vue/lib')['UploadDragger']
BellOutlined: typeof import('@ant-design/icons-vue')['BellOutlined']