Merge branch 'khj'
This commit is contained in:
commit
2e5ce81981
@ -8,23 +8,23 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<ul class="p-0 m-0" v-for="item in wordList" :key="item.WRDDICSEQ">
|
||||
<small class="card-subtitle">{{$common.dateFormatter(item.lastEditor.updatedAt)}}</small>
|
||||
<li class="d-flex mb-1">
|
||||
<div class="avatar flex-shrink-0 me-1" >
|
||||
<img
|
||||
style="cursor: auto;"
|
||||
class="rounded-circle user-avatar"
|
||||
:src="getProfileImage(item.lastEditor.profileImage)"
|
||||
alt="최종 작성자"
|
||||
:style="{ borderColor: item.lastEditor.color }"
|
||||
@error="setDefaultImage"
|
||||
/>
|
||||
<img
|
||||
style="cursor: auto;"
|
||||
class="rounded-circle user-avatar"
|
||||
:src="getProfileImage(item.lastEditor.profileImage)"
|
||||
alt="최종 작성자"
|
||||
:style="{ borderColor: item.lastEditor.color }"
|
||||
@error="setDefaultImage"
|
||||
/>
|
||||
</div>
|
||||
<div class="timeline-event ps-1" style="cursor: pointer;" @click="goWordList(item.WRDDICCAT,item.WRDDICTTL)">
|
||||
<div class="timeline-header">
|
||||
<small class="text-primary text-uppercase">{{ item.category }}</small>
|
||||
<small class="text-primary text-uppercase">{{ item.category }}</small>
|
||||
</div>
|
||||
<h6 class="my-50">{{truncateTitle(item.WRDDICTTL) }}</h6>
|
||||
<h6 class="my-50"> {{truncateTitle(item.WRDDICTTL) }}</h6>
|
||||
<p class="text-body mb-0"><small>{{$common.dateFormatter(item.lastEditor.updatedAt)}}</small></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user