Commit 73d07fda authored by mayongxin's avatar mayongxin

数据库管理字段替换

parent b7e9fa93
Pipeline #26963 passed with stages
in 19 minutes 49 seconds
......@@ -183,21 +183,21 @@ const ManagementDataBase = () => {
const autoCheckColumns = [
{
title: '表名称',
dataIndex: 'tableName',
key: 'tableName',
dataIndex: 'TableName',
key: 'TableName',
width: 200,
ellipsis: true,
},
{
title: '类型',
dataIndex: 'type',
key: 'type',
dataIndex: 'Type',
key: 'Type',
width: 180,
ellipsis: true,
},
{
title: '差异比较',
dataIndex: 'message',
dataIndex: 'Message',
key: 'message',
},
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment