支付方式管理优化

feat/task1-c-wallet
Devil 2019-11-21 00:14:59 +08:00
parent b2148dee5f
commit 87d7c6ce83
2 changed files with 2 additions and 2 deletions

View File

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

View File

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