新增待办信息

This commit is contained in:
2025-12-16 22:22:58 +08:00
parent e5b6f7a2a6
commit 5884a3125c
23 changed files with 374 additions and 171 deletions

View File

@@ -10,9 +10,6 @@
<TabPane key="3" tab="附件箱">
<MailAttachments />
</TabPane>
<TabPane key="4" tab="邮箱配置">
<MailAccount />
</TabPane>
</Tabs>
</div>
</template>
@@ -22,8 +19,7 @@
import MailSent from './sent/list.vue';
import MailReceived from './received/list.vue';
import MailAttachments from './attachments/list.vue';
import MailAccount from './account/list.vue';
const activeKey = ref('1');
</script>