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