shuzheng 9 лет назад
Родитель
Сommit
c0d728639c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      zheng-admin/src/crud.html

+ 1 - 1
zheng-admin/src/crud.html

@@ -62,7 +62,7 @@ $(function() {
 			{field: 'name', title: '姓名', sortable: true, halign: 'center'},
 			{field: 'sex', title: '性别', sortable: true, halign: 'center'},
 			{field: 'age', title: '年龄', sortable: true, halign: 'center'},
-			{field: 'phone', title: '年龄', sortable: true, halign: 'center'},
+			{field: 'phone', title: '手机', sortable: true, halign: 'center'},
 			{field: 'email', title: '邮箱', sortable: true, halign: 'center'},
 			{field: 'address', title: '地址', sortable: true, halign: 'center'},
 			{field: 'remark', title: '备注', sortable: true, halign: 'center'},