Browse Source

更改界面

sandm 2 years ago
parent
commit
58e93dd238
1 changed files with 8 additions and 2 deletions
  1. 8 2
      app/enterprise/view/base/first.html

+ 8 - 2
app/enterprise/view/base/first.html

@@ -286,13 +286,19 @@
                                                 <td>
                                                     <div class="rowGroup">
                                                         <label class="control-label spacing td-label"><span style="color: red">*</span>工作简历</label>
-                                                        <textarea class="form-control" id="experience" name="experience" style="border: none" placeholder="填写工作简历">{$row.experience}</textarea>
+                                                        <textarea rows="5" class="form-control" id="experience" name="experience" style="border: none" placeholder="请严格按如下格式填写:
+2000.07-2005.03 xxxx有限公司 (私营企业) 总务科 后勤
+2005.03-2010.09 xx市xx单位 (事业单位) 非编 经办
+2010.09-2013.08 待业
+2013.08-至今 xx省xx单位 (参公事业单位) 在编 科员">{$row.experience}</textarea>
                                                     </div>
                                                 </td>
                                                 <td>
                                                     <div class="rowGroup">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
-                                                        <textarea class="form-control" id="education" name="education" style="border: none" placeholder="填写教育背景">{$row.education}</textarea>
+                                                        <textarea rows="5" class="form-control" id="education" name="education" style="border: none" placeholder="请严格按如下格式填写:
+1993.09-1996.07 xx市xx中学 (高中) 学生
+1996.09-2000.07 xxxxx大学 (本科) xxxx专业 学生">{$row.education}</textarea>
                                                     </div>
                                                 </td>
                                             </tr>