diff --git a/jero-web/src/views/system/log/OperatorLogList.vue b/jero-web/src/views/system/log/OperatorLogList.vue index cce9bdaf..2e99714d 100644 --- a/jero-web/src/views/system/log/OperatorLogList.vue +++ b/jero-web/src/views/system/log/OperatorLogList.vue @@ -127,23 +127,24 @@ export default { align: 'center', sorter: true }, + // { + // title: '日志类型', + // dataIndex: 'logType_dictText', + // align: 'center' + // }, { - title: '日志类型', - dataIndex: 'logType_dictText', + title: '操作类型', + dataIndex: 'operateType_dictText', align: 'center' + }, { title: '创建时间', dataIndex: 'createTime', align: 'center', sorter: true - }, - { - title: '操作类型', - dataIndex: 'operateType_dictText', - align: 'center' - } + ], operateColumn: {