提交 6d024a90 编写于 作者: 查尔斯-BUG万象集's avatar 查尔斯-BUG万象集

refactor: 仪表盘公告区块增加空状态处理

上级 58e838d5
......@@ -11,6 +11,7 @@
}}</a-link>
</template>
<div>
<a-empty v-if="list.length === 0">暂无公告</a-empty>
<div v-for="(item, idx) in list" :key="idx" class="item">
<a-tag v-if="item.type === 1" color="orangered">活动</a-tag>
<a-tag v-else-if="item.type === 2" color="cyan">消息</a-tag>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册