Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
2477282f
Commit
2477282f
authored
Jun 01, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
8a0b062c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
40 deletions
+46
-40
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+46
-40
No files found.
src/components/index/SignUp/referInfo.vue
View file @
2477282f
...
...
@@ -127,7 +127,44 @@
</el-row>
</el-form-item>
</el-col>
-->
<!-- 身份证号 -->
<el-col
:span=
"12"
v-show=
"configJson.idCard == 1"
>
<el-form-item
label=
"身份证号"
prop=
"id_card"
:rules=
"
configJson.idCard == 1
? referInfoRules.id_card
: [
{ required: false }]
"
>
<el-input
ref=
"id_card"
v-model=
"referForm.id_card"
placeholder=
"填写真实身份证号"
size=
"small"
clearable
/>
</el-form-item>
</el-col>
<!-- 手机号 -->
<el-col
:span=
"12"
v-show=
"configJson.phone == 1"
>
<el-form-item
label=
"手机号"
:rules=
"
configJson.phone == 1
? referInfoRules.phone
: [
{ required: false }]
"
>
<el-input
v-model=
"referForm.phone"
placeholder=
"请输入手机号"
size=
"small"
:disabled=
"true"
/>
</el-form-item>
</el-col>
<!-- 学历 -->
<el-col
:span=
"12"
v-show=
"configJson.education == 1"
>
<el-form-item
...
...
@@ -156,29 +193,13 @@
</el-select>
</el-form-item>
</el-col>
<!-- 手机号 -->
<el-col
:span=
"12"
v-show=
"configJson.phone == 1"
>
<el-form-item
label=
"手机号"
:rules=
"
configJson.phone == 1
? referInfoRules.phone
: [
{ required: false }]
"
>
<el-input
v-model=
"referForm.phone"
placeholder=
"请输入手机号"
size=
"small"
:disabled=
"true"
/>
</el-form-item>
</el-col>
<!-- 单位名称 -->
<el-col
:span=
"12"
v-show=
"configJson.unitandIdentity == 1"
>
<el-form-item
label=
"单位名称及身份"
prop=
"unit_and_identity"
style=
"height: 73px"
:rules=
"
configJson.unitandIdentity == 1
? referInfoRules.unit_and_identity
...
...
@@ -197,6 +218,7 @@
<el-form-item
label=
"电子邮箱"
prop=
"email"
style=
"height: 73px"
:rules=
"
configJson.email == 1
? referInfoRules.email
...
...
@@ -212,34 +234,18 @@
</el-col>
<!-- 推荐人(非必填) -->
<el-col
:span=
"12"
v-show=
"configJson.recommend == 1"
>
<el-form-item
label=
"什么渠道了解的该项目(或推荐人是)?"
>
<el-input
v-model=
"referForm.recommend"
placeholder=
"填写推荐人或渠道(选填)"
size=
"small"
/>
</el-form-item>
</el-col>
<!-- 身份证号 -->
<el-col
:span=
"12"
v-show=
"configJson.idCard == 1"
>
<el-form-item
label=
"身份证号"
prop=
"id_card"
:rules=
"
configJson.idCard == 1
? referInfoRules.id_card
: [
{ required: false }]
"
label=
"什么渠道了解的该项目(或推荐人是)?"
style=
"height: 73px"
>
<el-input
ref=
"id_card"
v-model=
"referForm.id_card"
placeholder=
"填写真实身份证号"
v-model=
"referForm.recommend"
placeholder=
"填写推荐人或渠道(选填)"
size=
"small"
clearable
/>
</el-form-item>
</el-col>
<!-- 出生日期 -->
<el-col
:span=
"12"
v-show=
"configJson.birthday == 1"
>
<el-form-item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment