diff --git a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts index 148027b7b..aa891bb34 100644 --- a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts +++ b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts @@ -10,6 +10,11 @@ export const SystemInstallPackageRules = reactive({ }) export const SystemInstallPackage = useCrudSchemas(reactive([ + { + label: 'id', + field: 'id', + sort: 'custom', + }, { label: '安装包名称', field: 'installPackageName', @@ -25,6 +30,7 @@ export const SystemInstallPackage = useCrudSchemas(reactive([ label: '安装路径', field: 'installPackageUrl', sort: 'custom', + }, { label: '是否强制更新',