diff --git a/erp_web/pages/manage/user.html b/erp_web/pages/manage/user.html index e95e8416..a85da557 100644 --- a/erp_web/pages/manage/user.html +++ b/erp_web/pages/manage/user.html @@ -174,10 +174,10 @@ { title: '操作', field: 'isystem', align: "center", width: 80, formatter: function (value, rec, index) { var str = ''; - if(rec.loginame != "jsh") { + if(rec.loginName != "jsh") { str += '   '; } - if (rec.id != rec.tenantId) { + if (rec.id != rec.tenantId && rec.loginName != "admin") { str += ''; } else {