会议通知时间选择
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<img :src="$cdn + 'common/xzn.png'" v-else alt="">
|
||||
</div>
|
||||
<div class="person" v-if="item.type==0">
|
||||
<u-avatar :src="item.avatar || ($cdn + 'common/xztx.png')" mode="square" :size="74"></u-avatar>
|
||||
<u-avatar :src="item.avatar || ($cdn + 'common/xztx.png')" mode="square" :size="37"></u-avatar>
|
||||
</div>
|
||||
|
||||
<u-row justify="between" style="width: 100%;">
|
||||
@@ -58,7 +58,7 @@
|
||||
<span class="ellipsis">{{item[tag]}}</span>
|
||||
</template>
|
||||
<template v-else>
|
||||
<u-avatar :src="item.avatar || ($cdn + 'common/xztx.png')" mode="square" :size="74"
|
||||
<u-avatar :src="item.avatar || ($cdn + 'common/xztx.png')" mode="square" :size="37"
|
||||
style="margin: 0 17px;"></u-avatar>
|
||||
<span class="ellipsis">{{item["name"]}}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user