perf: refs #8050 worker management card mode
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
7c33bb66c2
commit
c7a5a2241f
|
@ -40,6 +40,7 @@ const columns = computed(() => [
|
|||
columnFilter: {
|
||||
name: 'fi',
|
||||
},
|
||||
cardVisible: true,
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
|
@ -48,6 +49,7 @@ const columns = computed(() => [
|
|||
columnFilter: {
|
||||
name: 'email',
|
||||
},
|
||||
cardVisible: true,
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
|
@ -58,6 +60,7 @@ const columns = computed(() => [
|
|||
columnFilter: {
|
||||
name: 'SSN',
|
||||
},
|
||||
cardVisible: true,
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
|
@ -70,6 +73,7 @@ const columns = computed(() => [
|
|||
url: 'Departments',
|
||||
},
|
||||
},
|
||||
cardVisible: true,
|
||||
format: (row, dashIfEmpty) => dashIfEmpty(row.department),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue