diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 540d1b48f..eefdc43ae 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -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', diff --git a/jero-web/src/views/virtualAuthenticationList/components/addModel.vue b/jero-web/src/views/virtualAuthenticationList/components/addModel.vue index c6e0407ae..a8f62b3a7 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/addModel.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/addModel.vue @@ -146,6 +146,23 @@ + +
+
+ * + {{$t('certificationType')}} +
+ + + +
+
@@ -435,4 +452,7 @@ export default { border: 1px #00B3BE solid; color: #00B3BE; } +::v-deep .attestationType .ant-form-explain{ + margin-top: -16px; +} \ No newline at end of file diff --git a/jero-web/src/views/virtualAuthenticationList/components/editModel.vue b/jero-web/src/views/virtualAuthenticationList/components/editModel.vue index f24bf95ad..d701773f9 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/editModel.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/editModel.vue @@ -61,6 +61,22 @@
+ +
+
+ * + {{$t('certificationType')}} +
+ + + +
+
@@ -211,6 +227,13 @@ export default { trigger: 'change' } ], + attestationType: [ + { + required: true, + message: this.$t('certificationType') + this.$t('cannotEmpty'), + trigger: 'change' + } + ], category: [ { required: true, @@ -425,4 +448,7 @@ export default { ::v-deep .ant-select-disabled .ant-select-selection-selected-value{ color: #040B29!important; } +::v-deep .attestationType .ant-form-explain{ + margin-top: -16px; +} \ No newline at end of file diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index d7755f2e8..774a893e0 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -331,6 +331,13 @@ width: 200, ellipsis: true }, + { + title: this.$t('certificationType'), + align: 'left', + dataIndex: 'attestationTypeName', + width: 180, + ellipsis: true + }, { title: 'WVTA ID', align: 'left',