fix: 诊所管理

This commit is contained in:
2025-04-01 19:13:44 +08:00
parent ffd9a0c6e3
commit 342f3cbd57
13 changed files with 12956 additions and 168 deletions

View File

@@ -14,6 +14,7 @@ import { $t } from '@vben/locales';
import {
AutoComplete,
Button,
Cascader,
Checkbox,
CheckboxGroup,
DatePicker,
@@ -51,6 +52,7 @@ export type ComponentType =
| 'ApiSelect'
| 'ApiTreeSelect'
| 'AutoComplete'
| 'Cascader'
| 'Checkbox'
| 'CheckboxGroup'
| 'DatePicker'
@@ -114,6 +116,7 @@ async function initComponentAdapter() {
);
},
AutoComplete,
Cascader,
Checkbox,
CheckboxGroup,
DatePicker,