一些issue修改
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user