|
@@ -37,14 +37,14 @@
|
|
|
<span >
|
|
|
{if !isset($vo.id)}
|
|
|
<input checked type="radio" name="type" lay-filter="type" value="1" title="售前业务">
|
|
|
- <input type="radio" name="type" value="2" lay-filter="type" title="售后业务">
|
|
|
+ <input type="radio" name="type" value="2" lay-filter="type" >
|
|
|
{else}
|
|
|
{if isset($vo.type) && $vo.type eq 1}
|
|
|
- <input checked type="radio" name="type" lay-filter="type" value="1"> 售前业务
|
|
|
- <input type="radio" name="type" value="2" lay-filter="type"> 售后业务
|
|
|
+ <input checked type="radio" name="type" lay-filter="type" value="1" title="售前业务">
|
|
|
+ <input type="radio" name="type" value="2" lay-filter="type" title="售后业务">
|
|
|
{else}
|
|
|
- <input type="radio" name="type" value="1" lay-filter="type" > 售前业务
|
|
|
- <input checked type="radio" name="type" value="2" lay-filter="type"> 售后业务
|
|
|
+ <input type="radio" name="type" value="1" lay-filter="type" title="售前业务">
|
|
|
+ <input checked type="radio" name="type" value="2" lay-filter="type" title="售后业务">
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</span>
|