fix(core): 统一电话号码字段名称从 phonenumber 改为 phone

This commit is contained in:
dubai
2026-01-11 14:06:04 +08:00
parent d12769dd29
commit 1d78fec144
12 changed files with 27 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ export const querySchema: FormSchemaGetter = () => [
},
{
component: 'Input',
fieldName: 'phonenumber',
fieldName: 'phone',
label: '手机号码',
},
];
@@ -30,7 +30,7 @@ export const columns: VxeGridProps['columns'] = [
},
{
title: '手机号',
field: 'phonenumber',
field: 'phone',
},
{
field: 'action',