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

@ -118,6 +118,7 @@ import { useMessage } from '@/hooks/web/useMessage'
import { useVxeGrid } from '@/hooks/web/useVxeGrid'
import { VxeGridInstance } from 'vxe-table'
import { FormExpose } from '@/components/Form'
import { ElForm, ElFormItem, ElInput } from 'element-plus'
// 业务相关的 import
import * as SmsTemplateApi from '@/api/system/sms/smsTemplate'
import { rules, allSchemas } from './sms.template.data'