Update audit.html

This commit is contained in:
邹景立 2021-09-07 17:29:36 +08:00
parent 6a74290e91
commit 709c9dcba3

View File

@ -22,7 +22,7 @@
{if $k eq $status}
<input checked name="status" title="{$v}" type="radio" value='{$k}'>
{else}
<input checked name="status" title="{$v}" type="radio" value='{$k}'>
<input name="status" title="{$v}" type="radio" value='{$k}'>
{/if}{/foreach}
</div>
</div>