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']

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>