diff --git a/src/views/analysis/index.vue b/src/views/analysis/index.vue
index d734f8c..e994ae0 100644
--- a/src/views/analysis/index.vue
+++ b/src/views/analysis/index.vue
@@ -107,43 +107,29 @@
>
{{
- scoped.row[
- "periodCount" + type == 1 ? item.schoolId : item.grade
- ] || "--"
- }}
+ {{scoped.row['periodCount' + (type == 1 ? item.schoolId : item.grade)]||"--"}}
+
{{
- scoped.row[
- "examCount" + type == 1 ? item.schoolId : item.grade
- ] || "--"
- }}
+ >{{scoped.row['examCount' + (type == 1 ? item.schoolId : item.grade)]||"--"}}
{{
- scoped.row["periodCount" + item.grade || item.classId] || "--"
- }}
+ >{{scoped.row['periodCount' + (item.grade || item.classId)]||"--"}}
{{
- scoped.row["examCount" + item.grade || item.classId] || "--"
- }}
+ >{{scoped.row['examCount' + (item.grade || item.classId)]||"--"}}
@@ -368,8 +354,6 @@ export default {
this.tableData = data.map((item) => {
let params = {};
dataIdsList.map((ids, index) => {
- params["examCount" + index] = "--";
- params["periodCount" + index] = "--";
item.dataList.map((items) => {
if (this.role == "ROLE_JITUAN") {
if (this.type == 1) {
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index e93f95e..c723022 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -95,14 +95,14 @@ export default {
loginForm: {
// username: "15911715665",
// password: "715665",
- // username: "18314340313",
- // password: "Pw340313#",
+ username: "18314340313",
+ password: "Pw340313#",
// username: "18687826606",
// password: "Pw826606#",
// username: "18893712576",
// password: "712576",
- username: "13247726488",
- password: "726488",
+ // username: "13247726488",
+ // password: "726488",
},
loginRules: {
username: [