xbot
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
@getList="getTableDataGroup()" :col-configs="colConfigsGroup">
|
@getList="getTableDataGroup()" :col-configs="colConfigsGroup">
|
||||||
<el-table-column slot="avatar" label="群聊头像" align="left">
|
<el-table-column slot="avatar" label="群聊头像" align="left">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<img :src="row.avatar" alt="" class="group-avatar">
|
<img :src="row.avatar ? row.avatar : 'https://cdn.cunwuyun.cn/dvcp/group-img.png'" alt="" class="group-avatar">
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</ai-table>
|
</ai-table>
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ export default {
|
|||||||
tableData: [],
|
tableData: [],
|
||||||
totalInfo: {},
|
totalInfo: {},
|
||||||
type: '0',
|
type: '0',
|
||||||
timeCheck: ['昨日', '近7天', '近30天', '自定义'],
|
timeCheck: ['近7天', '近30天', '近1年', '自定义'],
|
||||||
dialog: false,
|
dialog: false,
|
||||||
dialogDate: false,
|
dialogDate: false,
|
||||||
timeList: [],
|
timeList: [],
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ export default {
|
|||||||
tableData: [],
|
tableData: [],
|
||||||
totalInfo: {},
|
totalInfo: {},
|
||||||
type: '0',
|
type: '0',
|
||||||
timeCheck: ['昨日', '近7天', '近30天', '自定义'],
|
timeCheck: ['近7天', '近30天', '近1年', '自定义'],
|
||||||
dialog: false,
|
dialog: false,
|
||||||
dialogDate: false,
|
dialogDate: false,
|
||||||
timeList: [],
|
timeList: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user