From 5fe5efabc54145704d12108fec15ab4b0ba0dc7b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 10 Aug 2023 11:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BC=98=E5=8C=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2,=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F,=E5=BC=80=E5=90=AF=E4=B8=8B=E6=8B=89=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 45 +++++----- components/task/taskItem.vue | 1 + pages.json | 5 +- pages/oaTask/oaTask.vue | 5 +- subpkg/captain/captain.vue | 3 +- subpkg/companyInfo/companyInfo.vue | 25 ++++-- subpkg/contract/contract.vue | 89 +++++++++++--------- subpkg/newArchives/newArchives.vue | 14 ++- subpkg/newPersonnel/newPersonnel.vue | 1 + subpkg/personnel/personnel.vue | 19 +++-- subpkg/personnelDetails/personnelDetails.vue | 27 +++--- 11 files changed, 141 insertions(+), 93 deletions(-) diff --git a/components/company/company.vue b/components/company/company.vue index 96c0338..e469723 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -11,14 +11,14 @@ {{company.company_name}} {{company.company_type_name||company.company_type}} - 社会代码{{company.organization_code}} + 社会代码:{{company.organization_code}} - 区域: + 区域: {{company.address}} @@ -69,7 +69,7 @@ - + 主要联系人 @@ -80,22 +80,19 @@ 邮箱:{{company.master_email}} - - - - - - - 其他联系人 + + + - - 姓名:{{other.name}} - 职位:{{other.position}} - 联系电话:{{other.phone}} - 邮箱:{{other.email}} - - + 其他联系人 + + + 姓名:{{other.name}} + 职位:{{other.position}} + 联系电话:{{other.phone}} + 邮箱:{{other.email}} + @@ -252,7 +249,11 @@