mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-12 12:16:38 +08:00
fix(core): 统一电话号码字段名称从 phonenumber 改为 phone
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user