songxingwei преди 3 години
родител
ревизия
cf596ddab2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/store/view/article/form.html

+ 1 - 1
application/store/view/article/form.html

@@ -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="售前业务">