shuzheng 9 年之前
父节点
当前提交
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'},