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

This commit is contained in:
YunaiV
2023-01-27 17:10:15 +08:00
parent 4996d05d1e
commit 86a884e3d2
3 changed files with 21 additions and 1 deletions

View File

@@ -55,6 +55,11 @@ const crudSchemas = reactive<VxeCrudSchema>({
slots: {
default: 'accountId_default'
}
},
search: {
slots: {
default: 'accountId_search'
}
}
},
{