{{ uni.index }}. {{ uni.university_name }} {% if uni.group_subtitle %}{{ uni.group_subtitle }}{% endif %} {% if uni.rec_id %} 👍🏻 推荐学校 {% endif %}
{% if uni.tag_list %} {% endif %}{{ uni.prob_display | replace('%', '%') | safe }}
{% if uni.prob_min != uni.prob_max %}预测录取率区间{% else %}预测录取率{% endif %}
{% if uni.has_major_group %} {% if uni.group_count > 1 %}展开查看 {{ uni.group_count }} 个专业组的历年投档与专业详情{% else %}展开查看历年投档与专业详情{% endif %} {% else %} 展开查看专业详情({{ uni.flat_major_count }} 个专业) {% endif %}
{% if not uni.has_major_group %}
{% else %}
{% for group in uni.groups %}
{% if group.has_content %}
{% if group.score_history %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
| 专业名称 | 选科要求 | 学制/学费 | 计划 | 历年投档(分/位次) | 专业录取率 |
|---|---|---|---|---|---|
|
{{ m.major_name }}
{% if m.rec_id %}🔥 推荐专业{% endif %}
{% if m.major_code or m.major_class %}
{% endif %}
|
{{ m.claim or '不限' }} | {{ m.study_year or '—' }}年 / {{ m.study_cost_display }} | {{ m.plan_num or '—' }} |
{% if m.entry_score_history %}
{% for h in m.entry_score_history[:2] %}{{ h.year }}:{{ h.score }}/{{ h.rank }}{% endfor %}
{% else %}—{% endif %}
|
{% if m.enroll_probability is not none %}{{ m.enroll_probability }}%{% else %}—{% endif %} |
专业组 {{ group.major_group or '—' }}
{% if group.enroll_probability is not none %}专业组录取率 {{ group.enroll_probability }}%{% endif %}
{% for h in group.score_history %}
{% endfor %}
{% endif %}
{% if group.majors %}
{{ h.year }}年投档
{{ h.score }}分 / 位次{{ h.rank }} / 计划{{ h.plan_num }}
| 专业名称 | 选科要求 | 学制/学费 | 计划 | 专业录取率 |
|---|---|---|---|---|
|
{{ m.major_name }}
{% if m.rec_id %}🔥 推荐专业{% endif %}
{% if m.major_code or m.major_class %}{% endif %}
|
{{ m.claim or '不限' }} | {{ m.study_year or '—' }}年 / {{ m.study_cost_display }} | {{ m.plan_num or '—' }} | {% if m.enroll_probability is not none %}{{ m.enroll_probability }}%{% else %}—{% endif %} |