评论
This commit is contained in:
@@ -51,16 +51,11 @@
|
||||
<el-tooltip placement="top" v-if="scope.row.user">
|
||||
<div slot="content">
|
||||
<div>
|
||||
<p v-if="scope.row.user.nickname && scope.row.user.name">
|
||||
<p v-if="scope.row.user.nickname ">
|
||||
昵称:{{ scope.row.user.nickname }}
|
||||
<span v-if="scope.row.user.name"
|
||||
> ( 姓名:{{
|
||||
scope.row.user.name
|
||||
}}
|
||||
)</span
|
||||
>
|
||||
|
||||
</p>
|
||||
<p v-else-if="scope.row.user.name">
|
||||
<p v-if="scope.row.user.name">
|
||||
姓名:{{ scope.row.user.name }}
|
||||
</p>
|
||||
<p v-if="scope.row.user.email">
|
||||
|
||||
Reference in New Issue
Block a user