diff --git a/api/junziqian.js b/api/junziqian.js
new file mode 100644
index 0000000..37983c2
--- /dev/null
+++ b/api/junziqian.js
@@ -0,0 +1,3 @@
+import oahttp from "@/utils/oahttp.js";
+//获取合同链接
+export const download_file = (data) => oahttp.get('/junziqian/download_file', data)
diff --git a/components/company/company.vue b/components/company/company.vue
index 76c8a89..2998ea9 100644
--- a/components/company/company.vue
+++ b/components/company/company.vue
@@ -15,10 +15,45 @@
- 负责区域:
+ 区域:{{company.address}}
+
+
+
+ 电子合同
+
+
+
+ 甲方:{{contract.party_a_name}}
+ 乙方:{{contract.party_b_name}}
+ 合同类型:{{contract.contract_type_name}}
+ 合同编号:{{contract.contract_no}}
+
+
+
+
+
+
+
+ 合同
+
+
+ {{contract.create_time}}
+
+
+
+
+
+
+ 查看
+
+
+
+
+
@@ -38,61 +73,31 @@
- 其他联系人
-
- 姓名:{{other.name}}
- 职位:{{other.position}}
- 联系电话:{{other.phone}}
- 邮箱:{{other.email}}
-
+
+ 其他联系人
+
+ 姓名:{{other.name}}
+ 职位:{{other.position}}
+ 联系电话:{{other.phone}}
+ 邮箱:{{other.email}}
+
+
-
+
-
+
资质信息
-
-
-
-
-
-
-
-
-
- 电子合同
-
-
- {{contract.party_a_name}}
-
- 签约对象:{{contract.party_b_name}}
- 合同类型:{{contract.contract_type_name}}
- 合同编号:{{contract.contract_no}}
-
-
-
-
-
-
-
- 合同
-
-
- {{contract.create_time}}
-
-
-
-
-
-
- 查看
-
-
-
+
+
+
+
+
+
+
@@ -101,6 +106,8 @@