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 () => {