diff --git a/src/views/certification/certificationList/components/CertificationTable.vue b/src/views/certification/certificationList/components/CertificationTable.vue new file mode 100644 index 0000000..bd65ef7 --- /dev/null +++ b/src/views/certification/certificationList/components/CertificationTable.vue @@ -0,0 +1,402 @@ + + + + + + + + {{ getCertificationTypeLabel(record.certificationType) }} + + + + + + + + {{ getStatusLabel(record.certificationStatus) }} + + + + + + + + + + + + + + {{ record.name }} + + + {{ record.idCard }} + + + {{ record.certificationStart }} - {{ record.certificationEnd }} + + + + + + + + {{ record.companyName }} + + + + {{ record.unifiedSocialCreditCode }} + + + + {{ record.name }}(法人) + + + {{ record.name }}(被授权人) + + + {{ record.name }} + + + + + + + + + 审核 + + + 详情 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/certification/certificationList/index.vue b/src/views/certification/certificationList/index.vue index 1b42009..0766a1e 100644 --- a/src/views/certification/certificationList/index.vue +++ b/src/views/certification/certificationList/index.vue @@ -1,254 +1,145 @@ - - - - - - - - - - + + + + + + + + + + - - - - 全部 - - + + + + 全部类型 + {{ item.label }} - - - - - + + + + - - - - - {{ item.label }} - - - - + + + + 全部状态 + + + {{ item.label }} + + + + + - - - - {{ $t('button.reset') }} - - {{ $t('button.search') }} - - - - - - - + + + {{ $t('button.reset') }} + + {{ $t('button.search') }} + + + + + + + - - - - - - - - - - - - {{ authenticationDict.getLabel(record.certificationStatus) }} - - + + + + + + + + + + + + + + + + - - - - 用户审核 - - - - - - - - - - - + + \ No newline at end of file