diff --git a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts index 5af715118..148027b7b 100644 --- a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts +++ b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts @@ -34,7 +34,7 @@ export const SystemInstallPackage = useCrudSchemas(reactive([ dictClass: 'string', isTable: true, table: { - width: 120 + width: 140 }, form: { component: 'Switch', @@ -49,7 +49,12 @@ export const SystemInstallPackage = useCrudSchemas(reactive([ label: '更新内容', field: 'updateContent', sort: 'custom', - + }, + { + label: '附件id', + field: 'fileId', + isForm:false, + sort: 'custom', }, { label: '备注',