Browse Source

添加证件类型名称

li.shaoyi 3 năm trước cách đây
mục cha
commit
cab94696fe
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>