refactor(system/file): 重构文件管理相关代码

This commit is contained in:
2025-05-15 23:18:02 +08:00
parent dc66e9e62c
commit b680ee3fac
11 changed files with 55 additions and 62 deletions

View File

@@ -101,7 +101,7 @@ const columns: ColumnItem[] = reactive([
field: 'domain',
type: 'input',
span: 24,
required: true,
required: false,
show: () => form.type === 2,
},
{