This commit is contained in:
dinghao
2024-05-28 18:00:25 +08:00
parent e28ca898ee
commit 778ada00fc
5 changed files with 48 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ export const formConfig = [
schemas: [
{
label: '账号',
field: 'zhanghao',
field: 'accountNo',
component: 'NsInput',
componentProps: {
placeholder: '请输入账号',
@@ -28,7 +28,7 @@ export const formConfig = [
},
{
label: '姓名',
field: 'name',
field: 'realName',
component: 'NsInput',
componentProps: {
placeholder: '请输入姓名',
@@ -55,7 +55,7 @@ export const formConfig = [
},
{
label: '手机号',
field: 'phone',
field: 'telephone',
component: 'NsInput',
componentProps: {
placeholder: '请输入手机号',