Browse Source

null display fixed

hare8999@163.com 2 năm trước cách đây
mục cha
commit
0def1bfa7e
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

@@ -76,7 +76,7 @@
           <template #t2="{row}">
             <div>
               <p><span class="f18">{{ row.planCount || '-' }}</span>人</p>
-              <p class="f-9b f12">{{ `${row.xuezhi} ¥${row.xuefei}` }}</p>
+              <p class="f-9b f12">{{ `${row.xuezhi || ''} ¥${row.xuefei}` }}</p>
             </div>
           </template>
           <template #t3="{row}">