瀏覽代碼

Merge remote-tracking branch 'origin/master'

sandm 2 年之前
父節點
當前提交
2ce1ed1f39

+ 1 - 1
app/admin/view/talent/talentInfo_base_check.html

@@ -219,7 +219,7 @@
                                             <tr>
                                                 <td>
                                                     <div class="rowGroup">
-                                                        <label class="control-label spacing td-label"><span style="color: red">*</span>{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
+                                                        <label class="control-label spacing td-label">{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
                                                         <input type="text" class="form-control date" id="fst_work_time" value="{$info.fst_work_time}"/>
                                                     </div>
                                                 </td>

+ 1 - 1
app/admin/view/talent/talentInfo_common_check.html

@@ -240,7 +240,7 @@
                                         <tr>
                                             <td>
                                                 <div class="rowGroup">
-                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
+                                                    <label class="control-label spacing td-label">{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
                                                     <input type="text" class="form-control date" id="fst_work_time" value="{$info.fst_work_time}"/>
                                                 </div>
                                             </td>