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 | 55 ++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 21 deletions(-) diff --git a/src/pages/inherit/list.vue b/src/pages/inherit/list.vue index 3d759f3..59f24e5 100644 --- a/src/pages/inherit/list.vue +++ b/src/pages/inherit/list.vue @@ -56,31 +56,39 @@ <!-- echarts鍥� --> <div v-if="showType == 1" class="barChart" id="barChart"></div> <view v-if="showType == 2" class="cultureBox"> - <view class="cultureItem"> + <view class="cultureItem" v-if="culture1"> <view class="imgBox"> - <img src="@/static/image/inherit/icon1.png" alt="" /> + <img src="@/static/image/inherit/icon1.svg" alt="" /> </view> - <p> - 钑欏睍涓佷笐鍚岄噷鏃ュ博棰濆簭鍏堣�冩湀姹犵縼钁椼�婂洓褰吀鏄庛�嬪叓鍗凤紝鐨嗙簿鎸囧ゥ瀹わ紝鑼傜妧鏈兘鐤�狅紝鐝嶅洜鎾补鎯宠彍锛屽兊鎾版鍞愶紝浠ヤ究鏅虹潧锛屾湇鎸囧崡銆備笘涔嬮浄鐥呴洦瀹讹紝鍜镐互鏈嶇剦棣栧姟锛屼笉鐭ユ淳涔冨洓鑳戒箣鏈紝璋撲箣宸ц�呴洦銆備笂澹鑸嶅叾鍏紝闈炲洓涓嶅彲銆� - </p> - <h4>鈥斺�斻�婂鍏湇鑰冦�婸 3</h4> + <p>{{ culture1.content }}</p> + <h4 v-if="culture1.source"> + 鈥斺�斻�妠{ culture1.source }}銆婸 {{ culture1.pageNo }} + </h4> </view> - <view class="cultureItem"> + <view class="cultureItem" v-if="culture2"> <view class="imgBox"> - <img src="@/static/image/inherit/icon2.png" alt="" /> + <img src="@/static/image/inherit/icon2.svg" alt="" /> </view> - <p>鐎曟箹涓栧剴锛屽吋浠ラ啱槌达紝涓�闁�鐖跺瓙鍏勫紵瀵屾湁钁楄堪锛屾鐗硅涓�鏂戣�炽��</p> - <h4>鈥斺�斻�婂鍏湇鑰冦�婸 3</h4> + <p>{{ culture2.content }}</p> + <h4 v-if="culture2.source"> + 鈥斺�斻�妠{ culture2.source }}銆婸 {{ culture2.pageNo }} + </h4> </view> - <view class="cultureItem"> + <view class="cultureItem" v-if="culture3"> <view class="imgBox"> - <img src="@/static/image/inherit/icon3.png" alt="" /> + <img src="@/static/image/inherit/icon3.svg" alt="" /> </view> - <p> - 鐥呭潑鍒荤�曟箹銆婃湰鑽夈�嬩箣鍥犱粛瑷涜锛岀埌閲嶇埐閸ユ澘銆傜稉濮嬫柤鐧告湭鍏湀锛岃縿涔欓厜浜旀湀锛岄柋浜屾锛岀硿宸ユ暩钀紝涔冨厠钁充簨銆傚叾鏍$悊瑷涜锛岀洠鐫e墳鍔傦紝鍛藉厭瀛愬腑鐝嶃�佸+鐟溿�佸+鐝╁垎浠讳箣锛涘晢姒锋柟鍔戯紝鍗�鍒ュ搧褰欙紝閱+鐜嬪悰閺″爞涔嬪姏鐖插锛涘弮浠ラ嵕鍚涘彈鐧斤紱鑰岀稉绱�鍏朵簨锛屽绲備笉鎳堣�咃紝鍓囪寖鍚涢潨瀛樹篃銆傛澶栧鐢板悰鎾扮暟銆佹浌鍚涙櫞宄�佺唺鍚涗徊灞便�佺縼鍚涢惖姊呫�侀花鍚涘辜闆层�佸嫉鍚涜搏涔嬨�佺▼鍚涢仈涓夈�侀櫝鍚涙尟閬犮�佽ū鍚涘姛鐢�佹湵鍚涜椈鑷c�佹垨鍙冩牎璁愶紝鎴栧徃缍滄牳锛屾垨鑱峰湒绻紝璎瑰倷鏇镐箣 - </p> - <h4>鈥斺�斻�婂鍏湇鑰冦�婸 3</h4> + <p>{{ culture3.content }}</p> + <h4 v-if="culture3.source"> + 鈥斺�斻�妠{ culture3.source }}銆婸 {{ culture3.pageNo }} + </h4> </view> + <div + v-if="!culture1 && !culture2 && !culture3" + style="color: #666; text-align: center; font-size: 16px" + > + 涓栧尰鏂囧寲鏃犳暟鎹� + </div> </view> </view> </template> @@ -101,7 +109,10 @@ dataList: [], links: [], socialMapping: true, - showType: "1" + showType: "1", + culture1: null, + culture2: null, + culture3: null }; }, onLoad(options) { @@ -121,7 +132,6 @@ identifier: this.idIndex, socialFlag: true }).then((res) => { - console.log(res); let data = res.object; // 澶勭悊鑺傜偣棰滆壊 this.links = []; @@ -184,8 +194,6 @@ } }; }); - console.log(this.dataList); - console.log(this.links); this.initBarChart(this.dataList, this.links); }); @@ -193,7 +201,9 @@ inheritMedicalCultureList({ identifier: this.idIndex }).then((res) => { - console.log(res, "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 == "瀹惰"); }); }, showSocialMapping() { @@ -325,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