Browse Source

02/20 22:06

提交测试
261568008@qq.com 5 years ago
parent
commit
d2f7b75944

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-79c3d32e.badffd86.css


+ 1 - 1
dist/static/css/chunk-69a252ca.35fa7b73.css → dist/static/css/chunk-839e6186.fb1ecb02.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-04ea6a1c]{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.teacherInfo .infoWrap .left[data-v-04ea6a1c]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-04ea6a1c]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-04ea6a1c]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-04ea6a1c]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-04ea6a1c]{width:150px;height:150px}[data-v-04ea6a1c] .el-form-item{width:100%}[data-v-04ea6a1c] .el-date-editor.el-input,[data-v-04ea6a1c] .el-select{width:100%!important}[data-v-04ea6a1c] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-d4dc7046]{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.teacherInfo .infoWrap .left[data-v-d4dc7046]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-d4dc7046]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-d4dc7046]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-d4dc7046]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-d4dc7046]{width:150px;height:150px}[data-v-d4dc7046] .el-form-item{width:100%}[data-v-d4dc7046] .el-date-editor.el-input,[data-v-d4dc7046] .el-select{width:100%!important}[data-v-d4dc7046] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.6a51c9c8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-360b3f31.fd646003.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-43d47365.253e2c2c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-69a252ca.6beb7088.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-79c3d32e.757516b3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-839e6186.28af7b48.js


+ 1 - 1
src/views/teacherManager/teacherDetail/components/teacherInfo.vue

@@ -78,7 +78,7 @@
               </el-form-item>
             </el-col>
                <el-col :span="12">
-              <el-form-item label="开放网管课"
+              <el-form-item label="开放陪练"
                             :label-width="formLabelWidth">
                 <el-input disabled
                           v-model.trim="isSupportExtraPracticeLesson"></el-input>

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

@@ -73,7 +73,7 @@
             v-model.trim="searchForm.isSupportExtraPracticeLesson"
             clearable
             filterable
-            placeholder="开放网管课"
+            placeholder="开放陪练"
           >
             <el-option label="是" value="true"></el-option>
             <el-option label="否" value="false"></el-option>

+ 2 - 2
src/views/teacherManager/teacherOperation/components/teacherOperation.vue

@@ -125,12 +125,12 @@
                 <img :src="imageIcon" class="micon el-tooltip" style="width:8px height:8px" alt />
               </el-tooltip>
 
-              <el-form-item label="开放网管课" label-width="90px" class="course">
+              <el-form-item label="开放陪练" label-width="90px" class="course">
                 <el-select
                   v-model.trim="topForm.isSupportExtraPracticeLesson"
                   clearable
                   filterable
-                  placeholder="开放网管课"
+                  placeholder="开放陪练"
                 >
                   <el-option label="是" :value="true"></el-option>
                   <el-option label="否" :value="false"></el-option>

Some files were not shown because too many files changed in this diff