mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复用户权限选择模板显示问题
This commit is contained in:
parent
c012bf0f60
commit
128525f86a
@ -69,4 +69,5 @@ class Config extends BasicAdmin
|
|||||||
$this->assign('alert', $alert);
|
$this->assign('alert', $alert);
|
||||||
return $this->index();
|
return $this->index();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</label>
|
</label>
|
||||||
{else}
|
{else}
|
||||||
<label class="think-checkbox">
|
<label class="think-checkbox">
|
||||||
<input type="checkbox" checked name="authorize[]" value="{$authorize.id}" lay-ignore> {$authorize.title}
|
<input type="checkbox" name="authorize[]" value="{$authorize.id}" lay-ignore> {$authorize.title}
|
||||||
</label>
|
</label>
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
</label>
|
</label>
|
||||||
{else}
|
{else}
|
||||||
<label class="think-checkbox">
|
<label class="think-checkbox">
|
||||||
<input type="checkbox" checked name="authorize[]" value="{$authorize.id}" lay-ignore> {$authorize.title}
|
<input type="checkbox" name="authorize[]" value="{$authorize.id}" lay-ignore> {$authorize.title}
|
||||||
</label>
|
</label>
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user