|
|
|
@ -69,7 +69,7 @@ |
|
|
|
</el-tag> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="群组" align="center" prop="groupIds" width="200"> |
|
|
|
<el-table-column label="群组" align="center" prop="groupIds" width="120"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-tag |
|
|
|
v-for="groupId in (scope.row.groupIds || '').split(',').filter((id) => id)" |
|
|
|
@ -99,8 +99,9 @@ |
|
|
|
<span>{{ parseTime(scope.row.lastLoginTime, '{y}-{m}-{d}') }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="用户IP" align="center" prop="lastLoginIp" /> |
|
|
|
<el-table-column label="地址来源" align="center" prop="sourceUrl" /> |
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="120"> |
|
|
|
<template #default="scope"> |
|
|
|
<!-- |
|
|
|
<el-button v-hasPermi="['im:user:query']" link type="primary" @click="handleDetail(scope.row)">详情</el-button> |
|
|
|
|