This commit is contained in:
Taric Xin
2022-04-06 10:23:33 +08:00
parent 7032dd71e8
commit 3f4bd0da1b

View File

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