From e4bb56282152e98fa7b49e7325c9a141ededd54e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 25 Jul 2023 10:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=AC=E5=8F=B8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 12 +- pages.json | 9 - subpkg/manager/manager.vue | 338 --------------------------------- 3 files changed, 10 insertions(+), 349 deletions(-) delete mode 100644 subpkg/manager/manager.vue diff --git a/components/company/company.vue b/components/company/company.vue index d5d300a..5f990eb 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -63,7 +63,10 @@ - 主要联系人 + + + 主要联系人 + 姓名:{{company.master_name}} 职位:{{company.master_position}} @@ -74,7 +77,10 @@ - 其他联系人 + + + 其他联系人 + 姓名:{{other.name}} 职位:{{other.position}} @@ -283,6 +289,8 @@ font-weight: 500; color: #333333; margin-bottom: 28rpx; + display: flex; + align-items: center; } .info { diff --git a/pages.json b/pages.json index 14577aa..2f1cdf6 100644 --- a/pages.json +++ b/pages.json @@ -219,15 +219,6 @@ "navigationBarTextStyle": "white" } - }, { - "path": "manager/manager", - "style": { - "navigationBarTitleText": "片区经理", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#3175f9", - "navigationBarTextStyle": "white" - } - }, { "path": "orderDetail/orderDetail", "style": { diff --git a/subpkg/manager/manager.vue b/subpkg/manager/manager.vue deleted file mode 100644 index 0a3945a..0000000 --- a/subpkg/manager/manager.vue +++ /dev/null @@ -1,338 +0,0 @@ - - - - - \ No newline at end of file