diff --git a/jwtech-pc-page/src/assets/image/人员信息.png b/jwtech-pc-page/src/assets/image/人员信息.png
new file mode 100644
index 00000000..2bfa1bae
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/人员信息.png differ
diff --git a/jwtech-pc-page/src/assets/image/人员信息_at.png b/jwtech-pc-page/src/assets/image/人员信息_at.png
new file mode 100644
index 00000000..5bc9e45e
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/人员信息_at.png differ
diff --git a/jwtech-pc-page/src/assets/image/动态信用.png b/jwtech-pc-page/src/assets/image/动态信用.png
new file mode 100644
index 00000000..a86aa80d
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/动态信用.png differ
diff --git a/jwtech-pc-page/src/assets/image/动态信用_at.png b/jwtech-pc-page/src/assets/image/动态信用_at.png
new file mode 100644
index 00000000..ebf238c0
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/动态信用_at.png differ
diff --git a/jwtech-pc-page/src/assets/image/工程获奖.png b/jwtech-pc-page/src/assets/image/工程获奖.png
new file mode 100644
index 00000000..90889bac
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/工程获奖.png differ
diff --git a/jwtech-pc-page/src/assets/image/工程获奖_at.png b/jwtech-pc-page/src/assets/image/工程获奖_at.png
new file mode 100644
index 00000000..9c0c7f55
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/工程获奖_at.png differ
diff --git a/jwtech-pc-page/src/assets/image/资质信息.png b/jwtech-pc-page/src/assets/image/资质信息.png
new file mode 100644
index 00000000..d109534f
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/资质信息.png differ
diff --git a/jwtech-pc-page/src/assets/image/资质信息_at.png b/jwtech-pc-page/src/assets/image/资质信息_at.png
new file mode 100644
index 00000000..4bac1904
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/资质信息_at.png differ
diff --git a/jwtech-pc-page/src/assets/image/项目业绩.png b/jwtech-pc-page/src/assets/image/项目业绩.png
new file mode 100644
index 00000000..ba7b2a0d
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/项目业绩.png differ
diff --git a/jwtech-pc-page/src/assets/image/项目业绩_at.png b/jwtech-pc-page/src/assets/image/项目业绩_at.png
new file mode 100644
index 00000000..aa77c080
Binary files /dev/null and b/jwtech-pc-page/src/assets/image/项目业绩_at.png differ
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/actionList.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/actionList.vue
index 2a875cbf..71680fad 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/actionList.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/actionList.vue
@@ -1,6 +1,11 @@
-
+
+
+
+ {{ title }}
+
+
@@ -144,7 +149,31 @@ export default {
\ No newline at end of file
+
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/lineCredit.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/lineCredit.vue
index d3002a73..e375e93a 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/lineCredit.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/lineCredit.vue
@@ -14,7 +14,7 @@ export default {
enterpriseId: "",
qualificationCategory: ""
},
- myChartStyle: { float: "left", width: "90%", height: "500px" }, //图表样式
+ myChartStyle: { float: "left", width: "90%", height: "400px" }, //图表样式
enterpriseInfo:null,
dates:null,
values:null,
@@ -65,13 +65,13 @@ export default {
this.interval=0
}
const option = {
- title: {
- text: this.enterpriseInfo.enterpriseName
- },
+ // title: {
+ // text: this.enterpriseInfo.enterpriseName
+ // },
grid: {
- top: "10%",
+ top: "5%",
left: "10%",
- right: "5%",
+ right: "0%",
bottom: "8%"
},
xAxis: {
@@ -140,6 +140,6 @@ export default {
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/personalTable.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/personalTable.vue
index 853b8b35..823ba24f 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/personalTable.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/personalTable.vue
@@ -1,38 +1,52 @@
-
- {{ item.personTypeLabel }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {{ item.personTypeData[0].name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
暂无数据
@@ -73,13 +87,12 @@ export default {
res.data.data.forEach(item => {
let obj = {};
obj = {
- personTypeLabel: item.dictLabel,
- personTypeValue: item.dictValue,
- personTypeData: []
- };
- this.allPersonType.push(obj)
+ personTypeLabel: item.dictLabel,
+ personTypeValue: item.dictValue,
+ personTypeData: []
+ };
+ this.allPersonType.push(obj);
});
-
});
this.enterpriseId = this.$route.query.enterpriseId;
this.getPersonInfo();
@@ -88,7 +101,10 @@ export default {
hasValidData() {
// 遍历 allPersonType 数组,检查是否有非空的 personTypeData
for (let i = 0; i < this.allPersonType.length; i++) {
- if (this.allPersonType[i].personTypeData && this.allPersonType[i].personTypeData.length > 0) {
+ if (
+ this.allPersonType[i].personTypeData &&
+ this.allPersonType[i].personTypeData.length > 0
+ ) {
return true;
}
}
@@ -117,6 +133,13 @@ export default {
this.allPersonType[2].personTypeData.push(item);
}
});
+
+ this.allPersonType.sort((a, b) => {
+ if (a.personTypeLabel === "法定代表人") return -1;
+ if (b.personTypeLabel === "法定代表人") return 1;
+ return 0;
+ });
+
console.log(this.allPersonType);
});
// personInfo(this.enterpriseId).then(res => {
@@ -148,12 +171,12 @@ export default {
}
th {
- background: #ebf4fe;
+ background: #f6f6f6;
.cell {
font-size: 16px !important;
- font-weight: 600 !important;
- color: #005eb7;
+ font-weight: 500 !important;
+ color: #333333;
}
}
.el-table__cell {
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/proAchievementTable.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/proAchievementTable.vue
index 60651de3..cd6a33a5 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/proAchievementTable.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/proAchievementTable.vue
@@ -24,6 +24,10 @@
+
+
-
@@ -61,7 +61,7 @@ export default {
min-height: 500px;
/deep/.el-table {
- margin-top: 10px;
+ // margin-top: 10px;
.el-table__header-wrapper {
height: 44px;
@@ -86,4 +86,4 @@ export default {
}
}
}
-
\ No newline at end of file
+
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/qualificationTable.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/qualificationTable.vue
index 655afd4e..bd2e9902 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/qualificationTable.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/qualificationTable.vue
@@ -1,22 +1,22 @@
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -148,5 +148,13 @@ export default {
padding-left: 21px;
}
}
+
+ /deep/.el-table th.el-table__cell{
+ background-color: #EBF4FE !important;
+
+ .cell{
+ color: #005EB7;
+ }
+ }
}
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/realTimeCredit.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/realTimeCredit.vue
index e8353a6f..ee09e737 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/components/realTimeCredit.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/components/realTimeCredit.vue
@@ -17,16 +17,34 @@
-
+
{{ qualificationCategoryLabel }} {{ dynamicCreditScore }}{{ qualificationCategoryLabel }}
+
+
+ {{ dynamicCreditScore }}
+
年月日
- 星期 :: ::
@@ -39,13 +57,19 @@
-
+
diff --git a/jwtech-pc-page/src/views/enterpriseInformation/enterpriseInDetail.vue b/jwtech-pc-page/src/views/enterpriseInformation/enterpriseInDetail.vue
index e95ab806..cca88a3c 100644
--- a/jwtech-pc-page/src/views/enterpriseInformation/enterpriseInDetail.vue
+++ b/jwtech-pc-page/src/views/enterpriseInformation/enterpriseInDetail.vue
@@ -13,27 +13,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+
![]()
+
{{ item.label }}
+
+
+
+
+
+
+