diff --git a/jero-web/src/components/OcrTable/DocTable.vue b/jero-web/src/components/OcrTable/DocTable.vue index 0d0fa270d..7448e00be 100644 --- a/jero-web/src/components/OcrTable/DocTable.vue +++ b/jero-web/src/components/OcrTable/DocTable.vue @@ -162,7 +162,7 @@ this.columns.push({ title: res.db_field_txt, dataIndex: res.db_field_name, - align: 'center', + align: 'left', ellipsis: true, sorter: res.sort }) @@ -190,7 +190,7 @@ if (this.showAction) { this.columns.push({ title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: width, scopedSlots: { customRender: 'operation' }