diff --git a/jero-web/src/components/OcrTable/index.vue b/jero-web/src/components/OcrTable/index.vue index cbab09ff6..a3570863f 100644 --- a/jero-web/src/components/OcrTable/index.vue +++ b/jero-web/src/components/OcrTable/index.vue @@ -13,7 +13,7 @@ @change="tableOnChange" > - {{record.resultContent=='转换成功'&&record.syncState=='未同步'&&record.fileSource=='1'?ol.text:''}} @@ -22,7 +22,7 @@ + v-has="'ocr:ocrRestful:downFile'" :class="{'text':record.resultContent=='转换成功'}"> {{record.resultContent=='转换成功'?ol.text:''}} @@ -166,7 +166,7 @@ this.columns.push({ title: res.db_field_txt, dataIndex: res.db_field_name, - align: 'center', + align: 'left', ellipsis: true, width: 170, sorter: res.sort @@ -195,7 +195,7 @@ if (this.showAction) { this.columns.push({ title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: width, scopedSlots: { customRender: 'operation' } @@ -290,4 +290,8 @@ text-justify: inter-ideograph; word-break: break-all } + + /*/deep/.table .ant-table-tbody > tr > td {*/ + /* color: #040B29 ;*/ + /*}*/ diff --git a/jero-web/src/components/SplitDetailTable/index.vue b/jero-web/src/components/SplitDetailTable/index.vue index ea4f0014d..486c723e4 100644 --- a/jero-web/src/components/SplitDetailTable/index.vue +++ b/jero-web/src/components/SplitDetailTable/index.vue @@ -171,7 +171,7 @@ this.columns.push({ title: res.db_field_txt, dataIndex: res.db_field_name, - align: 'center', + align: 'left', ellipsis: true, sorter: res.sort }) @@ -201,7 +201,7 @@ if (this.showAction) { this.columns.push({ title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: width, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/components/SplitSearch/index.vue b/jero-web/src/components/SplitSearch/index.vue index c15b6b177..a1ce0b7c8 100644 --- a/jero-web/src/components/SplitSearch/index.vue +++ b/jero-web/src/components/SplitSearch/index.vue @@ -2,7 +2,7 @@ -