[更新]修复用户权限选择模板显示问题

This commit is contained in:
Anyon 2017-10-13 15:49:15 +08:00
parent c012bf0f60
commit 128525f86a
3 changed files with 3 additions and 2 deletions

View File

@ -69,4 +69,5 @@ class Config extends BasicAdmin
$this->assign('alert', $alert);
return $this->index();
}
}

View File

@ -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}

View File

@ -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}