@@ -32,10 +32,7 @@
<template #t3="{row}">
<!-- 历年 -->
<div class="f14">
- <p>录取人数</p>
-<!-- <p>线差</p>-->
- <p>最低分</p>
- <p>最低位次</p>
+ <p>{{ row.history? row.history.year || '-' : '-' }}</p>
</div>
</template>
<template #t4="{row}">
@@ -79,10 +76,7 @@