perf: add aotu components

This commit is contained in:
xingyu4j
2022-11-17 15:03:13 +08:00
parent 3e1ce8b76a
commit 763e9c1297
37 changed files with 28 additions and 69 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted, PropType, ref } from 'vue'
import { ElInput, ElSelect, ElOption } from 'element-plus'
import { CodegenColumnVO } from '@/api/infra/codegen/types'
import { listSimpleDictTypeApi } from '@/api/system/dict/dict.type'
import { DictTypeVO } from '@/api/system/dict/types'