消息-bug修复
This commit is contained in:
parent
7dd1754362
commit
cddfcbdc05
|
|
@ -27,7 +27,7 @@
|
||||||
<div>
|
<div>
|
||||||
{{
|
{{
|
||||||
myCompanyId == item.toCompany
|
myCompanyId == item.toCompany
|
||||||
? item.fromCompanyName
|
? item.fromCompanyName || '系统通知'
|
||||||
: item.toCompanyName
|
: item.toCompanyName
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue