Преглед на файлове

添加证件类型名称

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>