diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue index 2a9f4d48e..9a30281dd 100644 --- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue +++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/provinceSatisfaction.vue @@ -27,7 +27,17 @@ @@ -151,6 +161,17 @@ export default { close() { this.showDialog = false; }, + // 查看 + handleLook(row) { + let { resiId } = row + this.$router.push({ + path: "/dataBoard/overview/resident", + query: { + user_id: resiId, + type:'renfang' + }, + }); + }, }, }; diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue index 13552a588..514272c9e 100644 --- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue +++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue @@ -31,7 +31,17 @@ @@ -107,6 +117,17 @@ export default { this.id = id; this.$refs.detail.open(id); }, + // 查看 + handleLook(row) { + let { resiId } = row + this.$router.push({ + path: "/dataBoard/overview/resident", + query: { + user_id: resiId, + type:'renfang' + }, + }); + }, }, }; diff --git a/src/views/dataBoard/satisfactionEval/Problem/tddtlxsj/detail.vue b/src/views/dataBoard/satisfactionEval/Problem/tddtlxsj/detail.vue index c08d73a81..3b08f8893 100644 --- a/src/views/dataBoard/satisfactionEval/Problem/tddtlxsj/detail.vue +++ b/src/views/dataBoard/satisfactionEval/Problem/tddtlxsj/detail.vue @@ -17,7 +17,21 @@ - + + +