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