发送失败的消息不能被多选中

This commit is contained in:
bob
2025-05-13 15:25:56 +08:00
parent 5ac2d69c43
commit 748423b2b9

View File

@@ -1063,7 +1063,8 @@ const multiSelectOptionDisabled = computed(() => {
contentType.value === msgContentType.RECORDING ||
isSystemMsg.value ||
isRevoke.value ||
isDelete.value
isDelete.value ||
msgStatus.value !== msgSendStatus.OK
)
})