瀏覽代碼

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
                      filterable
                      placeholder="开放陪练课">
                      placeholder="开放陪练课">
             <el-option label="是"
             <el-option label="是"
-                       :value="true"></el-option>
+                       value="true"></el-option>
             <el-option label="否"
             <el-option label="否"
-                       :value="false"></el-option>
+                       value="false"></el-option>
           </el-select>
           </el-select>
         </el-form-item>
         </el-form-item>
         <el-form-item>
         <el-form-item>

部分文件因文件數量過多而無法顯示