PID | -拥有者 UID | +拥有者 | 角色名 | 优先模型 | 预览材质 | @@ -42,104 +30,8 @@操作 |
---|---|---|---|---|---|---|
{{ $player->pid }} | -{{ $player->uid }} | -{{ $player->player_name }} | -- - | -- @if ($player->tid_steve == '0') - - @else - - - - @endif - - @if ($player->tid_alex == '0') - - @else - - - - @endif - - @if ($player->tid_cape == '0') - - @else - - - - @endif - | -{{ $player->last_modified }} | - -
-
-
-
-
-
- 删除角色
- |
-
0 | -无结果 | -(´・ω・`) | -
--}} | UID | 邮箱 | 昵称 | @@ -53,22 +52,11 @@ $('#user-table').DataTable({ serverSide: true, ajax: '{{ url("admin/user-data") }}', createdRow: function (row, data, index) { - $('td', row).eq(2).attr('id', 'email'); - $('td', row).eq(3).attr('id', 'nickname'); - $('td', row).eq(5).attr('id', 'permission'); + $('td', row).eq(1).attr('id', 'email'); + $('td', row).eq(2).attr('id', 'nickname'); + $('td', row).eq(4).attr('id', 'permission'); }, - // columnDefs: [{ - // targets: 0, - // searchable: false, - // orderable: false, - // width: '1%', - // className: 'dt-body-center', - // render: function (data, type, full, meta){ - // return ''; - // } - // }], columns: [ - // {data: 0}, {data: 'uid', 'width': '1%'}, {data: 'email'}, {data: 'nickname'}, diff --git a/resources/views/vendor/admin-operations/players/operations.tpl b/resources/views/vendor/admin-operations/players/operations.tpl new file mode 100644 index 00000000..63c285c2 --- /dev/null +++ b/resources/views/vendor/admin-operations/players/operations.tpl @@ -0,0 +1,11 @@ +
---|