管道气线
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
title: '表名',
|
||||
dataIndex: 'tableName',
|
||||
key: 'tableName',
|
||||
width: 100,
|
||||
width: 130,
|
||||
ellipsis: true,
|
||||
sorter: true
|
||||
},
|
||||
@ -29,7 +29,7 @@
|
||||
title: '属性名称',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
width: 100,
|
||||
width: 130,
|
||||
ellipsis: true,
|
||||
sorter: true
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
title: '操作类型',
|
||||
dataIndex: 'operationType',
|
||||
key: 'operationType',
|
||||
width: 80,
|
||||
width: 100,
|
||||
sorter: true,
|
||||
customRender: ({ record }) => {
|
||||
let text = record.operationType
|
||||
@ -52,7 +52,7 @@
|
||||
title: '原数据',
|
||||
dataIndex: 'oldValue',
|
||||
key: 'oldValue',
|
||||
width: 150,
|
||||
// width: 150,
|
||||
ellipsis: true,
|
||||
sorter: true
|
||||
},
|
||||
@ -60,7 +60,7 @@
|
||||
title: '新数据',
|
||||
dataIndex: 'newValue',
|
||||
key: 'newValue',
|
||||
width: 150,
|
||||
// width: 150,
|
||||
ellipsis: true,
|
||||
sorter: true
|
||||
},
|
||||
@ -75,7 +75,7 @@
|
||||
title: '操作IP',
|
||||
dataIndex: 'operationIp',
|
||||
key: 'operationIp',
|
||||
width: 150,
|
||||
width: 120,
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user