mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]修复用户权限选择模板显示问题
This commit is contained in:
parent
c012bf0f60
commit
128525f86a
@ -69,4 +69,5 @@ class Config extends BasicAdmin
|
||||
$this->assign('alert', $alert);
|
||||
return $this->index();
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
</label>
|
||||
{else}
|
||||
<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>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
@ -40,7 +40,7 @@
|
||||
</label>
|
||||
{else}
|
||||
<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>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
Loading…
x
Reference in New Issue
Block a user