|
@@ -154,7 +154,7 @@
|
154
|
154
|
{{item.class_name}} ({{item.timeone_start}}~{{item.timeone_type}}{{item.timeone_end}} <span v-if="item.timetwo_start!=''">{{item.timetwo_start}}~{{item.timetwo_type}}{{item.timetwo_end}}</span> )
|
155
|
155
|
</p>
|
156
|
156
|
</div>
|
157
|
|
- <el-checkbox style="text-align:center" v-model="isChecked" @change="toContinuous">连续排班</el-checkbox>
|
|
157
|
+ <el-checkbox style="text-align:center;padding-bottom: 10px;" v-model="isChecked" @change="toContinuous">连续排班</el-checkbox>
|
158
|
158
|
</div>
|
159
|
159
|
</div>
|
160
|
160
|
</div>
|
|
@@ -287,7 +287,7 @@ export default {
|
287
|
287
|
// console.log("val",val)
|
288
|
288
|
this.docobj = val
|
289
|
289
|
if(this.getTimestamp(this.weekDayArr[num]) < this.timeNow){
|
290
|
|
- this.$message.warning("过去日期不可以编辑")
|
|
290
|
+ this.$message.error("过去日期不可以编辑")
|
291
|
291
|
return
|
292
|
292
|
}
|
293
|
293
|
},
|
|
@@ -897,7 +897,7 @@ export default {
|
897
|
897
|
.classBox{
|
898
|
898
|
width:28%;
|
899
|
899
|
height: 100%;
|
900
|
|
- border: 1px solid #EBEEF5;
|
|
900
|
+ border: 1px solid #d0d3da;
|
901
|
901
|
.classTitle{
|
902
|
902
|
height: 42px;
|
903
|
903
|
text-align: center;
|