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 = () => { ...@@ -183,21 +183,21 @@ const ManagementDataBase = () => {
const autoCheckColumns = [ const autoCheckColumns = [
{ {
title: '表名称', title: '表名称',
dataIndex: 'tableName', dataIndex: 'TableName',
key: 'tableName', key: 'TableName',
width: 200, width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '类型', title: '类型',
dataIndex: 'type', dataIndex: 'Type',
key: 'type', key: 'Type',
width: 180, width: 180,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '差异比较', title: '差异比较',
dataIndex: 'message', dataIndex: 'Message',
key: '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