点击右上角【Star】收藏本软件 ^_^

This commit is contained in:
thinkgem
2022-05-03 23:58:58 +08:00
parent 21bf3bc06c
commit 8ad30622a9
4 changed files with 18 additions and 27 deletions

View File

@@ -48,7 +48,7 @@
$('#dataGrid').dataGrid({
searchForm: $("#searchForm"),
columnModel: [
{header:'${text("用户名称")}', name:'userName', index:'a.create_by_name', width:100, align:"center", formatter: function(val, obj, row, act){
{header:'${text("用户名称")}', name:'userName', index:'userName', width:100, align:"center", formatter: function(val, obj, row, act){
return '<span title="${text("账号")}'+(row.userCode||'')+'">'+(val||'${text("游客")}');
}},
{header:'${text("创建时间")}', name:'startTimestamp', firstsortorder:'desc', width:100, align:'center'},