From 0914395ee7e4f58ce80b19afee9a770554bb9835 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 21 Jul 2023 16:05:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=89=87=E5=8C=BA=E7=BB=8F?=
=?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD,=E4=BC=98=E5=8C=96=E5=A4=B4?=
=?UTF-8?q?=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/company.js | 5 ++
pages/oaHome/oaHome.vue | 2 +-
pages/oaManager/oaManager.vue | 42 ++++++++++------
pages/oaMy/oaMy.vue | 2 +-
static/img/public/man.png | Bin 0 -> 10010 bytes
subpkg/finance/finance.vue | 2 +-
subpkg/personnel/personnel.vue | 89 ++++++++++++++++++---------------
7 files changed, 85 insertions(+), 57 deletions(-)
create mode 100644 static/img/public/man.png
diff --git a/api/company.js b/api/company.js
index 5a9972b..49f306d 100644
--- a/api/company.js
+++ b/api/company.js
@@ -14,3 +14,8 @@ export const companyIndex = (data) => oahttp.get('/company/index', data)
* 公司详情
*/
export const companyView = (data) => oahttp.get('/company/view', data)
+
+/**
+ * 公司详情
+ */
+export const companyAreaManager = (data) => oahttp.get('/company/areaManager', data)
\ No newline at end of file
diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue
index e18b049..0d4d442 100644
--- a/pages/oaHome/oaHome.vue
+++ b/pages/oaHome/oaHome.vue
@@ -9,7 +9,7 @@
-
+
{{ myOaInfo.nickname }} {{ myOaInfo.mobile }}
diff --git a/pages/oaManager/oaManager.vue b/pages/oaManager/oaManager.vue
index 820c625..057c7ee 100644
--- a/pages/oaManager/oaManager.vue
+++ b/pages/oaManager/oaManager.vue
@@ -28,21 +28,23 @@
-
+
-
+
+
+
- 经理名称
+ {{item.name}}
- 联系人-13565632345
+ 联系人-{{item.account}}
所属片区
- 片区详情XXXX
+ {{item.area}}
@@ -55,21 +57,24 @@
-
+