xbot
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -120,7 +120,7 @@ export default { | ||||
|       tableData: [], | ||||
|       totalInfo: {}, | ||||
|       type: '0', | ||||
|       timeCheck: ['昨日', '近7天', '近30天', '自定义'], | ||||
|       timeCheck: ['近7天', '近30天', '近1年', '自定义'], | ||||
|       dialog: false, | ||||
|       dialogDate: false, | ||||
|       timeList: [], | ||||
|   | ||||
| @@ -124,7 +124,7 @@ export default { | ||||
|       tableData: [], | ||||
|       totalInfo: {}, | ||||
|       type: '0', | ||||
|       timeCheck: ['昨日', '近7天', '近30天', '自定义'], | ||||
|       timeCheck: ['近7天', '近30天', '近1年', '自定义'], | ||||
|       dialog: false, | ||||
|       dialogDate: false, | ||||
|       timeList: [], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user