소스 검색

02/10 18:03

1111
261568008@qq.com 5 년 전
부모
커밋
9454d75373
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-09753c97.09b0809a.js
  3. 2 2
      src/views/teacherManager/teacherList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-09753c97.09b0809a.js


+ 2 - 2
src/views/teacherManager/teacherList.vue

@@ -83,9 +83,9 @@
                      filterable
                      placeholder="开放陪练课">
             <el-option label="是"
-                       :value="true"></el-option>
+                       value="true"></el-option>
             <el-option label="否"
-                       :value="false"></el-option>
+                       value="false"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.