feat(web): 增加操作人
This commit is contained in:
@@ -57,7 +57,7 @@ export function tabUser() {
|
||||
width: 150,
|
||||
align: 'center',
|
||||
type: 'tpl',
|
||||
tpl: "${IF(createTime, DATETOSTR(createTime), '-')}"
|
||||
tpl: "${IF(createdTime, DATETOSTR(createdTime), '-')}"
|
||||
},
|
||||
{
|
||||
label: '上次登陆时间',
|
||||
|
||||
Reference in New Issue
Block a user