群状态

This commit is contained in:
liuye
2023-08-22 16:54:42 +08:00
parent 6ac9c8e569
commit 71f3bce5c7

View File

@@ -104,7 +104,7 @@ export default {
{ slot: "avatar", label: '群聊头像'},
{ prop: "nickname", label: '群名称', align: 'center'},
{ prop: "managerNickname", label: '群主昵称', align: 'center'},
{ prop: "xbotGroupStatus", label: '群状态', align: 'center', dict: 'xbotGroupStatus'},
{ prop: "status", label: '群状态', align: 'center', dict: 'xbotGroupStatus'},
{ prop: "managerTpUserName", label: '关联人员', align: 'center'},
{ prop: "managerTpUserDeptName", label: '主部门', align: 'center'},
{ slot: "option"},