From cf98f7579b045c6facc333e0f1cc87df7981fec1 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 16 Sep 2025 12:03:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E6=A0=8F=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/license/data.ts | 2 +- apps/web-antd/src/views/license/project/data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/license/license/data.ts b/apps/web-antd/src/views/license/license/data.ts index 812a950..972a56f 100644 --- a/apps/web-antd/src/views/license/license/data.ts +++ b/apps/web-antd/src/views/license/license/data.ts @@ -236,7 +236,7 @@ export function useGridFormSchema(): VbenFormSchema[] { }, { fieldName: 'customerId', - label: $t('license.customer'), + label: $t('customer.customerName'), component: 'ApiSelect', componentProps: { api: async () => { diff --git a/apps/web-antd/src/views/license/project/data.ts b/apps/web-antd/src/views/license/project/data.ts index b9e1fd4..d022345 100644 --- a/apps/web-antd/src/views/license/project/data.ts +++ b/apps/web-antd/src/views/license/project/data.ts @@ -269,7 +269,7 @@ export function useGridFormSchema(): VbenFormSchema[] { }, { fieldName: 'customerId', - label: $t('project.belongCustomer'), + label: $t('customer.customerName'), component: 'ApiSelect', componentProps: { api: async () => {