li.shaoyi 3 роки тому
батько
коміт
cab94696fe
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      src/views/information/custom/index.vue

+ 3 - 0
src/views/information/custom/index.vue

@@ -34,6 +34,9 @@
         <template #cardtype="{ text }">
           <a>{{ getCardTypeEnumItemName(text) }}</a>
         </template>
+        <template #cardtypename="{ text }">
+          <a>{{ text || '--' }}</a>
+        </template>
       </a-table>
     </template>
   </mtp-table-scroll>