|
|
|
@ -319,11 +319,11 @@
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<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>> 开启
|
|
|
|
|
</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>> 关闭
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|