页面调整

This commit is contained in:
wuxw 2022-12-25 07:35:38 +08:00
parent 9da2e1bd32
commit 310cdf4224

View File

@ -145,10 +145,13 @@
{{room.layer}}
<span><vc:i18n name="层" namespace="room"></vc:i18n></span>
</td>
<td class="text-center hand" @click="_viewOwner(room)">
<td class="text-center hand" v-if="room.ownerName" @click="_viewOwner(room)">
{{room.ownerName}}({{room.link}})
<span class="fa fa-info-circle"></span>
</td>
<td class="text-center hand" v-else @click="_viewOwner(room)">
{{room.ownerName}}
</td>
<td class="text-center">
{{room.roomSubTypeName}}
</td>