Browse Source

模拟志愿列表调整

shilipojs 2 years ago
parent
commit
52673e41e9
1 changed files with 2 additions and 8 deletions
  1. 2 8
      src/views/career/zhiyuan/components/zhiyuan-list.vue

+ 2 - 8
src/views/career/zhiyuan/components/zhiyuan-list.vue

@@ -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 @@
             </template>
             <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}">