Commit e1cab3d8 authored by 黄奎's avatar 黄奎

也没修过

parent fe648cd1
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
</div> </div>
<div class="secondList_Bottom"> <div class="secondList_Bottom">
<div class="tufa_List"> <div class="tufa_List">
<div class="tufa_left" v-if="EmergenciesObj&&EmergenciesObj.FileList"> <div class="tufa_left" v-if="EmergenciesObj&&EmergenciesObj.FileList">
<el-image <el-image
:src="EmergenciesObj.FileList[0]" :src="EmergenciesObj.FileList[0]"
...@@ -267,7 +268,7 @@ ...@@ -267,7 +268,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="tufa_btm"> <div class="tufa_btm" v-if="EmergenciesObj&&saveObj&&saveObj.EmergenciesList&&saveObj.EmergenciesList.length>0">
<div> <div>
<div class="tufa_xiugai"> <div class="tufa_xiugai">
<el-popover placement="bottom" popper-class="tufaPop" width="410" trigger="click"> <el-popover placement="bottom" popper-class="tufaPop" width="410" trigger="click">
...@@ -279,9 +280,10 @@ ...@@ -279,9 +280,10 @@
<el-input type="textarea" style="margin-top:20px;" v-model="addMsg2.OtherContent" :rows="4" /> <el-input type="textarea" style="margin-top:20px;" v-model="addMsg2.OtherContent" :rows="4" />
<q-btn color="accent" size="sm" style="float:right;margin-top:10px;" @click="saveEdit(EmergenciesObj)" label="保存" /> <q-btn color="accent" size="sm" style="float:right;margin-top:10px;" @click="saveEdit(EmergenciesObj)" label="保存" />
</div> </div>
<span slot="reference" style="margin-right:10px;cursor:pointer;" @click="EditTufa(EmergenciesObj)">修改</span>
<span v-if="EmergenciesObj" slot="reference" style="margin-right:10px;cursor:pointer;" @click="EditTufa(EmergenciesObj)">修改</span>
</el-popover> </el-popover>
|<span style="margin-left:15px;cursor:pointer;" @click="delTufa()">删除</span> |<span v-if="EmergenciesObj" style="margin-left:15px;cursor:pointer;" @click="delTufa()">删除</span>
</div> </div>
</div> </div>
<div class=" sche_Fenye" v-if="saveObj&&saveObj.EmergenciesList.length>0"> <div class=" sche_Fenye" v-if="saveObj&&saveObj.EmergenciesList.length>0">
...@@ -333,7 +335,7 @@ ...@@ -333,7 +335,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="tufa_btm"> <div class="tufa_btm" v-if="HandoverObj&&saveObj&&saveObj.HandoverList&&saveObj.HandoverList.length>0">
<div> <div>
<div class="tufa_xiugai"> <div class="tufa_xiugai">
<el-popover placement="bottom" popper-class="tufaPop" width="410" trigger="click"> <el-popover placement="bottom" popper-class="tufaPop" width="410" trigger="click">
......
...@@ -245,8 +245,6 @@ ...@@ -245,8 +245,6 @@
</div> </div>
<div class="schedu_Status"> <div class="schedu_Status">
<span class="schedu_st zbz"></span>{{dataList.DutyStatusStr}} <span class="schedu_st zbz"></span>{{dataList.DutyStatusStr}}
<!-- <span class="schedu_st xxz"></span>休息中
<span class="schedu_st wdk"></span>未打卡 -->
</div> </div>
<div class="clockon_Duty" @click="SetDutyCheck(1)" v-if="dataList.DutyStatus==1 && dataList.Status==0 "> <div class="clockon_Duty" @click="SetDutyCheck(1)" v-if="dataList.DutyStatus==1 && dataList.Status==0 ">
值班打卡<i class="iconfont icon-jiejue1 sche_daka"></i> 值班打卡<i class="iconfont icon-jiejue1 sche_daka"></i>
......
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
:input="true" @input="changePage" /> :input="true" @input="changePage" />
</template> </template>
</q-table> </q-table>
</div> </div>
</div> </div>
</template> </template>
......
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