Skip to content

Commit 12edcec

Browse files
committed
chore: 移除无用配置
Closes #ID3908
1 parent 619ee77 commit 12edcec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/dashboard/workplace/components/LatestActivity.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a-skeleton-line :rows="10" />
2121
</a-skeleton>
2222
<div v-else>
23-
<a-empty v-if="dataList.length === 0">暂无动态</a-empty>
23+
<a-empty v-if="dataList.length === 0" />
2424
<a-comment
2525
v-for="(item, index) in dataList"
2626
v-else

src/views/dashboard/workplace/components/Notice.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a-skeleton-line :rows="5" />
1313
</a-skeleton>
1414
<div v-else>
15-
<a-empty v-if="dataList.length === 0">暂无公告</a-empty>
15+
<a-empty v-if="dataList.length === 0" />
1616
<div v-else>
1717
<div v-for="(item, idx) in dataList" :key="idx" class="item">
1818
<a-tag v-if="item.isTop" color="red">置顶</a-tag>

0 commit comments

Comments
 (0)