yunkai 8 years ago
parent
commit
3f3bf35813
1 changed files with 4 additions and 2 deletions
  1. 4 2
      html/model/sys/resource/index.html

+ 4 - 2
html/model/sys/resource/index.html

@ -6,7 +6,7 @@
6 6
	<div class="container queryForm">
7 7
		<div class="row">
8 8
			<div class="col-6">
9
				<div class="btn opt-new">
9
				<div class="btn opt-new auth-15">
10 10
					<i class="icon-plus"></i>
11 11
					新增
12 12
				</div>
@ -23,6 +23,7 @@
23 23
			<thead>
24 24
				<tr>
25 25
					<th>#</th>
26
					<th>权限</th>
26 27
					<th>名称</th>
27 28
					<th>URI</th>
28 29
					<th>CSS</th>
@ -35,6 +36,7 @@
35 36
			<tbody>
36 37
				<tr ch-dir="list">
37 38
					<td>{{-_index}}</td>
39
					<td>{{authRight}}</td>
38 40
					<td>{{name}}</td>
39 41
					<td>{{uri}}</td>
40 42
					<td>{{css}}</td>
@ -46,7 +48,7 @@
46 48
			</tbody>
47 49
			<tbody ch-dir="array.empty">
48 50
				<tr>
49
					<td class="empty-desc" colspan="8">表格暂无数据</td>
51
					<td class="empty-desc" colspan="9">表格暂无数据</td>
50 52
				</tr>
51 53
			</tbody>
52 54
		</table>