UI界面变更-项目参数任务

This commit is contained in:
刘彦泽
2022-12-29 16:16:04 +08:00
parent 70ff9c8789
commit 5fd0c14c11
3 changed files with 18 additions and 8 deletions
@@ -653,7 +653,7 @@
if (res.type) {
this.columns.push({
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 500
@@ -669,7 +669,7 @@
this.columns.push({
title: res.db_field_txt,
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
// ellipsis: true,
fixed: res.click5 ? 'left' : '',
sorter: res.sort,