From 0edf94722a0dcc338567fec7df76b2e0acd39b92 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 27 五月 2024 15:30:48 +0800 Subject: [PATCH] 调整 --- src/pages/inherit/list.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/inherit/list.vue b/src/pages/inherit/list.vue index 43c79ea..59f24e5 100644 --- a/src/pages/inherit/list.vue +++ b/src/pages/inherit/list.vue @@ -87,7 +87,7 @@ v-if="!culture1 && !culture2 && !culture3" style="color: #666; text-align: center; font-size: 16px" > - 鏆傛棤鏁版嵁 + 涓栧尰鏂囧寲鏃犳暟鎹� </div> </view> </view> @@ -132,7 +132,6 @@ identifier: this.idIndex, socialFlag: true }).then((res) => { - console.log(res); let data = res.object; // 澶勭悊鑺傜偣棰滆壊 this.links = []; @@ -195,8 +194,6 @@ } }; }); - console.log(this.dataList); - console.log(this.links); this.initBarChart(this.dataList, this.links); }); @@ -204,9 +201,9 @@ inheritMedicalCultureList({ identifier: this.idIndex }).then((res) => { - this.culture1 = res.list.find(item=>item.typeName == "瀹堕") - this.culture2 = res.list.find(item=>item.typeName == "鍖诲痉") - this.culture3 = res.list.find(item=>item.typeName == "瀹惰") + this.culture1 = res.list.find((item) => item.typeName == "瀹堕"); + this.culture2 = res.list.find((item) => item.typeName == "鍖诲痉"); + this.culture3 = res.list.find((item) => item.typeName == "瀹惰"); }); }, showSocialMapping() { @@ -338,6 +335,9 @@ height: 0.24rem; font-size: 0.12rem; padding: 0; + border: 1px solid #9e9e9e; + border-radius: 0; + color: #000; } .barChart { width: 100vw; -- Gitblit v1.9.1