变更需求
This commit is contained in:
@@ -29,11 +29,16 @@
|
||||
</ai-search-bar>
|
||||
<ai-table :tableData="tableData" :total="total" :current.sync="search.current" :size.sync="search.size"
|
||||
@getList="getTableData()" :col-configs="colConfigs">
|
||||
<el-table-column slot="avatar" label="头像 " align="left" width="150">
|
||||
<el-table-column slot="avatar" label="头像 " align="left" width="100">
|
||||
<template slot-scope="{ row }">
|
||||
<img :src="row.avatar ? row.avatar : 'https://cdn.cunwuyun.cn/dvcp/group-img.png'" alt="" class="group-avatar">
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column slot="loginUserName" label="姓名" align="left" width="180" show-overflow-tooltip>
|
||||
<template slot-scope="{ row }">
|
||||
<p>{{row.loginUserName}} ({{row.loginUserId}})</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column slot="groupCount" label="监控群聊" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
<div @click="showDialog(row)" style="cursor: pointer;color:#26f">{{row.monitorGroupCount}}</div>
|
||||
@@ -137,8 +142,8 @@ export default {
|
||||
{ prop: "type", label: '类型', dict: 'xbotType', width: 150},
|
||||
{ slot: "avatar"},
|
||||
{ prop: "xbotName", label: '机位'},
|
||||
{ slot: "loginUserId", label: '用户id'},
|
||||
{ prop: "loginUserName", label: '姓名', align: "left"},
|
||||
// { slot: "loginUserId", label: '用户id'},
|
||||
{ slot: "loginUserName"},
|
||||
{ prop: "phone", label: '手机号'},
|
||||
// { prop: "girdNames", label: '管辖区域'},
|
||||
{ slot: "groupCount", label: '监控群聊'},
|
||||
|
||||
Reference in New Issue
Block a user