上传失败的不重发

This commit is contained in:
bob
2025-04-17 10:03:17 +08:00
parent 6d88195590
commit 959cbaf394

View File

@@ -704,7 +704,10 @@ watch(
"
class="my-message-status my-message-status-failed"
>
<el-icon color="red" title="点击重发" @click="onResendMsg"
<el-icon
color="red"
:title="msgStatus === msgSendStatus.FAILED ? 点击重发 : ''"
@click="onResendMsg"
><WarningFilled
/></el-icon>
</div>