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 @@