【修改】修改错误
This commit is contained in:
@@ -127,23 +127,24 @@ export default {
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
sorter: true
|
sorter: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: '日志类型',
|
||||||
|
// dataIndex: 'logType_dictText',
|
||||||
|
// align: 'center'
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
title: '日志类型',
|
title: '操作类型',
|
||||||
dataIndex: 'logType_dictText',
|
dataIndex: 'operateType_dictText',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
dataIndex: 'createTime',
|
dataIndex: 'createTime',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
sorter: true
|
sorter: true
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '操作类型',
|
|
||||||
dataIndex: 'operateType_dictText',
|
|
||||||
align: 'center'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
operateColumn:
|
operateColumn:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user