邮箱默认文件夹

dev/ckeditor
Lei OT 2 weeks ago
parent f78130544a
commit 7e84b9cb5a

@ -414,3 +414,15 @@ export const useEmailTemplate = (templateKey, params) => {
return { loading, error, templateContent }; return { loading, error, templateContent };
} }
export const mailboxSystemDirs = () => {
return [
{ key: 1, value: 1, label: '收件箱' },
{ key: 2, value: 2, label: '未读邮件' },
{ key: 3, value: 3, label: '已发邮件' },
{ key: 4, value: 4, label: '待发邮件' },
{ key: 5, value: 5, label: '草稿' },
{ key: 6, value: 6, label: '垃圾邮件' },
{ key: 7, value: 7, label: '已处理邮件' },
]
}

Loading…
Cancel
Save