优化界面

This commit is contained in:
thinkgem
2025-04-15 12:42:09 +08:00
parent 5e67bd380b
commit 33c1865bf1
5 changed files with 8 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ $('#dataGrid').dataGrid({
{header:'${text("状态")}', name:'status', index:'a.status', width:60, align:"center", frozen:true, formatter: function(val, obj, row, act){
return js.getDictLabel("#{@DictUtils.getDictListJson('sys_status')}", val, '未知', true);
}},
{header:'${text("操作")}', name:'actions', width:140, formatter: function(val, obj, row, act){
{header:'${text("操作")}', name:'actions', width:143, formatter: function(val, obj, row, act){
var actions = [];
//# if(hasPermi('sys:empUser:edit')){
actions.push('<a href="${ctx}/sys/empUser/form?userCode='+row.userCode+'&op=edit" class="btnList" title="${text("编辑用户")}"><i class="fa icon-note"></i></a>&nbsp;');