diff --git a/jero-web/src/views/projectManagement/components/addModelconformance.vue b/jero-web/src/views/projectManagement/components/addModelconformance.vue index 0bdd14ac0..b432e6eb9 100644 --- a/jero-web/src/views/projectManagement/components/addModelconformance.vue +++ b/jero-web/src/views/projectManagement/components/addModelconformance.vue @@ -21,6 +21,7 @@ @@ -53,6 +54,7 @@ @@ -177,6 +179,7 @@ @@ -195,6 +198,7 @@
{{item}}--> @@ -269,6 +275,7 @@
diff --git a/jero-web/src/views/projectManagement/components/listEditModel.vue b/jero-web/src/views/projectManagement/components/listEditModel.vue index f29c1d6ca..4542416a6 100644 --- a/jero-web/src/views/projectManagement/components/listEditModel.vue +++ b/jero-web/src/views/projectManagement/components/listEditModel.vue @@ -662,20 +662,20 @@ dataIndex: 'verifyDeliverableTypeName', align: 'left', ellipsis: true, - width: 180 + width: 200 }, { title: this.$t('verify')+ this.$t('deliverableTemplate'), dataIndex: 'verifyDeliverableTemplateName', align: 'left', ellipsis: true, - width: 180 + width: 200 }, { title: this.$t('operation'), align: 'left', fixed: 'right', - width: 110, + width: 130, scopedSlots: { customRender: 'operation' } } ],