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