|
@@ -109,7 +109,6 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="授权时间" prop="createTime" width="130" :show-overflow-tooltip="true" />
|
|
<el-table-column label="授权时间" prop="createTime" width="130" :show-overflow-tooltip="true" />
|
|
<el-table-column label="用户分组" prop="sysUserGroupList" width="150" :show-overflow-tooltip="true">
|
|
<el-table-column label="用户分组" prop="sysUserGroupList" width="150" :show-overflow-tooltip="true">
|
|
-
|
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div v-if="scope.row.sysUserGroupList"><span v-for="(item, index) in scope.row.sysUserGroupList"
|
|
<div v-if="scope.row.sysUserGroupList"><span v-for="(item, index) in scope.row.sysUserGroupList"
|
|
:key="item.id"><i v-if="index > 0">,</i>{{ item.groupName }}</span></div>
|
|
:key="item.id"><i v-if="index > 0">,</i>{{ item.groupName }}</span></div>
|