mo 2 年之前
父节点
当前提交
0c77a7efab

+ 1 - 0
src/views/operateManager/operateStudent.vue

@@ -47,6 +47,7 @@
           <remote-search
             :commit="'setTeachers'"
             v-model="searchForm.teacherId"
+            :isForzenWithQueryCondition="true"
           />
         </el-form-item>
         <el-form-item>

+ 1 - 0
src/views/studentManager/studentList.vue

@@ -51,6 +51,7 @@
           <remote-search
             :commit="'setTeachers'"
             v-model="searchForm.teacherId"
+            :isForzenWithQueryCondition="true"
           />
           <!-- <el-select
             placeholder="指导老师"

+ 1 - 1
src/views/teamDetail/components/courseTransModals/startPlanCourse.vue

@@ -6,7 +6,7 @@
       width="1050px"
       :visible.sync="transPlanVisible"
     >
-    <el-form :model="activeRow" :inline="true" ref="form">
+    <el-form :model="activeRow" :inline="true" ref="form"    label-suffix=": ">
         <div v-if="activeRow.classs['HIGH_ONLINE']">
           <p class="title">
             <span style="font-weight: 600">线上基础技能课</span>

+ 1 - 0
src/views/tenantSetting/chargingRecord.vue

@@ -64,6 +64,7 @@
             <remote-search
               :commit="'setTeachers'"
               v-model="searchForm.teacherId"
+              :isForzenWithQueryCondition="true"
             />
           </el-form-item>
 

+ 3 - 2
src/views/vipClass/vipList.vue

@@ -73,6 +73,7 @@
           <remote-search
             :commit="'setTeachers'"
             v-model="searchForm.teacherId"
+            :isForzenWithQueryCondition="true"
           />
         </el-form-item>
         <el-form-item>
@@ -317,14 +318,14 @@
                   ></el-input>
                   <div style="text-align: right; margin-top: 20px">
                     <el-button
-                      
+
                       type="text"
                       @click="onCancelVip(scope)"
                       >取消</el-button
                     >
                     <el-button
                       type="primary"
-                      
+
                       @click="closeVip(scope)"
                       >确定</el-button
                     >