remove id from table
This commit is contained in:
@@ -17,14 +17,6 @@ export function useRoleTable() {
|
||||
});
|
||||
|
||||
const columns = computed(() => [
|
||||
{
|
||||
name: 'id',
|
||||
align: 'left' as const,
|
||||
label: 'Id',
|
||||
field: 'id',
|
||||
sortable: true,
|
||||
style: 'width: 50px; max-width: 50px;',
|
||||
},
|
||||
{
|
||||
name: 'role',
|
||||
align: 'left' as const,
|
||||
|
||||
@@ -15,14 +15,6 @@ export function useUserTable() {
|
||||
});
|
||||
|
||||
const columns = computed(() => [
|
||||
{
|
||||
name: 'id',
|
||||
align: 'left' as const,
|
||||
label: 'Id',
|
||||
field: 'id',
|
||||
sortable: true,
|
||||
style: 'width: 50px; max-width: 50px;',
|
||||
},
|
||||
{
|
||||
name: 'user',
|
||||
align: 'left' as const,
|
||||
|
||||
Reference in New Issue
Block a user