Pārlūkot izejas kodu

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

lsc 2 gadi atpakaļ
vecāks
revīzija
59d116ac22
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/pages/data.vue

+ 1 - 1
src/components/pages/data.vue

@@ -349,7 +349,7 @@ export default {
             this.ruleForm.org = res.data[0][0].org
               ? res.data[0][0].org.split(",")[0]
               : "";
-            this.ruleForm.type = res.data[0][0].type == 1 ? "老师" : "学生";
+            this.ruleForm.type = res.data[0][0].type == 1 ? "老师" : res.data[0][0].type == 2 ? "学生" : "管理员";
             console.log(res.data[0][0]);
           }
         })