Merge branch 'master' of gitcode.com:hk_openRepo/OpenRepo_Portal
Conflicts: src/views/Jyh/Home/index.vue
This commit is contained in:
@@ -87,9 +87,12 @@
|
||||
@click="openWarningDetail(item, index)"
|
||||
>
|
||||
<span>{{ item.subject }}</span>
|
||||
<d-tag v-if="item.importance" :color="tagMap[item.importance]?.color || ''" size="sm">{{
|
||||
tagMap[item.importance]?.text || ''
|
||||
}}</d-tag>
|
||||
<d-tag
|
||||
v-if="item.importance && tagMap[item.importance]"
|
||||
:color="tagMap[item.importance].color"
|
||||
size="sm"
|
||||
>{{ tagMap[item.importance].text }}</d-tag
|
||||
>
|
||||
</div>
|
||||
<div class="time-container">
|
||||
<d-icon name="icon-time"></d-icon>
|
||||
|
||||
Reference in New Issue
Block a user