From f8be5b327075f4d42a44f0b36855de1b5f0f2a37 Mon Sep 17 00:00:00 2001
From: SongZhen <>
Date: Thu, 28 Sep 2023 11:02:32 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E6=9E=B6=E6=9E=84=E5=BE=AE?=
=?UTF-8?q?=E7=BD=91=E6=A0=BC=E6=98=BE=E7=A4=BAname?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/GridTree/nodeWrap.vue | 7 +-
.../dataBoard/satisfactionEval/index.vue | 2 +-
.../modules/PersonnelPortrait/index.vue | 97 ++++++++++---------
3 files changed, 56 insertions(+), 50 deletions(-)
diff --git a/src/components/GridTree/nodeWrap.vue b/src/components/GridTree/nodeWrap.vue
index cb7aacc44..72864caae 100644
--- a/src/components/GridTree/nodeWrap.vue
+++ b/src/components/GridTree/nodeWrap.vue
@@ -27,8 +27,9 @@
-
- {{ spliceNameFun(item.name, 3) }}
+
+
+ {{ item.organizationName }}
@@ -97,7 +98,7 @@ export default {
},
gotoPersonnel(item) {
const grandPid = this.findParentParentId(this.nodeConfig, item.pid);
- const name = item.name ? item.name : "四号楼二单元302";
+ const name = item.organizationName ? item.organizationName : "四号楼二单元302";
this.$router.push(`/organizational/microgrid/${item.id}/${grandPid}/${name}`);
},
},
diff --git a/src/views/dataBoard/satisfactionEval/index.vue b/src/views/dataBoard/satisfactionEval/index.vue
index 8b39b68f4..eb27ce685 100644
--- a/src/views/dataBoard/satisfactionEval/index.vue
+++ b/src/views/dataBoard/satisfactionEval/index.vue
@@ -23,7 +23,7 @@
-
+
diff --git a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
index df1d6f384..eb4dac218 100644
--- a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
+++ b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
@@ -1,6 +1,6 @@