一些issue修改

This commit is contained in:
付民康
2025-03-21 10:15:35 +08:00
parent 4cd4794dcb
commit 7af4f79bfc

View File

@@ -88,7 +88,7 @@
>
<span>{{ item.subject }}</span>
<d-tag v-if="item.importance" :color="tagMap[item.importance]?.color || ''" size="sm">{{
tagMap[item.importance].text
tagMap[item.importance]?.text || ''
}}</d-tag>
</div>
<div class="time-container">