|
@@ -58,6 +58,8 @@
|
|
<el-table-column prop="real_name" label="用户姓名" width=""></el-table-column>
|
|
<el-table-column prop="real_name" label="用户姓名" width=""></el-table-column>
|
|
<el-table-column prop="mobile" label="联系方式" width=""></el-table-column>
|
|
<el-table-column prop="mobile" label="联系方式" width=""></el-table-column>
|
|
<el-table-column prop="type_name" label="用户类型" width=""></el-table-column>
|
|
<el-table-column prop="type_name" label="用户类型" width=""></el-table-column>
|
|
|
|
+ <el-table-column prop="role_name" label="角色类型" width=""></el-table-column>
|
|
|
|
+ <el-table-column prop="admin_real_name" label="操作人" width=""></el-table-column>
|
|
<el-table-column prop="created_at" label="创建时间" width=""></el-table-column>
|
|
<el-table-column prop="created_at" label="创建时间" width=""></el-table-column>
|
|
<el-table-column prop="status" label="账号状态" width="">
|
|
<el-table-column prop="status" label="账号状态" width="">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -69,7 +71,7 @@
|
|
></el-switch>
|
|
></el-switch>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column fixed="right" label="操作" width="200" header-align="center">
|
|
+ <el-table-column fixed="right" label="操作" width="100" header-align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="listBtnBox">
|
|
<div class="listBtnBox">
|
|
<div class="listEditBtn" @click="goEdit(scope.row.id,scope.row.type_id)"><i class="el-icon-edit-outline"></i>编辑</div>
|
|
<div class="listEditBtn" @click="goEdit(scope.row.id,scope.row.type_id)"><i class="el-icon-edit-outline"></i>编辑</div>
|