Browse Source

tomcat_res

night-cherry 1 tháng trước cách đây
mục cha
commit
3b9bdc4630
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      index.html

+ 5 - 5
index.html

@@ -55,11 +55,11 @@
 		<table>
 			<th>index</th><th>title</th><th>author</th><th>publisher</th><th>pages</th><th>operation</th>
 			<tr  v-for="(value,key,index) in books">
-				<td>{{index}}</td>
-				<td>{{key}}-{{value.title}}</td>
-				<td>{{key}}-{{value.author}}</td>
-				<td>{{key}}-{{value.publisher}}</td>
-				<td>{{key}}-{{value.pages}}</td>
+				<td>{{key}}</td>
+				<td>{{value.title}}</td>
+				<td>{{value.author}}</td>
+				<td>{{value.publisher}}</td>
+				<td>{{value.pages}}</td>
 			</tr>
 			
 		</table>