邮箱模块:vue3 邮件模版的管理

This commit is contained in:
YunaiV
2023-01-27 16:59:24 +08:00
parent 4cbf7398e8
commit 4996d05d1e
7 changed files with 417 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
<script setup lang="ts" name="MailAccount">
import { FormExpose } from '@/components/Form'
// 业务相关的 import
import { rules, allSchemas } from './account.template.data'
import { rules, allSchemas } from './account.data'
import * as MailAccountApi from '@/api/system/mail/account'
const { t } = useI18n() // 国际化