|
@@ -23,6 +23,9 @@
|
|
<el-table-column label="手机号" align="center">
|
|
<el-table-column label="手机号" align="center">
|
|
<template slot-scope="scope">{{ scope.row.phone }}</template>
|
|
<template slot-scope="scope">{{ scope.row.phone }}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="角色描述" align="center">
|
|
|
|
+ <template slot-scope="scope">{{ scope.row.roleDesc }}</template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="操作" width="200" align="center">
|
|
<el-table-column label="操作" width="200" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button size="mini" type="primary" @click="handleUpdate(scope.row)">修改
|
|
<el-button size="mini" type="primary" @click="handleUpdate(scope.row)">修改
|