消息-bug修复

This commit is contained in:
bb_pan 2025-02-19 14:45:56 +08:00
parent 7dd1754362
commit cddfcbdc05
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div> <div>
{{ {{
myCompanyId == item.toCompany myCompanyId == item.toCompany
? item.fromCompanyName ? item.fromCompanyName || '系统通知'
: item.toCompanyName : item.toCompanyName
}} }}
</div> </div>