Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
70b51888
Commit
70b51888
authored
Apr 26, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
46edf94e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
563 additions
and
361 deletions
+563
-361
addblindDateuser.vue
src/components/UserMan/addblindDateuser.vue
+7
-3
blindDateUsersList.vue
src/components/UserMan/blindDateUsersList.vue
+548
-354
blindDateUsersListEdit.vue
src/components/UserMan/blindDateUsersListEdit.vue
+6
-2
seeDetail.vue
src/components/UserMan/components/seeDetail.vue
+2
-2
No files found.
src/components/UserMan/addblindDateuser.vue
View file @
70b51888
...
...
@@ -161,7 +161,7 @@
<el-form-item
label=
"希望的TA是..."
>
<el-input
v-model=
"addMsg.HopeYou"
style=
"width:478px"
size=
"small"
placeholder=
"希望心中的TA是一个什么样的人"
type=
"textarea"
maxlength=
"500"
show-word-limit
></el-input>
</el-form-item>
<el-form-item
label=
"约会时间"
>
<
!-- <
el-form-item label="约会时间" >
<el-date-picker
v-model="addMsg.Appointment"
type="datetime"
...
...
@@ -171,10 +171,14 @@
</el-form-item>
<el-form-item label="约会地点" >
<el-input v-model="addMsg.AppointmentAddress" style="width:478px" size="small" placeholder="请输入约会地点" ></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"活动范围"
>
<el-input
v-model=
"addMsg.ActivityRegion"
style=
"width:478px"
size=
"small"
placeholder=
"请输入活动范围"
type=
"textarea"
maxlength=
"500"
show-word-limit
></el-input>
</el-form-item>
<el-form-item
label=
"发帖权利"
>
<el-radio
v-model=
"addMsg.IsFaTie"
:label=
"1"
>
开启
</el-radio>
<el-radio
v-model=
"addMsg.IsFaTie"
:label=
"0"
>
关闭
</el-radio>
</el-form-item>
...
...
@@ -213,7 +217,7 @@
UserPageType
:
0
,
CounponPassword
:
0
,
KeyWord
:
''
,
IsFaTie
:
0
,
Sex
:
'1'
,
Weight
:
0
,
Height
:
0
,
...
...
src/components/UserMan/blindDateUsersList.vue
View file @
70b51888
This diff is collapsed.
Click to expand it.
src/components/UserMan/blindDateUsersListEdit.vue
View file @
70b51888
...
...
@@ -173,7 +173,7 @@
<el-form-item
label=
"希望的TA是..."
>
<el-input
v-model=
"addMsg.HopeYou"
style=
"width:478px"
size=
"small"
placeholder=
"希望心中的TA是一个什么样的人"
type=
"textarea"
maxlength=
"500"
show-word-limit
></el-input>
</el-form-item>
<el-form-item
label=
"约会时间"
>
<
!-- <
el-form-item label="约会时间" >
<el-date-picker
v-model="addMsg.Appointment"
type="datetime"
...
...
@@ -183,9 +183,13 @@
</el-form-item>
<el-form-item label="约会地点" >
<el-input v-model="addMsg.AppointmentAddress" style="width:478px" size="small" placeholder="请输入约会地点" ></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"活动范围"
>
<el-input
v-model=
"addMsg.ActivityRegion"
style=
"width:478px"
size=
"small"
placeholder=
"请输入活动范围"
type=
"textarea"
maxlength=
"500"
show-word-limit
></el-input>
</el-form-item>
<el-form-item
label=
"发帖权利"
v-if=
"addMsg.BaseInfoId>0"
>
<el-radio
v-model=
"addMsg.IsFaTie"
:label=
"1"
>
开启
</el-radio>
<el-radio
v-model=
"addMsg.IsFaTie"
:label=
"0"
>
关闭
</el-radio>
</el-form-item>
<el-form-item
label=
"备注"
>
<el-input
v-model=
"addMsg.Remark"
style=
"width:478px"
size=
"small"
></el-input>
...
...
src/components/UserMan/components/seeDetail.vue
View file @
70b51888
...
...
@@ -82,8 +82,8 @@ export default {
{
prop
:
"情话:"
,
field
:
"LoveTalk"
,
type
:
1
},
{
prop
:
"单身原因:"
,
field
:
"SingleReason"
,
type
:
1
},
{
prop
:
"希望的TA是:"
,
field
:
"HopeYou"
,
type
:
1
},
{
prop
:
"约会时间:"
,
field
:
"Appointment"
,
type
:
1
},
{
prop
:
"约会地址:"
,
field
:
"AppointmentAddress"
,
type
:
1
},
//
{ prop: "约会时间:", field: "Appointment", type: 1 },
//
{ prop: "约会地址:", field: "AppointmentAddress", type: 1 },
{
prop
:
"身份证正面:"
,
field
:
"IDCard"
,
type
:
2
},
{
prop
:
"身份证反面:"
,
field
:
"IDCardBack"
,
type
:
2
},
...
...
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