|
|
|
@ -139,9 +139,9 @@
|
|
|
|
|
<label>对手账号类型:</label>
|
|
|
|
|
<select id="target_type" name="target_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<volist name="targetTypeLevels" id="vo" key="k">
|
|
|
|
|
<option value="{$k}" title="{$vo}">{$vo}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
<?php foreach($targetTypeLevels as $key => $name):?>
|
|
|
|
|
<option value="<?=$key?>" title="<?=$name?>"><?=$name?></option>
|
|
|
|
|
<?php endforeach;?>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|