[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:
calvin 2022-03-23 16:58:02 +08:00 committed by GitHub
parent d2138c7dfa
commit 8db65fcf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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