From 0326804dd7bf985d1912abbab10dec84923acef6 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 12 七月 2024 18:02:15 +0800
Subject: [PATCH] 1

---
 src/pages/inherit/list.vue |  380 +++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 265 insertions(+), 115 deletions(-)

diff --git a/src/pages/inherit/list.vue b/src/pages/inherit/list.vue
index 3d759f3..a51d860 100644
--- a/src/pages/inherit/list.vue
+++ b/src/pages/inherit/list.vue
@@ -56,39 +56,49 @@
     <!-- 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>
 <script>
 import * as echarts from "echarts";
+import G6 from "@antv/g6";
+
 import {
   inheritMedicalCultureList,
-  inheritMedicalRelationList
+  inheritMedicalRelationList,
 } from "@/api/index.js";
 
 export default {
@@ -101,7 +111,10 @@
       dataList: [],
       links: [],
       socialMapping: true,
-      showType: "1"
+      showType: "1",
+      culture1: null,
+      culture2: null,
+      culture3: null,
     };
   },
   onLoad(options) {
@@ -119,106 +132,247 @@
     getData() {
       inheritMedicalRelationList({
         identifier: this.idIndex,
-        socialFlag: true
+        socialFlag: true,
       }).then((res) => {
-        console.log(res);
-        let data = res.object;
+        this.dataList = res.object;
         // 澶勭悊鑺傜偣棰滆壊
-        this.links = [];
-        for (let i = 0; i < data.edgeList.length; i++) {
-          const linkItem = data.edgeList[i];
-          const index = data.nodeList.findIndex(
-            (item) =>
-              item.identifier ==
-              (linkItem.endId == this.idIndex
-                ? linkItem.startId
-                : linkItem.endId)
-          );
-          if (linkItem.relationType == "浜插睘鍏崇郴") {
-            data.nodeList[index].linkType = 1;
-            data.nodeList[index].color = "#F8E2D7";
-            data.nodeList[index].borderColor = "#F3AA78";
-          }
-          if (linkItem.relationType == "绀句細鍏崇郴") {
-            data.nodeList[index].linkType = 2;
-            data.nodeList[index].color = "#ecf4fe";
-            data.nodeList[index].borderColor = "#597aa5";
-          }
-          this.links.push({
-            source: data.nodeList.find(
-              (item) => item.identifier == linkItem.startId
-            ).name,
-            target: data.nodeList.find(
-              (item) => item.identifier == linkItem.endId
-            ).name,
-            relationType: linkItem.relationType,
-            label: {
-              show: true,
-              formatter: function (params) {
-                // 浣跨敤鍑芥暟鍔ㄦ�佺敓鎴愭爣绛惧唴瀹�
-                // return relationships.find(rel => rel.source === nodes[params.data
-                // 		.source] && rel.target === nodes[params.data.target])
-                // 	.relation;
-                return linkItem.relation;
-              }, // 璁剧疆鍏崇郴鏍囩鍐呭涓�"Child-Parent"
-              color: "#2C2C2C",
-              fontSize: 16,
-              backgroundColor: "rgba(255, 255, 255, 1)",
-              padding: [3, 8],
-              borderRadius: 30,
-              position: "middle", // 璁剧疆鏍囩鏂囨湰鍦ㄧ嚎鐨勪腑闂翠綅缃笂灞呬腑鏄剧ず
-              // z: -1, // 璁剧疆鏍囩鐨剒杞撮珮搴︼紝浣垮叾姣旇繛鎺ョ嚎鏇撮珮
-              distance: -10 // 灏嗘爣绛炬斁缃湪杩炴帴绾夸笂
-            }
-          });
-        }
-        this.dataList = [];
-        this.dataList = data.nodeList.map((item) => {
-          return {
-            ...item,
-            itemStyle: {
-              color: item.identifier == this.idIndex ? "#F8E2D7" : item.color,
-              borderColor:
-                item.identifier == this.idIndex ? "#F3AA78" : item.borderColor,
-              borderWidth: "3"
-            }
-          };
-        });
-        console.log(this.dataList);
-        console.log(this.links);
-        this.initBarChart(this.dataList, this.links);
+        // this.links = [];
+        // for (let i = 0; i < data.edgeList.length; i++) {
+        //   const linkItem = data.edgeList[i];
+        //   const index = data.nodeList.findIndex(
+        //     (item) =>
+        //       item.identifier ==
+        //       (linkItem.endId == this.idIndex
+        //         ? linkItem.startId
+        //         : linkItem.endId)
+        //   );
+        //   if (linkItem.relationType == "浜插睘鍏崇郴") {
+        //     data.nodeList[index].linkType = 1;
+        //     data.nodeList[index].color = "#F8E2D7";
+        //     data.nodeList[index].borderColor = "#F3AA78";
+        //   }
+        //   if (linkItem.relationType == "绀句細鍏崇郴") {
+        //     data.nodeList[index].linkType = 2;
+        //     data.nodeList[index].color = "#ecf4fe";
+        //     data.nodeList[index].borderColor = "#597aa5";
+        //   }
+        //   this.links.push({
+        //     source: data.nodeList.find(
+        //       (item) => item.identifier == linkItem.startId
+        //     ).name,
+        //     target: data.nodeList.find(
+        //       (item) => item.identifier == linkItem.endId
+        //     ).name,
+        //     relationType: linkItem.relationType,
+        //     label: {
+        //       show: true,
+        //       formatter: function (params) {
+        //         // 浣跨敤鍑芥暟鍔ㄦ�佺敓鎴愭爣绛惧唴瀹�
+        //         // return relationships.find(rel => rel.source === nodes[params.data
+        //         // 		.source] && rel.target === nodes[params.data.target])
+        //         // 	.relation;
+        //         return linkItem.relation;
+        //       }, // 璁剧疆鍏崇郴鏍囩鍐呭涓�"Child-Parent"
+        //       color: "#2C2C2C",
+        //       fontSize: 16,
+        //       backgroundColor: "rgba(255, 255, 255, 1)",
+        //       padding: [3, 8],
+        //       borderRadius: 30,
+        //       position: "middle", // 璁剧疆鏍囩鏂囨湰鍦ㄧ嚎鐨勪腑闂翠綅缃笂灞呬腑鏄剧ず
+        //       // z: -1, // 璁剧疆鏍囩鐨剒杞撮珮搴︼紝浣垮叾姣旇繛鎺ョ嚎鏇撮珮
+        //       distance: -10 // 灏嗘爣绛炬斁缃湪杩炴帴绾夸笂
+        //     }
+        //   });
+        // }
+        // this.dataList = data.nodeList.map((item) => {
+        //   return {
+        //     ...item,
+        //     itemStyle: {
+        //       color: item.identifier == this.idIndex ? "#F8E2D7" : item.color,
+        //       borderColor:
+        //         item.identifier == this.idIndex ? "#F3AA78" : item.borderColor,
+        //       borderWidth: "3"
+        //     }
+        //   };
+        // });
+        setTimeout(() => {
+          // this.initBarChart();
+          document.getElementById("barChart").innerHTML = "";
+          this.initG6Chart();
+        }, 150);
       });
 
       // 涓栧尰鏂囧寲
       inheritMedicalCultureList({
-        identifier: this.idIndex
+        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() {
       this.socialMapping = !this.socialMapping;
-      let newDataList = [];
-      let newLinks = [];
-      if (this.socialMapping) {
-        newDataList = [...this.dataList];
-        newLinks = [...this.links];
+      if (!this.socialMapping) {
+        this.socialRelationsData(this.dataList.children);
+        console.log(this.dataList, "dataList");
+        document.getElementById("barChart").innerHTML = "";
+        this.initG6Chart();
       } else {
-        newDataList = this.dataList.filter((item) => item.color !== "#ecf4fe");
-        newLinks = [...this.links];
+        this.getData();
       }
-      this.initBarChart(newDataList, newLinks);
+      // this.initBarChart(newDataList, newLinks);
+    },
+    socialRelationsData(data) {
+      if (data && data.length) {
+        for (let i = 0; i < data.length; i++) {
+          const item = data[i];
+          if (item?.relationInfo?.relationType == "绀句細鍏崇郴") {
+            data.splice(i, 1);
+          }
+          if (item.children.length > 0) {
+            this.socialRelationsData(item.children);
+          }
+        }
+      }
     },
     changeType(type) {
       this.showType = type;
       if (type == 1) {
         setTimeout(() => {
           this.socialMapping = true;
-          this.initBarChart(this.dataList, this.links);
+          // this.initBarChart(this.dataList, this.links);
+          document.getElementById("barChart").innerHTML = "";
+          this.initG6Chart();
         }, 50);
       }
     },
-    initBarChart(dataList, links) {
+
+    getChartData(dataList) {
+      if (dataList && dataList.length) {
+        const G6Data = dataList.map((f) => {
+          return {
+            id: f.name,
+            personId: f.personId,
+            relationInfo: f?.relationInfo?.relation
+              ? f.relationInfo.relation
+              : "",
+            relationType:
+              f?.relationInfo?.relationType == "绀句細鍏崇郴" ? true : false,
+            children:
+              f.children.length > 0 ? this.getChartData(f.children) : [],
+          };
+        });
+        return G6Data;
+      }
+    },
+    initG6Chart() {
+      console.log(this.dataList, "dataList");
+      console.log(this.links, "links");
+      console.log(this.getChartData(this.dataList.children), "123123");
+      var barChart = document.getElementById("barChart");
+      const data = {
+        isRoot: true,
+        id: this.dataList.name,
+        style: {
+          fill: "red",
+        },
+        children:
+          this.dataList?.children.length > 0
+            ? this.getChartData(this.dataList.children)
+            : [],
+      };
+      const width = barChart.scrollWidth;
+      const height = barChart.scrollHeight || 500;
+      this.graph = new G6.TreeGraph({
+        container: "barChart",
+        width,
+        height,
+        linkCenter: true,
+        modes: {
+          default: [
+            // {
+            //   type: "collapse-expand",
+            //   onChange: function onChange(item, collapsed) {
+            //     const data = item.get("model");
+            //     data.collapsed = collapsed;
+            //     return true;
+            //   },
+            // },
+            "drag-canvas",
+            "zoom-canvas",
+          ],
+        },
+        defaultNode: {
+          size: 30,
+        },
+        layout: {
+          type: "compactBox",
+          direction: "LR",
+          getId: function getId(d) {
+            return d.id;
+          },
+          getHeight: function getHeight() {
+            return 16;
+          },
+          getWidth: function getWidth() {
+            return 16;
+          },
+          getVGap: function getVGap() {
+            return 30;
+          },
+          getHGap: function getHGap() {
+            return 100;
+          },
+        },
+      });
+      this.graph.node(function (node) {
+        return {
+          size: 38,
+          anchorPoints: [
+            [0, 0.5],
+            [1, 0.5],
+          ],
+          style: {
+            fill: node.relationType ? "#EDF4FF" : "#FCEFE3",
+            stroke: node.relationType ? "#5E7AA7" : "#D3791E",
+          },
+          label: node.id,
+          labelCfg: {
+            position: "center",
+            offset: 5,
+            style: {
+              fill: "#000",
+              fontSize: 12,
+            },
+          },
+        };
+      });
+      this.graph.edge(function (node) {
+        return {
+          type: "cubic-horizontal",
+          color: "#A3B1BF",
+          label: node.target._cfg?.model.relationInfo,
+        };
+      });
+      this.graph.on("node:click", (e) => {
+        const nodeItem = e.item._cfg.model; // 鑾峰彇琚偣鍑荤殑鑺傜偣鍏冪礌瀵硅薄
+        console.log("鍗曞嚮", nodeItem);
+        if (nodeItem?.personId) {
+          uni.navigateTo({
+            url: "/pages/character/detail?id=" + nodeItem?.personId,
+          });
+        } else {
+          uni.navigateTo({
+            url: "/pages/character/detail?id=" + this.idIndex,
+          });
+        }
+      });
+      this.graph.data(data);
+      this.graph.render();
+      this.graph.fitView();
+    },
+    initBarChart() {
       // WMBg
       //閫氳繃 $ref 杩涜鎸傝浇
       var barChart = document.getElementById("barChart");
@@ -252,45 +406,38 @@
           image: "./static/image/WMBg.png",
           repeat: "repeat-x", // 鏄惁骞抽摵锛屽彲浠ユ槸 'repeat-x', 'repeat-y', 'no-repeat'
           size: "100% 100%", // 鑳屾櫙鍥剧墖鐨勫昂瀵革紝鍙互鏄櫨鍒嗘瘮鎴栬�呭儚绱�
-          position: "center center" // 鑳屾櫙鍥剧墖鐨勪綅缃紝鍙互鏄� top, bottom, middle 鎴栬�呯櫨鍒嗘瘮
+          position: "center center", // 鑳屾櫙鍥剧墖鐨勪綅缃紝鍙互鏄� top, bottom, middle 鎴栬�呯櫨鍒嗘瘮
         },
         tooltip: {},
         animationEasingUpdate: "quinticInOut",
         series: [
           {
-            type: "graph",
-            layout: "force",
+            type: "tree",
             symbolSize: SymbolSize + 20,
             //鏄惁鍏佽鐢ㄦ埛鎷栧姩鍥剧墖
             roam: true,
             label: {
               show: true,
               color: "black", // 璁剧疆鑺傜偣鏂囧瓧棰滆壊涓洪粦鑹�
-              fontSize: FontSize // 璁剧疆鏂囧瓧澶у皬
+              fontSize: FontSize, // 璁剧疆鏂囧瓧澶у皬
             },
             edgeSymbol: ["circle", "arrow"],
             edgeSymbolSize: [4, 10],
-            data: dataList,
-            links: links,
+            data: [this.dataList],
             lineStyle: {
               opacity: 0.9,
               width: 2,
-              curveness: 0.3
-            },
-            emphasis: {
-              focus: "adjacency",
-              lineStyle: {
-                width: 10
-              }
+              curveness: 0.3,
             },
             force: {
               initLayout: null,
               // gravity: 0
               repulsion: 600,
-              edgeLength: 400
-            }
-          }
-        ]
+              edgeLength: 400,
+            },
+            expandAndCollapse: false,
+          },
+        ],
       };
       //杩涜娓叉煋
       myChart.setOption(option);
@@ -298,8 +445,8 @@
     // 杩斿洖鎸夐挳
     goBack() {
       this.$router.go(-1);
-    }
-  }
+    },
+  },
 };
 </script>
 <style scoped>
@@ -325,6 +472,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