UI界面变更-文档OCR识别-文档拆分

This commit is contained in:
刘彦泽
2022-12-28 11:49:47 +08:00
parent d0f261b43d
commit 59b8cb2d5d
6 changed files with 17 additions and 13 deletions
@@ -158,7 +158,7 @@
this.columns.push({
title: res.db_field_txt,
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 170
@@ -187,7 +187,7 @@
if (this.showAction) {
this.columns.push({
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: width,
scopedSlots: { customRender: 'operation' }