소스 검색

添加证件类型名称

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>