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 @@
- {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
@@ -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 @@
- {{ $sensitive(scope.row.reporterMobile, 3, 7) }}
+
+ {{ $sensitive(scope.row.reporterMobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.reporterMobile, 3, 7) }}
+
@@ -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 @@
-
+
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+
处理中
@@ -136,6 +150,17 @@ export default {
this.showDialog = true;
this.rowId = icEventId;
},
+ // 查看
+ handleLook(row) {
+ let { reportUserId } = row
+ this.$router.push({
+ path: "/dataBoard/overview/resident",
+ query: {
+ user_id: reportUserId,
+ type:'renfang'
+ },
+ });
+ },
},
};
diff --git a/src/views/dataBoard/satisfactionEval/Problem/tyqybtlx/detail.vue b/src/views/dataBoard/satisfactionEval/Problem/tyqybtlx/detail.vue
index 6ebdb8471..f4aabba98 100644
--- a/src/views/dataBoard/satisfactionEval/Problem/tyqybtlx/detail.vue
+++ b/src/views/dataBoard/satisfactionEval/Problem/tyqybtlx/detail.vue
@@ -17,7 +17,21 @@
-
+
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+
处理中
@@ -136,6 +150,17 @@ export default {
this.showDialog = true;
this.rowId = icEventId;
},
+ // 查看
+ handleLook(row) {
+ let { reportUserId } = row
+ this.$router.push({
+ path: "/dataBoard/overview/resident",
+ query: {
+ user_id: reportUserId,
+ type:'renfang'
+ },
+ });
+ },
},
};
diff --git a/src/views/dataBoard/satisfactionEval/Problem/tyry/detail.vue b/src/views/dataBoard/satisfactionEval/Problem/tyry/detail.vue
index 0690d9f9e..641683426 100644
--- a/src/views/dataBoard/satisfactionEval/Problem/tyry/detail.vue
+++ b/src/views/dataBoard/satisfactionEval/Problem/tyry/detail.vue
@@ -17,7 +17,21 @@
-
+
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+
处理中
@@ -136,6 +150,17 @@ export default {
this.showDialog = true;
this.rowId = icEventId;
},
+ // 查看
+ handleLook(row) {
+ let { reportUserId } = row
+ this.$router.push({
+ path: "/dataBoard/overview/resident",
+ query: {
+ user_id: reportUserId,
+ type:'renfang'
+ },
+ });
+ },
},
};
diff --git a/src/views/dataBoard/satisfactionEval/Problem/tyry/list.vue b/src/views/dataBoard/satisfactionEval/Problem/tyry/list.vue
index 06492d80a..ae4442bb2 100644
--- a/src/views/dataBoard/satisfactionEval/Problem/tyry/list.vue
+++ b/src/views/dataBoard/satisfactionEval/Problem/tyry/list.vue
@@ -27,7 +27,17 @@
- {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
+
+ {{ $sensitive(scope.row.mobile, 3, 7) }}
+
@@ -161,6 +171,17 @@ export default {
this.$router.push('/dataBoard/satisfactionEval/Problem/tyry/detail?mobile='+row.mobile)
},
+ // 查看
+ handleLook(row) {
+ let { resiId } = row
+ this.$router.push({
+ path: "/dataBoard/overview/resident",
+ query: {
+ user_id: resiId,
+ type:'renfang'
+ },
+ });
+ },
},
};