管道气线

This commit is contained in:
‘huanghaiixia’
2025-10-27 15:24:17 +08:00
parent 231ba89c53
commit fc3e7c10b7
16 changed files with 297 additions and 81 deletions

View File

@ -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
},
{