diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue index 4f09ddeb8..1570b4de1 100644 --- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue +++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue @@ -53,7 +53,7 @@ columns: [ { title: this.$t('standardInformation'), - align: 'center', + align: 'left', dataIndex: 'standardInfo', scopedSlots: { customRender: 'standardInformation' }, ellipsis: true, @@ -61,42 +61,42 @@ }, { title: this.$t('taskType'), - align: 'center', + align: 'left', dataIndex: 'flowTypeShow', ellipsis: true, width: 170 }, { title: this.$t('LastProcessor'), - align: 'center', + align: 'left', dataIndex: 'lastAssigneeName', ellipsis: true, width: 170 }, { title: this.$t('CurrentProcessor'), - align: 'center', + align: 'left', dataIndex: 'assigneeName', ellipsis: true, width: 170 }, { title: this.$t('TaskCutOffTime'), - align: 'center', + align: 'left', dataIndex: 'endTime', ellipsis: true, width: 170 }, { title: this.$t('taskStatus'), - align: 'center', + align: 'left', dataIndex: 'statusShow', ellipsis: true, width: 170 }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 120, scopedSlots: { customRender: 'operation' }