@@ -144,8 +148,8 @@
item.type === 11
? 'question-item'
: item.isOpen === 2
- ? 'no-open-item'
- : ''
+ ? 'no-open-item'
+ : ''
]"
>
@@ -155,22 +159,23 @@
item.advisorId && item.imgUrl
? item.imgUrl
: !item.advisorId && !item.userId
- ? defaultImg
- : item.imgUrl
+ ? defaultImg
+ : item.imgUrl
"
alt=""
@click="openUserPhoto(item)"
- >
+ />
{{
- !item.userId
- ? !item.advisorId
- ? "助教"
- : "主播"
- : ""
- }}
+ >{{
+ !item.userId
+ ? !item.advisorId
+ ? "助教"
+ : "主播"
+ : ""
+ }}
{{
@@ -178,16 +183,17 @@
? item.advisorBasic
? item.advisorBasic.name
: item.createUserVO
- ? item.createUserVO.name
- : ""
+ ? item.createUserVO.name
+ : ""
: item.userName
- }}
- {{
- dayjs(item.createTime).format("YYYY-MM-DD HH:mm:ss")
- }}
-
+ }}
+ {{
+ dayjs(item.createTime).format("YYYY-MM-DD HH:mm:ss")
+ }}
+
已删除
+ >已删除
禁言
+ >禁言
公开
+ >公开
取消公开
+ >取消公开
解除禁言
+ >解除禁言
+ />
- 操作人:{{ item.userAdminVO.name }}时间:{{ item.deleteTime }}
+ 操作人:{{ item.userAdminVO.name }}时间:{{ item.deleteTime }}