|
@@ -91,6 +91,8 @@
|
|
|
{field:'login_failure',title:'登录失败次数',width:"50",align: 'center'},
|
|
|
{field:'is_report',title:'是否能写报告',width:"100",align: 'center',formatter:reportFormatter },
|
|
|
{field:'login_time',title:'上次登录时间',align: 'center', width:120, formatter:dateFormatter },
|
|
|
+ {field:'createdAt',title:'创建时间',align: 'center', width:120, formatter:dateFormatter },
|
|
|
+ {field:'updatedAt',title:'修改时间',align: 'center', width:120, formatter:dateFormatter },
|
|
|
{field:'status',title:'删除状态',width:80,align: 'center',formatter:delstatusFormatter },
|
|
|
{field:'grid_commands',title:'操作',align: 'center',width:100, formatter:commandsFormatter },
|
|
|
]],
|