Browse Source

03/04 12:26

111
261568008@qq.com 5 years ago
parent
commit
dfe753d27c

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


+ 1 - 1
dist/static/css/chunk-333008ce.8f8a6985.css → dist/static/css/chunk-2e87d30a.0fbb0ea1.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}.wrap[data-v-2e45a879]{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}.wrap div[data-v-2e45a879]{margin-right: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}.wrap[data-v-870da370]{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}.wrap div[data-v-870da370]{margin-right:20px}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2e87d30a.86b1b768.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-333008ce.c427d71c.js


+ 5 - 5
src/views/accompanyManager/accompanys.vue

@@ -12,7 +12,7 @@
       >修改老师</div>
       <!-- // accompanys/addCourse -->
       <!-- <div v-permission="'accompanys/addCourse'" class="newBand" @click="addCourse">网管课加课</div> -->
-      <!-- <div class="newBand" v-permission="'accompanys/vipCourseAdjust'" @click="adjustment">批量调整</div> -->
+      <div class="newBand" v-permission="'accompanys/vipCourseAdjust'" @click="adjustment">批量调整</div>
     </div>
 
     <div class="tableWrap">
@@ -70,24 +70,24 @@
                 v-if="scope.row.status == 'NOT_START'"
                 @click="resetClass(scope.row)"
               >调整</el-button>
-              <!-- <el-button
+              <el-button
                 type="text"
                 v-permission="'accompanys/remove'"
                 v-if="!scope.row.isSettlement"
                 @click="removeClass(scope.row)"
-              >删除</el-button> -->
+              >删除</el-button>
               <el-button
                 v-permission="'courseSchedule/practiceCourseTeacherAdjust'"
                 type="text"
                 v-if="scope.row.status == 'NOT_START'"
                 @click="resetTeacher(scope.row)"
               >更换老师</el-button>
-              <!-- <el-button
+              <el-button
                 type="text"
                 v-permission="'accompanys/cleanAttendance'"
                 v-if="!scope.row.isSettlement"
                 @click="clearAttend(scope.row)"
-              >清除考勤</el-button> -->
+              >清除考勤</el-button>
             </div>
           </template>
         </el-table-column>

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