Commit 5f424f00 authored by 黄奎's avatar 黄奎

页面修改

parent 326e9e3f
...@@ -226,9 +226,11 @@ ...@@ -226,9 +226,11 @@
border-radius: 50%; border-radius: 50%;
margin-right: 10px; margin-right: 10px;
} }
.schScroll::-webkit-scrollbar { .schScroll::-webkit-scrollbar {
display: none; display: none;
} }
</style> </style>
<template> <template>
...@@ -242,14 +244,14 @@ ...@@ -242,14 +244,14 @@
{{dataList.DutyManName}} {{dataList.DutyManName}}
</div> </div>
<div class="schedu_Status"> <div class="schedu_Status">
<span class="schedu_st zbz"></span>值班中 <span class="schedu_st zbz"></span>{{dataList.DutyStatusStr}}
<!-- <span class="schedu_st xxz"></span>休息中 <!-- <span class="schedu_st xxz"></span>休息中
<span class="schedu_st wdk"></span>未打卡 --> <span class="schedu_st wdk"></span>未打卡 -->
</div> </div>
<div class="clockon_Duty" @click="SetDutyCheck(1)"> <div class="clockon_Duty" @click="SetDutyCheck(1)" v-if="dataList.DutyStatus && dataList.Status==0 ">
值班打卡<i class="iconfont icon-jiejue1 sche_daka"></i> 值班打卡<i class="iconfont icon-jiejue1 sche_daka"></i>
</div> </div>
<div class="clockon_Duty" @click="SetDutyCheck(2)"> <div class="clockon_Duty" @click="SetDutyCheck(2)" v-if="dataList.DutyStatus && dataList.Status==1 ">
值班交接<i class="iconfont icon-jiejue1 sche_daka"></i> 值班交接<i class="iconfont icon-jiejue1 sche_daka"></i>
</div> </div>
</div> </div>
...@@ -328,7 +330,6 @@ ...@@ -328,7 +330,6 @@
getList() { getList() {
OnDuty(this.msg).then(res => { OnDuty(this.msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log("OnDuty", res);
this.dataList = res.Data; this.dataList = res.Data;
this.msg.PlanDate = res.Data.PlanDate; this.msg.PlanDate = res.Data.PlanDate;
this.msg.HandoverList = res.Data.HandoverList; this.msg.HandoverList = res.Data.HandoverList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment