一些issue修改
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
>
|
>
|
||||||
<span>{{ item.subject }}</span>
|
<span>{{ item.subject }}</span>
|
||||||
<d-tag v-if="item.importance" :color="tagMap[item.importance]?.color || ''" size="sm">{{
|
<d-tag v-if="item.importance" :color="tagMap[item.importance]?.color || ''" size="sm">{{
|
||||||
tagMap[item.importance].text
|
tagMap[item.importance]?.text || ''
|
||||||
}}</d-tag>
|
}}</d-tag>
|
||||||
</div>
|
</div>
|
||||||
<div class="time-container">
|
<div class="time-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user