edit
This commit is contained in:
@ -52,7 +52,7 @@ export class SystemLogsComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
time: {
|
time: {
|
||||||
title: '登录时间',
|
title: '操作时间',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'sl-from-to-search',
|
widget: 'sl-from-to-search',
|
||||||
@ -67,7 +67,7 @@ export class SystemLogsComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
|
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = [
|
||||||
{ title: '操作时间', index: 'operatorTimestamp', type: 'date' },
|
{ title: '操作时间', index: 'operatorTimestamp' },
|
||||||
{ title: '操作人', index: 'operator' },
|
{ title: '操作人', index: 'operator' },
|
||||||
{ title: '操作人手机号码', index: 'telephone' },
|
{ title: '操作人手机号码', index: 'telephone' },
|
||||||
{ title: '操作页面', index: 'operatePage' },
|
{ title: '操作页面', index: 'operatePage' },
|
||||||
|
|||||||
Reference in New Issue
Block a user