mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
[Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of the resource name on the page of the UDF resource management. (#9119)
This commit is contained in:
parent
d2138c7dfa
commit
8db65fcf1e
@ -80,7 +80,7 @@ export function useTable() {
|
|||||||
{
|
{
|
||||||
title: t('resource.udf.udf_source_name'),
|
title: t('resource.udf.udf_source_name'),
|
||||||
key: 'alias',
|
key: 'alias',
|
||||||
width: 60,
|
width: 220,
|
||||||
render: (row) => {
|
render: (row) => {
|
||||||
return !row.directory
|
return !row.directory
|
||||||
? row.alias
|
? row.alias
|
||||||
|
Loading…
Reference in New Issue
Block a user