소스 검색

志愿列表增加type选科科目

shilipojs 2 년 전
부모
커밋
261fdef33a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}">