支付方式管理优化
parent
b2148dee5f
commit
87d7c6ce83
|
|
@ -20,7 +20,7 @@
|
|||
<th class="am-hide-sm-only">作者</th>
|
||||
<th class="am-hide-sm-only th-desc">描述</th>
|
||||
<th>启用</th>
|
||||
<th>用户放开</th>
|
||||
<th>开放使用</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
</div>
|
||||
|
||||
<div class="am-form-group">
|
||||
<label class="block">对用户放开</label>
|
||||
<label class="block">开放使用</label>
|
||||
<input name="is_open_user" value="1" type="checkbox" data-off-text="否" data-on-text="是" data-size="xs" data-on-color="success" data-off-color="default" data-handle-width="50" data-am-switch {{if (isset($data['is_open_user']) and $data['is_open_user'] eq 1) or !isset($data['is_open_user'])}}checked="true"{{/if}} />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue