+
+
+
1.文档资料
+
+
+
+ *
+ 公司介绍
+
+
+
+
+ onCreatedGS(e)" />
+
+
+
+
+
+ *
+ 主营业务
+
+
+
+
+ onCreatedZY(e)" />
+
+
+
-
-
-
![]()
+
+
+ *
+ 荣誉与专利
+
+
+
+
+
+
+
+
+

+
删除文件
+
+
+
+
![]()
+
+

+
+
+
+
+
+
+
+
+ *
+ 其他企业任职情况
+
+
+
+
+
+
+
+
+ onCreatedQT(e)" />
+
+
+
+
+
+ *
+ 企业履行社会责任情况
+
+
+
+
+
+
+
+
+ onCreatedLX(e)" />
+
+
-
-
+
+
+
-
+
+.top_title {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ border-radius: 8px;
+ width: 185px;
+ padding: 0px 10px;
+ font-weight: 400;
+}
+
+.top_title_no_active {
+ background: #F5F6F8;
+ color: #000000;
+}
+
+.top_title_active {
+ background: #2552CD;
+ color: #fff;
+}
+
+.nei_color {
+ color: #999999;
+}
+
+.nei_color_active {
+ color: #2552CD;
+}
+
+.title_box {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #3D3D3D;
+}
+
+.title_box_active {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #2552CD;
+}
+
+//优化滚动条
+::-webkit-scrollbar {
+ width: 5px !important;
+ height: 5px !important;
+}
+
+::-webkit-scrollbar-track {
+ background: #f1f1f1 !important;
+}
+
+::-webkit-scrollbar-thumb {
+ background: #000;
+ border-radius: 6px;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background: #889fdd;
+}
+
+.input_box {
+ width: 270px;
+}
+
+.input_box_end {
+ width: 565px;
+}
+
\ No newline at end of file
diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue
index 76b6f87..619e9a4 100644
--- a/src/pages/user/user_info.vue
+++ b/src/pages/user/user_info.vue
@@ -435,7 +435,7 @@
{{ info.last_year_local_revenue }}
- {{ info.business_case }}
+
|
@@ -487,9 +487,9 @@
|
-
+
{{ item.name }} |
- {{ item.sex }} |
+ {{ item.sex==0?'女':'男' }} |
{{ item.danwei_zhiwu }} |
{{ item.party_zhiwu }} |
{{ item.phone }} |
@@ -546,7 +546,7 @@
{{ item.name }} |
- {{ item.sex }} |
+ {{ item.sex==0?'女':'男' }} |
{{ item.job }} |
{{ item.tun_job }} |
{{ item.phone }} |
@@ -637,6 +637,7 @@ export default {
key.tuanweifuzerenxinxi = key.tuanweifuzerenxinxi != '' ? JSON.parse(key.tuanweifuzerenxinxi) : '';
key.achievement_award = key.achievement_award != '' ? JSON.parse(key.achievement_award) : '';
key.enterprise_honor = key.enterprise_honor != '' ? JSON.parse(key.enterprise_honor) : '';
+ key.party_json = key.party_json != '' ? JSON.parse(key.party_json) : '';
this.info = key;
})
.catch((e) => {