master
ELF 4 years ago
parent 1fb2fa7e81
commit 1e5c0cca66

@ -323,7 +323,7 @@
<input type="radio" class="inp_radio" value="1" name="status" checked> 开启 <input type="radio" class="inp_radio" value="1" name="status" checked> 开启
</label> </label>
<label> <label>
<input type="radio" class="inp_radio" value="0" name="status"> 关闭 <input type="radio" class="inp_radio" value="0" name="status" <?php if(isMarketAdmin()):?>disabled<?php endif;?>> 关闭
</label> </label>
</span> </span>
<span class="notice-text"></span> <span class="notice-text"></span>

@ -319,11 +319,11 @@
<td class="r table_radio"> <td class="r table_radio">
<span class="form_radio table_btn"> <span class="form_radio table_btn">
<label> <label>
<input type="radio" class="inp_radio" value="1" name="status" <if condition="$data['status'] eq 1">checked <input type="radio" class="inp_radio" value="1" name="status" <?php if(isMarketAdmin()):?>disabled<?php endif;?> <if condition="$data['status'] eq 1">checked
</if>> 开启 </if>> 开启
</label> </label>
<label> <label>
<input type="radio" class="inp_radio" value="0" name="status" <if condition="$data['status'] eq 0">checked <input type="radio" class="inp_radio" value="0" name="status" <?php if(isMarketAdmin()):?>disabled<?php endif;?> <if condition="$data['status'] eq 0">checked
</if>> 关闭 </if>> 关闭
</label> </label>
</span> </span>

Loading…
Cancel
Save