Browse Source

志愿列表增加type选科科目

shilipojs 2 năm trước cách đây
mục cha
commit
261fdef33a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/career/zhiyuan/components/zhiyuan-list.vue

+ 1 - 1
src/views/career/zhiyuan/components/zhiyuan-list.vue

@@ -33,7 +33,7 @@
     <template #t3="{row}">
       <!--   历年 -->
       <div class="f14">
-        <p>{{ row.history ? row.history.year || '-' : '-' }}</p>
+        <p>{{ row.history ? row.history.year || '-' : '-' }}{{ `(${row.history.type || '-'})`}}</p>
       </div>
     </template>
     <template #t4="{row}">