认证清单增加认证类型

This commit is contained in:
zyx.net
2023-04-18 14:36:38 +08:00
parent 19aa110dc5
commit d750766a85
4 changed files with 60 additions and 7 deletions
@@ -668,6 +668,13 @@
width: 100,
ellipsis: true
},
{
title: this.$t('certificationType'),
align: 'left',
dataIndex: 'attestationTypeName',
width: 120,
ellipsis: true
},
{
title: 'WVTA ID',
align: 'left',
@@ -691,13 +698,6 @@
width: 120,
ellipsis: true
},
{
title: this.$t('certificationType'),
align: 'left',
dataIndex: 'attestationTypeName',
width: 120,
ellipsis: true
},
{
title: this.$t('engineeringInterfacePerson'),
align: 'left',