Bläddra i källkod

修复默认问题导致无法输入文本

wolyshaw 3 år sedan
förälder
incheckning
9fa7d04db3
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/views/audition/CourseEvaluation.vue

+ 4 - 4
src/views/audition/CourseEvaluation.vue

@@ -162,12 +162,12 @@ export default {
       classGroupName: null,
       teachMode: null,
       classType: null, // 课程类型
-      teachingMaterial: null, //教材
+      teachingMaterial: '', //教材
       song: null, // 曲目
       pronunciation: null, // 发音
       tempo: null, //节奏
       musicTheory: null, // 乐理
-      memo: null, // 备注
+      memo: '', // 备注
       homeWork: null, // 作业
       hasLiaison: null,
       subjectNames: null,
@@ -574,7 +574,7 @@ export default {
 }
 .talk {
   padding:16px .21rem;
-} 
+}
 .evTitle {
   padding: 16px .21rem 0;
   color: #333;
@@ -631,4 +631,4 @@ textarea:-ms-input-placeholder {
     line-height: 16px;
     padding: 0 5px;
 }
-</style>
+</style>