瀏覽代碼

修改专家信息列表显示机构ID为机构名称,专家列表按照机构名称首字母排序,增加住址栏

zzy.zhiyuan.foxmail 8 年之前
父節點
當前提交
25738cd8a9
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/main/webapp/page/professors.html

+ 6 - 4
src/main/webapp/page/professors.html

21
			<thead>
21
			<thead>
22
				<th width="5%">#</th>
22
				<th width="5%">#</th>
23
				<th width="10%">姓名</th>
23
				<th width="10%">姓名</th>
24
				<th width="15%">职称</th>
24
				<th width="10%">职称</th>
25
				<th width="15%">机构id</th>
25
				<th width="15%">机构</th>
26
				<th width="15%">部门</th>
26
				<th width="10%">部门</th>
27
				<th width="15%">学科</th>
27
				<th width="15%">学科</th>
28
				<th width="15%">应用行业</th>
28
				<th width="15%">应用行业</th>
29
				<th width="10%">住址</th>
29
				<th width="10%">操作</th>
30
				<th width="10%">操作</th>
30
			</thead>
31
			</thead>
31
			<tbody id="dm_tbody">
32
			<tbody id="dm_tbody">
56
						withVal(i + 1).appendTo($row);
57
						withVal(i + 1).appendTo($row);
57
						withVal($rowData.name).appendTo($row);
58
						withVal($rowData.name).appendTo($row);
58
						withVal($rowData.title).appendTo($row);
59
						withVal($rowData.title).appendTo($row);
59
						withVal($rowData.orgId).appendTo($row);
60
						withVal($rowData.organization.name).appendTo($row);
60
						withVal($rowData.department).appendTo($row);
61
						withVal($rowData.department).appendTo($row);
61
						withVal($rowData.subject).appendTo($row);
62
						withVal($rowData.subject).appendTo($row);
62
						withVal($rowData.industry).appendTo($row);
63
						withVal($rowData.industry).appendTo($row);
64
						withVal($rowData.address).appendTo($row);
63
						$td = $("<td></td>");
65
						$td = $("<td></td>");
64
						$("<a>修改</a><br/>").attr("href",
66
						$("<a>修改</a><br/>").attr("href",
65
								"professor.html?id=" + $rowData.id).appendTo(
67
								"professor.html?id=" + $rowData.id).appendTo(