|
@@ -58,7 +58,7 @@ let formFields: Ref<any[]> = ref([
|
|
|
{ label: '邀请码', model: 'code', type: 'select' },
|
|
|
{ label: '账号', model: 'account' },
|
|
|
{ label: '密码', model: 'password', type: 'password' },
|
|
|
- { label: '名称', model: 'name' },
|
|
|
+ { label: '用户名', model: 'name' },
|
|
|
{ label: '手机号', model: 'phone' },
|
|
|
{ label: '电子邮箱', model: 'email' },
|
|
|
{ label: '联系地址', model: 'address' },
|
|
@@ -74,12 +74,12 @@ let formFields: Ref<any[]> = ref([
|
|
|
{ label: '单位名称', model: 'company' },
|
|
|
{ label: '头像图片', model: 'icon', custom: true },
|
|
|
{ label: '职务职称', model: 'zwzc' },
|
|
|
- { label: '擅长领域', model: 'expertise' },
|
|
|
- { label: '工作经历', model: 'workexperience' },
|
|
|
- { label: '科研综述', model: 'scientific' },
|
|
|
- { label: '承担项目', model: 'undertakingproject' },
|
|
|
- { label: '科技奖励', model: 'scienceaward' },
|
|
|
- { label: '社会任职', model: 'social' },
|
|
|
+ { label: '擅长领域', model: 'expertise', type: 'textarea' },
|
|
|
+ { label: '工作经历', model: 'workexperience', type: 'textarea' },
|
|
|
+ { label: '科研综述', model: 'scientific', type: 'textarea' },
|
|
|
+ { label: '承担项目', model: 'undertakingproject', type: 'textarea' },
|
|
|
+ { label: '科技奖励', model: 'scienceaward', type: 'textarea' },
|
|
|
+ { label: '社会任职', model: 'social', type: 'textarea' },
|
|
|
{ label: '状态', model: 'status', type: 'select' },
|
|
|
{ label: '个人用户id', model: 'personal_id', type: 'select' } //查询个人用户,选择
|
|
|
]);
|