Commit 5156a8a4 authored by Mac's avatar Mac

新增相亲用户列表

parent 6e3f3db7
This diff is collapsed.
...@@ -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 },
......
...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment