显示电话
This commit is contained in:
@@ -31,10 +31,9 @@
|
|||||||
<el-table-column label="author" align="center" width="300">
|
<el-table-column label="author" align="center" width="300">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<b>{{scope.row.user.realname}}</b><br/>
|
<b>{{scope.row.user.realname}}</b><br/>
|
||||||
{{scope.row.user.email}}
|
{{scope.row.user.email}}<br/>
|
||||||
|
{{scope.row.user.phone}}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="Remarks" align="center">
|
<el-table-column label="Remarks" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user