Revert "perf: add aotu components"

This reverts commit 3e1ce8b76a.
This commit is contained in:
xingyu4j
2022-11-17 17:11:41 +08:00
parent a13cb8698d
commit ed3170e837
14 changed files with 61 additions and 170 deletions

View File

@ -159,9 +159,11 @@ import { ref, unref, onMounted } from 'vue'
import { DICT_TYPE } from '@/utils/dict'
import { useI18n } from '@/hooks/web/useI18n'
import { FormExpose } from '@/components/Form'
import { ElInput, ElTag } from 'element-plus'
import * as DictTypeSchemas from './dict.type'
import * as DictDataSchemas from './dict.data'
import { useTable } from '@/hooks/web/useTable'
import { ElCard, ElMessage } from 'element-plus'
import * as DictTypeApi from '@/api/system/dict/dict.type'
import * as DictDataApi from '@/api/system/dict/dict.data'
import { DictDataVO, DictTypeVO } from '@/api/system/dict/types'