diff --git a/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue b/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue index cb2d49353..8dc0595a1 100644 --- a/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue +++ b/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue @@ -90,12 +90,12 @@ export default { { title: this.$t('zoneOfApplication'), dataIndex: 'region_dictText', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('parameterTemplate'), - align: 'center', + align: 'left', dataIndex: 'paramsTemplateName', ellipsis: true } diff --git a/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue b/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue index d6c03ca68..759621f14 100644 --- a/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue +++ b/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue @@ -161,18 +161,18 @@ title: this.$t('entryName'), dataIndex: 'projectName', key: 'showArea', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('ListTitle'), - align: 'center', + align: 'left', dataIndex: 'title', ellipsis: true }, { title: this.$t('parameterTemplate'), - align: 'center', + align: 'left', dataIndex: 'paramsTemplateName', ellipsis: true, scopedSlots: { customRender: 'parameterTemplateSlot' }