1
0

feat(web): 增加操作人

This commit is contained in:
2024-11-20 11:58:25 +08:00
parent eb49fce4ae
commit c45cdf03a9
9 changed files with 210 additions and 51 deletions

View File

@@ -57,7 +57,7 @@ export function tabUser() {
width: 150,
align: 'center',
type: 'tpl',
tpl: "${IF(createTime, DATETOSTR(createTime), '-')}"
tpl: "${IF(createdTime, DATETOSTR(createdTime), '-')}"
},
{
label: '上次登陆时间',