UI界面变更-认证管理、

This commit is contained in:
刘彦泽
2022-12-28 17:49:54 +08:00
parent c1a32e7ef8
commit bdbe0ebb17
5 changed files with 22 additions and 22 deletions
@@ -487,7 +487,7 @@
if (res.type) {
this.columns.push({
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 500
@@ -503,7 +503,7 @@
this.columns.push({
title: res.db_field_txt,
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 160