|
@@ -2,7 +2,7 @@
|
|
|
<el-container>
|
|
|
<el-aside width="150pt">
|
|
|
<el-tree
|
|
|
- style="background: #E9EEF3; height:110vh; padding:15%;"
|
|
|
+ style="background: #E9EEF3; height:93vh; padding:15%;"
|
|
|
:data="bizOptions"
|
|
|
node-key="id"
|
|
|
undraggable
|
|
@@ -53,7 +53,7 @@
|
|
|
<el-table :data="list" style="width: 100%; height:570vh;" row-key="id" lazy align="center">
|
|
|
<el-table-column prop="id" label="ID" width="150" align="center"><template slot-scope="scope"><span>{{ scope.row.id }}</span></template></el-table-column>
|
|
|
<el-table-column prop="name" label="姓名" width="180" align="center"><template slot-scope="scope"><span>{{ scope.row.name }}</span></template> </el-table-column>
|
|
|
- <!-- <el-table-column label="team" width="180" align="center"><template slot-scope="scope"><span>{{ scope.row.teamName }}</span></template></el-table-column> -->
|
|
|
+ <el-table-column label="team" width="180" align="center"><template slot-scope="scope"><span>{{ scope.row.teamId }}</span></template></el-table-column>
|
|
|
<el-table-column label="邮箱" width="180" align="center"><template slot-scope="scope"><span>{{ scope.row.email }}</span></template></el-table-column>
|
|
|
<el-table-column prop="role" label="角色" width="150" align="center"><template slot-scope="scope"><span>{{ scope.row.role }}</span></template></el-table-column>
|
|
|
<el-table-column label="操作" align="center" min-width="220px" fixed="right">
|