diff --git a/api/company.js b/api/company.js index 49f306d..503f529 100644 --- a/api/company.js +++ b/api/company.js @@ -18,4 +18,14 @@ export const companyView = (data) => oahttp.get('/company/view', data) /** * 公司详情 */ -export const companyAreaManager = (data) => oahttp.get('/company/areaManager', data) \ No newline at end of file +export const companyAreaManager = (data) => oahttp.get('/company/areaManager', data) + +/** + * 人员列表 + */ +export const companyUser = (data) => oahttp.get('/company/users', data) + +/** + * 人员详情 + */ +export const companyUserDetail = (data) => oahttp.get('/company/user', data) \ No newline at end of file diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index ef8cce5..af5b6ae 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -105,9 +105,9 @@ - + 登录里海OA,开启线上便捷办公 - + diff --git a/pages/oaManager/oaManager.vue b/pages/oaManager/oaManager.vue index 057c7ee..a296b63 100644 --- a/pages/oaManager/oaManager.vue +++ b/pages/oaManager/oaManager.vue @@ -44,7 +44,7 @@ 所属片区 - {{item.area}} + {{item.city_name+item.area_name+item.street_name}} @@ -218,7 +218,7 @@ .item { width: 694rpx; - height: 201rpx; + // height: 201rpx; background: #FFFFFF; border-radius: 14rpx 14rpx 14rpx 14rpx; opacity: 1; @@ -270,6 +270,7 @@ display: flex; justify-content: left; align-items: center; + margin-top: 20rpx; .circle { width: 11rpx; diff --git a/static/icons/man.png b/static/icons/man.png new file mode 100644 index 0000000..503eeba Binary files /dev/null and b/static/icons/man.png differ diff --git a/static/icons/woman.png b/static/icons/woman.png new file mode 100644 index 0000000..e28e133 Binary files /dev/null and b/static/icons/woman.png differ diff --git a/subpkg/personnel/personnel.vue b/subpkg/personnel/personnel.vue index 924c707..424ab86 100644 --- a/subpkg/personnel/personnel.vue +++ b/subpkg/personnel/personnel.vue @@ -2,47 +2,52 @@ - - - - - 未签约 - - - - + + + + + + {{item.is_contract?'已签约':'未签约'}} - - - 人员名称 - 隶属乡镇公司名称 + + + - - - - 13546841564 + + + {{item.name}} + {{item.company}} - - - 通滩镇 + + + + {{item.phone}} + + + + {{item.city_name+item.area_name+item.street_name}} + - - - 小组服务团队:管理人 - - 身份证 - 驾驶证 - 银行卡 + + + {{role}} + + + + 身份证 + 驾驶证 + 银行卡 + + + + + - - - - - - + +