yunkai 7 年 前
コミット
18d85bade9
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      html/model/sys/customer/allindex.html

+ 3 - 3
html/model/sys/customer/allindex.html

@ -45,7 +45,7 @@
45 45
			<thead>
46 46
				<tr>
47 47
					<th>序号 </th>
48
					<th>客户id</th>
48
					<!--<th>客户id</th>-->
49 49
					<th>客户</th>
50 50
					<th>职称</th>
51 51
					<th>城市</th>
@ -59,7 +59,7 @@
59 59
			<tbody>
60 60
				<tr ch-dir="list">
61 61
					<td>{{pi}}</td>
62
					<td>{{id}}</td>
62
					<!--<td>{{id}}</td>-->
63 63
					<td class="table-opt" professorId="{{id}}"><a class="name">{{name}}</a></td>
64 64
					<td>{{title}}</td>
65 65
					<td>{{address}}</td>
@ -72,7 +72,7 @@
72 72
			</tbody>
73 73
			<tbody ch-dir="array.empty">
74 74
				<tr>
75
					<td class="empty-desc" colspan="10">表格暂无数据</td>
75
					<td class="empty-desc" colspan="9">表格暂无数据</td>
76 76
				</tr>
77 77
			</tbody>
78 78
		</table>