新增待办信息
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user