|
@@ -128,9 +128,9 @@ define(["jquery", "easy-admin"], function ($, ea) {
|
|
|
if (ea.checkAuth('lookpidlevel', init.table_elem)) {
|
|
|
button += '<button class="layui-btn layui-btn-xs layui-btn-normal" data-open="user.user/lookpidlevel?id=' + d.id + '" data-title="查看上级">上级</button>';
|
|
|
}
|
|
|
- if (ea.checkAuth('modifypid', init.table_elem)) {
|
|
|
- button += '<button class="layui-btn layui-btn-xs layui-btn-normal" data-open="user.user/modifypid?id=' + d.id + '" data-title="修改上级">修改上级</button>';
|
|
|
- }
|
|
|
+ // if (ea.checkAuth('modifypid', init.table_elem)) {
|
|
|
+ // button += '<button class="layui-btn layui-btn-xs layui-btn-normal" data-open="user.user/modifypid?id=' + d.id + '" data-title="修改上级">修改上级</button>';
|
|
|
+ // }
|
|
|
if (ea.checkAuth('modifyscore', init.table_elem)) {
|
|
|
button += '<button class="layui-btn layui-btn-xs layui-btn-normal" data-open="user.user/modifyscore?id=' + d.id + '" data-title="修改积分">修改积分</button>';
|
|
|
}
|