fix: 搜索栏客户名称统一

This commit is contained in:
caiyuchao
2025-09-16 12:03:50 +08:00
parent b972c82665
commit cf98f7579b
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
}, },
{ {
fieldName: 'customerId', fieldName: 'customerId',
label: $t('license.customer'), label: $t('customer.customerName'),
component: 'ApiSelect', component: 'ApiSelect',
componentProps: { componentProps: {
api: async () => { api: async () => {

View File

@@ -269,7 +269,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
}, },
{ {
fieldName: 'customerId', fieldName: 'customerId',
label: $t('project.belongCustomer'), label: $t('customer.customerName'),
component: 'ApiSelect', component: 'ApiSelect',
componentProps: { componentProps: {
api: async () => { api: async () => {