This commit is contained in:
commie
2026-01-08 05:42:44 +08:00
parent 7439a4a794
commit c153975eed
1976 changed files with 776 additions and 133 deletions
+1 -4
View File
@@ -179,10 +179,7 @@
<div class="form-group">
<label class="control-label col-xs-12 col-sm-2">状态</label>
<div class="col-xs-12 col-sm-8 col-md-6">
<label class="lyear-switch switch-primary">
<input type="checkbox" name="status" {if $row.status!==0} checked{/if} value="1">
<span></span>
</label>
{html:switch name="status" value="$row.status" title="开|关" /}
</div>
</div>
<div class="form-group">