Explorar el Código

0110 10:25

1111
mo hace 5 años
padre
commit
6c73653ab3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/views/teamDetail/components/courseList.vue

+ 5 - 0
src/views/teamDetail/components/courseList.vue

@@ -143,6 +143,11 @@
                          label="操作">
           <template slot-scope="scope">
             <div>
+              <!-- OVER -->
+              <el-button v-if="scope.row.courseScheduleStatus == 'OVER'"
+                         v-permission="'courseSchedule/classStartDateAdjust1'"
+                         type="text"
+                         @click="resetClass(scope.row)">调整</el-button>
               <el-button v-if="scope.row.courseScheduleStatus == 'NOT_START'"
                          v-permission="'courseSchedule/classStartDateAdjust'"
                          type="text"