From d4d9fa19565b5719c30c042ace79f5095c97b0e9 Mon Sep 17 00:00:00 2001 From: chenfang Date: Sun, 7 Apr 2024 18:08:39 +0800 Subject: [PATCH] =?UTF-8?q?app=E5=8D=87=E7=BA=A7=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemInstallPackage/systemInstallPackage.data.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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: '是否强制更新',