@@ -88,11 +88,11 @@
|
|||||||
<span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 150px">{{
|
<span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 150px">{{
|
||||||
user.RealName }}</span>
|
user.RealName }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: .75rem;line-height: 18px;color:#999" v-if="NODE_ENV !== 'usa'">{{ new
|
<!-- <div style="font-size: .75rem;line-height: 18px;color:#999" v-if="NODE_ENV !== 'usa'">{{ new
|
||||||
Date().getFullYear() }}{{ $t('common:date:today') }}{{ new Date().getMonth() +
|
Date().getFullYear() }}{{ $t('common:date:today') }}{{ new Date().getMonth() +
|
||||||
1 }}{{ $t('common:date:month') }}{{ new Date().getDate() }}{{ $t('common:date:day') }},{{ dayOfWeek }}
|
1 }}{{ $t('common:date:month') }}{{ new Date().getDate() }}{{ $t('common:date:day') }},{{ dayOfWeek }}
|
||||||
</div>
|
</div> -->
|
||||||
<div style="font-size: .75rem;line-height: 18px;color:#999" v-else>{{ moment().format('DD/MMM/YYYY') }},{{
|
<div style="font-size: .75rem;line-height: 18px;color:#999">{{ moment().format('DD/MMM/YYYY') }},{{
|
||||||
dayOfWeek }}
|
dayOfWeek }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user