fix(plugin-file-manager): fix file template column type (#6294)

This commit is contained in:
Junyi 2025-02-25 23:39:41 +08:00 committed by GitHub
parent 80633ce079
commit 99a0b6bea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ export class FileCollectionTemplate extends CollectionTemplate {
// '相对路径(含“/”前缀)', // '相对路径(含“/”前缀)',
{ {
interface: 'input', interface: 'input',
type: 'string', type: 'text',
name: 'path', name: 'path',
deletable: false, deletable: false,
uiSchema: { uiSchema: {