|
@@ -175,7 +175,7 @@
|
|
|
<el-button v-if="'/teamCourseListDetail'" type="text" @click="lookDetail(scope.row)">详情</el-button>
|
|
|
<el-button type="text" v-if="permission('courseSchedule/classStartDateAdjust?hight') &&
|
|
|
!scope.row.isLock &&
|
|
|
- !(scope.row.newCourseId > 0 && scope.row.newCourseId != scope.row.id)
|
|
|
+ !(scope.row.newCourseId > 0 && scope.row.newCourseId != scope.row.id) && scope.row.status != 'UNDERWAY'
|
|
|
" @click="resetClass(scope.row)">调整</el-button>
|
|
|
|
|
|
<!-- <el-button
|
|
@@ -262,8 +262,8 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="老师考勤" v-if="maskForm.status != 'NOT_START'">
|
|
|
<div class="inputStyle" :class="maskForm.signInStatusEnum == 1 && maskForm.signOutStatusEnum == 1
|
|
|
- ? 'green'
|
|
|
- : 'red'
|
|
|
+ ? 'green'
|
|
|
+ : 'red'
|
|
|
">
|
|
|
{{
|
|
|
maskForm.signInStatusEnum == 1 && maskForm.signOutStatusEnum == 1
|