fix: refs #6683 add formatting for user name in DMS columns
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
db3d17179e
commit
80d56a5468
|
@ -172,6 +172,7 @@ const columns = computed(() => [
|
||||||
name: prop.row.worker?.user?.name.toLowerCase(),
|
name: prop.row.worker?.user?.name.toLowerCase(),
|
||||||
workerId: prop.row.worker?.id,
|
workerId: prop.row.worker?.id,
|
||||||
}),
|
}),
|
||||||
|
format: (row) => row?.user?.name,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
Loading…
Reference in New Issue