主诉分类

This commit is contained in:
zhaotiantian
2023-11-28 16:59:09 +08:00
parent 86ab4a706c
commit e3feba62a8
3 changed files with 142 additions and 44 deletions
+3 -1
View File
@@ -5,7 +5,8 @@ import {
Button,
Radio,
Modal,
Table
Table,
Select
} from 'ant-design-vue';
export default function registerGlobComp(app: App) {
@@ -15,4 +16,5 @@ export default function registerGlobComp(app: App) {
.use(Radio)
.use(Modal)
.use(Table)
.use(Select)
}