Merge branch 'feature/promote_company_merge' of wmtx/platform into release

测试
master
廖金灵 4 years ago committed by Gogs
commit a6bc59dd53

@ -323,7 +323,7 @@
<input type="radio" class="inp_radio" value="1" name="status" checked> 开启
</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>
</span>
<span class="notice-text"></span>

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

Loading…
Cancel
Save