浏览代码

● 按照ID按照倒序排序
● 列表字段修改:姓名改为用户名

ChenWuJie 4 年之前
父节点
当前提交
992011e659
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/admin/users/index.blade.php

+ 1 - 1
resources/views/admin/users/index.blade.php

xqd
@@ -77,7 +77,7 @@
                     cellMinWidth: 80,
                     cols: [[
                         { field: 'id', title: 'ID', align: 'center' },
-                        { field: 'name', title: '名', align: 'center' },
+                        { field: 'name', title: '用户名', align: 'center' },
                         { field: 'phone', title: '手机号', align: 'center' },
                         // { field: 'project_name', title: '项目', align: 'center' },
                         // { field: 'role_name', title: '项目角色', align: 'center' },