| # | Citation Key | 标题 | 年份 | 状态 | 匹配分数 | 来源 |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ vr.reference.cite_key }} | {{ vr.reference.title }} | {{ vr.reference.year or '-' }} | {% if vr.status == 'verified' %}已验证 {% elif vr.status == 'possible_match' %}待确认 {% else %}未找到{% endif %} | {% if vr.match_score > 0 %} {{ "%.2f"|format(vr.match_score) }} {% else %}-{% endif %} | {{ vr.best_match.source if vr.best_match else '-' }} |
|
||||||