<div style="text-align: right;">
<h1>{{$nPopupRecord.interview_candidate.candidate_talent.talent_name}}</h1>
{{$nPopupRecord.interview_candidate.candidate_talent.talent_title}} @ {{$nPopupRecord.interview_candidate.candidate_talent.talent_company}}
</div>
<br>
<hr style="height:1px; background-color:#c0c0c0; border:none;">
<div style="text-align: right;">
<h1>{{$nPopupRecord.offer_candidate.candidate_talent.talent_name}}</h1>
{{$nPopupRecord.offer_candidate.candidate_talent.talent_title}} @ {{$nPopupRecord.offer_candidate.candidate_talent.talent_company}}
</div>
<br>
<hr style="height:1px; background-color:#c0c0c0; border:none;">
interview – candidate – talent
offer – candidate – talent
为什么上面的可以获取到talent的字段并成功渲染,但是下面的无法渲染?
有没有大佬可以指教下的?