Explorar o código

添加证件类型名称

li.shaoyi %!s(int64=3) %!d(string=hai) anos
pai
achega
cab94696fe
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>