From 5d089161e0d19bd72216dc253bb381304596ec92 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 13 Apr 2023 07:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=E5=89=8D=E7=AB=AF=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/codegen/EditTable.vue | 2 +- src/views/system/mail/account/account.data.ts | 2 +- src/views/system/mail/account/index.vue | 2 +- src/views/system/mail/log/index.vue | 2 +- src/views/system/mail/log/log.data.ts | 2 +- src/views/system/mail/template/index.vue | 2 +- src/views/system/mail/template/template.data.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/infra/codegen/EditTable.vue b/src/views/infra/codegen/EditTable.vue index e8cae410..8d9f498e 100644 --- a/src/views/infra/codegen/EditTable.vue +++ b/src/views/infra/codegen/EditTable.vue @@ -30,7 +30,7 @@ const { query } = useRoute() // 查询参数 const { delView } = useTagsViewStore() // 视图操作 const formLoading = ref(false) // 表单的加载中:1)修改时的数据加载;2)提交的按钮禁用 -const activeName = ref('basicInfo') // Tag 激活的窗口 +const activeName = ref('colum') // Tag 激活的窗口 const basicInfoRef = ref>() const columInfoRef = ref>() const generateInfoRef = ref>() diff --git a/src/views/system/mail/account/account.data.ts b/src/views/system/mail/account/account.data.ts index eaa0673a..8b33edc5 100644 --- a/src/views/system/mail/account/account.data.ts +++ b/src/views/system/mail/account/account.data.ts @@ -19,7 +19,7 @@ export const rules = reactive({ sslEnable: [required] }) -// CrudSchema:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/hooks/useCrudSchemas.html +// CrudSchema:https://doc.iocoder.cn/vue3/crud-schema/ const crudSchemas = reactive([ { label: '邮箱', diff --git a/src/views/system/mail/account/index.vue b/src/views/system/mail/account/index.vue index eeaf8bcf..f66bbf66 100644 --- a/src/views/system/mail/account/index.vue +++ b/src/views/system/mail/account/index.vue @@ -72,7 +72,7 @@ import MailAccountDetail from './MailAccountDetail.vue' // tableObject:表格的属性对象,可获得分页大小、条数等属性 // tableMethods:表格的操作对象,可进行获得分页、删除记录等操作 -// 详细可见:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/components/table.html#usetable +// 详细可见:https://doc.iocoder.cn/vue3/crud-schema/ const { tableObject, tableMethods } = useTable({ getListApi: MailAccountApi.getMailAccountPage, // 分页接口 delListApi: MailAccountApi.deleteMailAccount // 删除接口 diff --git a/src/views/system/mail/log/index.vue b/src/views/system/mail/log/index.vue index f039e66e..c24ff009 100644 --- a/src/views/system/mail/log/index.vue +++ b/src/views/system/mail/log/index.vue @@ -41,7 +41,7 @@ import MailLogDetail from './MailLogDetail.vue' // tableObject:表格的属性对象,可获得分页大小、条数等属性 // tableMethods:表格的操作对象,可进行获得分页、删除记录等操作 -// 详细可见:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/components/table.html#usetable +// 详细可见:https://doc.iocoder.cn/vue3/crud-schema/ const { tableObject, tableMethods } = useTable({ getListApi: MailLogApi.getMailLogPage // 分页接口 }) diff --git a/src/views/system/mail/log/log.data.ts b/src/views/system/mail/log/log.data.ts index 0fa695e4..62cbf516 100644 --- a/src/views/system/mail/log/log.data.ts +++ b/src/views/system/mail/log/log.data.ts @@ -5,7 +5,7 @@ import * as MailAccountApi from '@/api/system/mail/account' // 邮箱账号的列表 const accountList = await MailAccountApi.getSimpleMailAccountList() -// CrudSchema:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/hooks/useCrudSchemas.html +// CrudSchema:https://doc.iocoder.cn/vue3/crud-schema/ const crudSchemas = reactive([ { label: '编号', diff --git a/src/views/system/mail/template/index.vue b/src/views/system/mail/template/index.vue index 357b028f..a964a6fb 100644 --- a/src/views/system/mail/template/index.vue +++ b/src/views/system/mail/template/index.vue @@ -73,7 +73,7 @@ import MailTemplateSendForm from './MailTemplateSendForm.vue' // tableObject:表格的属性对象,可获得分页大小、条数等属性 // tableMethods:表格的操作对象,可进行获得分页、删除记录等操作 -// 详细可见:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/components/table.html#usetable +// 详细可见:https://doc.iocoder.cn/vue3/crud-schema/ const { tableObject, tableMethods } = useTable({ getListApi: MailTemplateApi.getMailTemplatePage, // 分页接口 delListApi: MailTemplateApi.deleteMailTemplate // 删除接口 diff --git a/src/views/system/mail/template/template.data.ts b/src/views/system/mail/template/template.data.ts index 99e6764a..e68f875a 100644 --- a/src/views/system/mail/template/template.data.ts +++ b/src/views/system/mail/template/template.data.ts @@ -17,7 +17,7 @@ export const rules = reactive({ status: [required] }) -// CrudSchema:https://kailong110120130.gitee.io/vue-element-plus-admin-doc/hooks/useCrudSchemas.html +// CrudSchema:https://doc.iocoder.cn/vue3/crud-schema/ const crudSchemas = reactive([ { label: '模板编码',