From b182261da0e8ab040e9f9041348188b14106c37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 10 Jan 2023 10:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E8=AF=84=E4=BC=B0=E4=BB=BB=E5=8A=A1-=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=B1=85=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SentList.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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' }