From 4ea9d1edada21e6635d6e35edfcc9eef2c8f8fb1 Mon Sep 17 00:00:00 2001 From: chenfang Date: Sun, 7 Apr 2024 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?app=E5=8D=87=E7=BA=A7=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemInstallPackage/systemInstallPackage.data.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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: '备注',