|
@@ -11,24 +11,7 @@
|
|
|
<template slot="content">
|
|
|
<a-spin :spinning="loadding">
|
|
|
<a-tabs>
|
|
|
- <a-tab-pane :tab="msg1Title" key="1">
|
|
|
- <!--<a-list>
|
|
|
- <a-list-item>
|
|
|
- <a-list-item-meta title="你收到了 14 份新周报" description="一年前">
|
|
|
- <a-avatar style="background-color: white" slot="avatar" src="https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png"/>
|
|
|
- </a-list-item-meta>
|
|
|
- </a-list-item>
|
|
|
- <a-list-item>
|
|
|
- <a-list-item-meta title="你推荐的 IT大牛 已通过第三轮面试" description="一年前">
|
|
|
- <a-avatar style="background-color: white" slot="avatar" src="https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png"/>
|
|
|
- </a-list-item-meta>
|
|
|
- </a-list-item>
|
|
|
- <a-list-item>
|
|
|
- <a-list-item-meta title="这种模板可以区分多种通知类型" description="一年前">
|
|
|
- <a-avatar style="background-color: white" slot="avatar" src="https://gw.alipayobjects.com/zos/rmsportal/kISTdvpyTAhtGxpovNWd.png"/>
|
|
|
- </a-list-item-meta>
|
|
|
- </a-list-item>
|
|
|
- </a-list>-->
|
|
|
+ <!-- <a-tab-pane :tab="msg1Title" key="1">
|
|
|
<a-list>
|
|
|
<a-list-item :key="index" v-for="(record, index) in announcement1">
|
|
|
<div style="margin-left: 5%;width: 80%">
|
|
@@ -52,7 +35,7 @@
|
|
|
<a-button @click="toMyAnnouncement()" type="dashed" block>查看更多</a-button>
|
|
|
</div>
|
|
|
</a-list>
|
|
|
- </a-tab-pane>
|
|
|
+ </a-tab-pane> -->
|
|
|
<a-tab-pane :tab="msg2Title" key="2">
|
|
|
<a-list>
|
|
|
<a-list-item :key="index" v-for="(record, index) in announcement2">
|