Quellcode durchsuchen

志愿列表增加type选科科目

shilipojs vor 2 Jahren
Ursprung
Commit
54dc11962a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/career/zhiyuan/components/zhiyuan-list.vue

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

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