|
@@ -45,6 +45,9 @@
|
|
|
<el-table-column label="姓名" align="center">
|
|
|
<template slot-scope="scope">{{scope.row.nickName}}</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="手机号" align="center">
|
|
|
+ <template slot-scope="scope">{{scope.row.phone}}</template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="邮箱" align="center">
|
|
|
<template slot-scope="scope">{{scope.row.email}}</template>
|
|
|
</el-table-column>
|