This commit is contained in:
liuye
2023-09-06 15:54:49 +08:00
parent 5b32a8d9f2
commit 87441df05d
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
@getList="getTableDataGroup()" :col-configs="colConfigsGroup">
<el-table-column slot="avatar" label="群聊头像" align="left">
<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>
</el-table-column>
</ai-table>

View File

@@ -120,7 +120,7 @@ export default {
tableData: [],
totalInfo: {},
type: '0',
timeCheck: ['昨日', '近7天', '近30天', '自定义'],
timeCheck: ['近7天', '近30天', '近1年', '自定义'],
dialog: false,
dialogDate: false,
timeList: [],

View File

@@ -124,7 +124,7 @@ export default {
tableData: [],
totalInfo: {},
type: '0',
timeCheck: ['昨日', '近7天', '近30天', '自定义'],
timeCheck: ['近7天', '近30天', '近1年', '自定义'],
dialog: false,
dialogDate: false,
timeList: [],