|
|
@ -10,6 +10,11 @@ export const SystemInstallPackageRules = reactive({ |
|
|
|
}) |
|
|
|
|
|
|
|
export const SystemInstallPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: 'id', |
|
|
|
field: 'id', |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '安装包名称', |
|
|
|
field: 'installPackageName', |
|
|
@ -25,6 +30,7 @@ export const SystemInstallPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '安装路径', |
|
|
|
field: 'installPackageUrl', |
|
|
|
sort: 'custom', |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否强制更新', |
|
|
|