<%=departName%>
主页
<%if (!doctors || doctors.length === 0) {%>
没有医生
<%} else {%> <%if(flag === true){%>
选择日期
<%=regDate%>
<%}%>
<% for( var i=0;i
<%=doctors[i].name%>
<%=doctors[i].title%>

<%=doctors[i].speciality%>

<%if(action.indexOf('choose') >= 0 && doctors[i].id === id) {%>
<%} else if (action.indexOf('choose') < 0){%>
<% } %>
<% } %> <%if(flag === true){%>
<%=param.depart.name.indexOf('门诊') >=0? param.depart.name: (param.depart.name+ '门诊')%>

<%}%>
<%}%>