Explorar el Código

修复未入职时操作栏多个div

Qifeng-Wu hace 5 años
padre
commit
0302f0e898

+ 1 - 1
happy-job-base-system/src/main/webapp/webpage/modules/omcandidate/omOwnCandidateList.jsp

@@ -238,7 +238,7 @@ $(document).ready(function() {
 		                 menu[0] = a; menu[1] = b; menu[2] = c;
                 	}else if(row.status==6){//未入职
                    	 	 a = '<div style="float:left;width:50%"><a href="#" class="interview">预约面试</a></div>';
-                     	 b = '<<div style="float:left;width:50%">a href="#" class="remark">备注</a></div>';
+                     	 b = '<div style="float:left;width:50%">a href="#" class="remark">备注</a></div>';
                   	 	 menu[0] = a; menu[1] = b;
                 	}else if(row.status == 7){//已入职(在职)
 	                   	 a = '<div style="float:left;width:50%"><a href="#" class="quit">办理离职</a></div>';