UI界面变更-文档OCR识别-调取已入库文件

This commit is contained in:
刘彦泽
2022-12-29 22:40:59 +08:00
parent 61760acdba
commit 98b4712ca7
@@ -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' }