+
查看详细
@@ -68,6 +68,11 @@ export default {
data() {
return {}
},
+ methods: {
+ goToPage(url) {
+ this.$router.push(url)
+ }
+ }
}
@@ -81,6 +86,7 @@ export default {
font-size: 14px;
font-weight: 400;
color: #A0CDFF;
+ cursor: pointer;
}
.bg2 {
diff --git a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
index 3e9d1e8d4..b29d1229d 100644
--- a/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
+++ b/src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue
@@ -23,7 +23,7 @@
-
+
@@ -259,6 +259,7 @@ $purple: #6642fd;
justify-content: space-between;
padding: 0 20px;
margin: 33px auto 0;
+ cursor: pointer;
span {
font-size: 18px;
}
diff --git a/src/views/dataBoard/satisfactionEval/style/index.scss b/src/views/dataBoard/satisfactionEval/style/index.scss
new file mode 100644
index 000000000..e69de29bb