|
|
|
@ -137,10 +137,10 @@
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="1" name="with_sub" checked="checked"> 是
|
|
|
|
|
<input type="radio" value="1" name="with_sub" <?php if($record['with_sub'] == 1):?>checked<?php endif;?>> 是
|
|
|
|
|
</label >
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="0" name="with_sub" > 否
|
|
|
|
|
<input type="radio" value="0" name="with_sub" <?php if($record['with_sub'] == 0):?>checked<?php endif;?>> 否
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|