浏览代码

添加证件类型名称

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>