diff --git a/jero-web/src/views/documentManage/ocr/index.vue b/jero-web/src/views/documentManage/ocr/index.vue index 1c2d09694..4e0ac3840 100644 --- a/jero-web/src/views/documentManage/ocr/index.vue +++ b/jero-web/src/views/documentManage/ocr/index.vue @@ -232,19 +232,22 @@ title:'标准编号', key: 'standNumber', align:"center", - dataIndex: 'standNumber' + dataIndex: 'standNumber', + ellipsis: true, }, { title:'标准名称', key: 'standName', align:"center", - dataIndex: 'standName' + dataIndex: 'standName', + ellipsis: true, }, { title:'文本状态', key: 'fileType_dictText', align:"center", - dataIndex: 'fileType_dictText' + dataIndex: 'fileType_dictText', + ellipsis: true, }, { title:'文件名称', @@ -253,26 +256,30 @@ dataIndex: 'fileName', slots: { title: 'customTitle' }, scopedSlots: { customRender: 'fileName' }, + ellipsis: true, }, { title:'转换结果', key: 'resultContent', align:"center", - dataIndex: 'resultContent' + dataIndex: 'resultContent', + ellipsis: true, }, { title:'转换时间', key: 'createTime', align:"center", sorter: true, - dataIndex: 'createTime' + dataIndex: 'createTime', + ellipsis: true, }, { title:'同步情况', key: 'syncState', align:"center", sorter: true, - dataIndex: 'syncState' + dataIndex: 'syncState', + ellipsis: true, }, { title: this.$t('operation'), @@ -381,9 +388,6 @@ description:'', }); } - - - }, //同步 actionSynchron(){ diff --git a/jero-web/src/views/documentManage/ocr/modules/docTable.vue b/jero-web/src/views/documentManage/ocr/modules/docTable.vue index de95b0322..736c7ed8c 100644 --- a/jero-web/src/views/documentManage/ocr/modules/docTable.vue +++ b/jero-web/src/views/documentManage/ocr/modules/docTable.vue @@ -36,7 +36,7 @@