diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
index 0dd46f5..ef4be28 100644
--- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
+++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
@@ -377,6 +377,7 @@
@@ -446,6 +447,48 @@
—
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -792,38 +835,53 @@ export default {
dataSource: [],
count: 2,
// 证书列表
+ // 证书列表
columns: [
{
title: '序号',
dataIndex: 'index',
- width: '10%',
+ width: 80,
align: 'center'
},
{
title: '证书类型',
dataIndex: 'certificate',
- width: '20%',
+ width: 160,
align: 'center',
scopedSlots: { customRender: 'certificate' }
},
{
title: '证书代码',
dataIndex: 'certificate_code',
- width: '30%',
+ width: 160,
scopedSlots: { customRender: 'code' },
align: 'center'
},
{
title: '备案通知书',
dataIndex: 'recordNotice',
- width: '30%',
+ width: 160,
scopedSlots: { customRender: 'recordNotice' },
align: 'center'
},
+ {
+ title: '生效日期',
+ dataIndex: 'effectDate',
+ width: 200,
+ align: 'center',
+ scopedSlots: { customRender: 'effectDate' }
+ },
+ {
+ title: '失效日期',
+ dataIndex: 'invalidDate',
+ width: 200,
+ align: 'center',
+ scopedSlots: { customRender: 'invalidDate' }
+ },
{
title: '证书附件',
dataIndex: 'text',
- width: '30%',
+ width: 160,
align: 'center',
scopedSlots: { customRender: 'certificateImg' }
}
diff --git a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
index 20fb209..20adc35 100644
--- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
+++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
@@ -850,6 +850,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
缴费信息