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
5156a8a4
Commit
5156a8a4
authored
Apr 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增相亲用户列表
parent
6e3f3db7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
813 additions
and
0 deletions
+813
-0
blindDateUsersList.vue
src/components/UserMan/blindDateUsersList.vue
+804
-0
seeDetail.vue
src/components/UserMan/components/seeDetail.vue
+3
-0
index.js
src/router/index.js
+6
-0
No files found.
src/components/UserMan/blindDateUsersList.vue
0 → 100644
View file @
5156a8a4
This diff is collapsed.
Click to expand it.
src/components/UserMan/components/seeDetail.vue
View file @
5156a8a4
...
@@ -54,7 +54,10 @@ export default {
...
@@ -54,7 +54,10 @@ export default {
{
prop
:
"体重:"
,
field
:
"Weight"
,
type
:
4
},
{
prop
:
"体重:"
,
field
:
"Weight"
,
type
:
4
},
{
prop
:
"身高:"
,
field
:
"Height"
,
type
:
5
},
{
prop
:
"身高:"
,
field
:
"Height"
,
type
:
5
},
{
prop
:
"出生日期:"
,
field
:
"Birthday"
,
type
:
1
},
{
prop
:
"出生日期:"
,
field
:
"Birthday"
,
type
:
1
},
{
prop
:
"星座:"
,
field
:
"ConoldBaseInfostellation"
,
type
:
1
},
{
prop
:
"学历:"
,
field
:
"EducationTypeStr"
,
type
:
1
},
{
prop
:
"学历:"
,
field
:
"EducationTypeStr"
,
type
:
1
},
{
prop
:
"房产:"
,
field
:
"HouseInfoStr"
,
type
:
1
},
{
prop
:
"车产:"
,
field
:
"CarInfoStr"
,
type
:
1
},
{
prop
:
"工资单位:"
,
field
:
"WorkUnit"
,
type
:
1
},
{
prop
:
"工资单位:"
,
field
:
"WorkUnit"
,
type
:
1
},
{
prop
:
"家庭背景:"
,
field
:
"FamilyInfo"
,
type
:
1
},
{
prop
:
"家庭背景:"
,
field
:
"FamilyInfo"
,
type
:
1
},
{
prop
:
"业余爱好:"
,
field
:
"Hobby"
,
type
:
1
},
{
prop
:
"业余爱好:"
,
field
:
"Hobby"
,
type
:
1
},
...
...
src/router/index.js
View file @
5156a8a4
...
@@ -764,6 +764,12 @@ export default new Router({
...
@@ -764,6 +764,12 @@ export default new Router({
name
:
'usersListEdit'
,
name
:
'usersListEdit'
,
component
:
resolve
=>
require
([
'@/components/UserMan/usersListEdit'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/UserMan/usersListEdit'
],
resolve
),
},
},
// 用户管理 相亲用户列表
{
path
:
'/blindDateUsersList'
,
name
:
'blindDateUsersList'
,
component
:
resolve
=>
require
([
'@/components/UserMan/blindDateUsersList'
],
resolve
),
},
// 用户管理 新增用户
// 用户管理 新增用户
{
{
path
:
'/addUsers'
,
path
:
'/addUsers'
,
...
...
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