From 7a49385eab5fa88a2bfb4aee241faafb744b2257 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 4 Jul 2025 11:53:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A2=E6=88=B7=E5=92=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=A1=A8=E5=8D=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/customer/data.ts | 1 + apps/web-antd/src/views/license/project/data.ts | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/web-antd/src/views/license/customer/data.ts b/apps/web-antd/src/views/license/customer/data.ts index b20a41f..2044e6f 100644 --- a/apps/web-antd/src/views/license/customer/data.ts +++ b/apps/web-antd/src/views/license/customer/data.ts @@ -137,6 +137,7 @@ export function useFormSchema(): VbenFormSchema[] { fieldName: 'remark', label: $t('customer.remarks'), component: 'Textarea', + formItemClass: 'col-span-2', }, ]; } diff --git a/apps/web-antd/src/views/license/project/data.ts b/apps/web-antd/src/views/license/project/data.ts index ce610c6..042bb87 100644 --- a/apps/web-antd/src/views/license/project/data.ts +++ b/apps/web-antd/src/views/license/project/data.ts @@ -220,15 +220,16 @@ export function useFormSchema(): VbenFormSchema[] { label: $t('project.envInfo'), component: 'Input', }, - { - fieldName: 'envFileId', - label: $t('project.envInfoFile'), - component: 'Input', - }, + // { + // fieldName: 'envFileId', + // label: $t('project.envInfoFile'), + // component: 'Input', + // }, { fieldName: 'remark', label: $t('project.remarks'), component: 'Textarea', + formItemClass: 'col-span-2', }, ]; }