八大员,考勤明细修改记录
This commit is contained in:
parent
1e2067726c
commit
d076527992
|
|
@ -71,81 +71,81 @@
|
|||
<el-table-column label="所属部门" align="center" prop="orgName" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="考勤日期" align="center" prop="attCurrentDay" :show-overflow-tooltip="true">
|
||||
</el-table-column>
|
||||
<el-table-column label="上班打卡时间" align="center" prop="toWorkAttCurrentTime" width="180"></el-table-column>
|
||||
<el-table-column label="上班状态" align="center" prop="toWorkAttStatus">
|
||||
<el-table-column label="上班打卡时间" align="center" prop="toWorkOriginalAttCurrentTime" width="180"></el-table-column>
|
||||
<el-table-column label="上班状态" align="center" prop="toWorkOriginalAttStatus">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.toWorkAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==11">法定节假日</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkOriginalAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkOriginalAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkOriginalAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkOriginalAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==11">法定节假日</div>
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
<el-table-column label="打卡地址" align="center" prop="toWorkAttAddress" :show-overflow-tooltip="true"/>
|
||||
|
||||
|
||||
<el-table-column label="修改后时间" align="center" prop="toWorkUpdateAttCurrentTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="toWorkUpdateAttStatus" :show-overflow-tooltip="true">
|
||||
<el-table-column label="修改后时间" align="center" prop="toWorkAttCurrentTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="toWorkAttStatus" :show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==0" @click="reasonDialog(scope.row.toErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==1" @click="reasonDialog(scope.row.toErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkUpdateAttStatus==2" @click="reasonDialog(scope.row.toErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkUpdateAttStatus==3" @click="reasonDialog(scope.row.toErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==4" @click="reasonDialog(scope.row.toErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==5" @click="reasonDialog(scope.row.toErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkUpdateAttStatus==6" @click="reasonDialog(scope.row.toErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==7" @click="reasonDialog(scope.row.toErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkUpdateAttStatus==8" @click="reasonDialog(scope.row.toErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==9" @click="reasonDialog(scope.row.toErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==10" @click="reasonDialog(scope.row.toErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==11" @click="reasonDialog(scope.row.toErrorRemake)">法定节假日</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==0" @click="reasonDialog(scope.row.toErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==1" @click="reasonDialog(scope.row.toErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkAttStatus==2" @click="reasonDialog(scope.row.toErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkAttStatus==3" @click="reasonDialog(scope.row.toErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==4" @click="reasonDialog(scope.row.toErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==5" @click="reasonDialog(scope.row.toErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkAttStatus==6" @click="reasonDialog(scope.row.toErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==7" @click="reasonDialog(scope.row.toErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkAttStatus==8" @click="reasonDialog(scope.row.toErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==9" @click="reasonDialog(scope.row.toErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==10" @click="reasonDialog(scope.row.toErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==11" @click="reasonDialog(scope.row.toErrorRemake)">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
|
||||
|
||||
<el-table-column label="下班打卡时间" align="center" prop="offWorkAttCurrentTime" width="180"></el-table-column>
|
||||
<el-table-column label="下班状态" align="center" prop="offWorkAttStatus">
|
||||
<el-table-column label="下班打卡时间" align="center" prop="offWorkOriginalAttCurrentTime" width="180"></el-table-column>
|
||||
<el-table-column label="下班状态" align="center" prop="offWorkOriginalAttStatus">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.offWorkAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==11">法定节假日</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkOriginalAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkOriginalAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkOriginalAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkOriginalAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==11">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="打卡地址" align="center" prop="offWorkAttAddress" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改后时间" align="center" prop="offWorkUpdateAttCurrentTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="offWorkUpdateAttStatus" :show-overflow-tooltip="true">
|
||||
<el-table-column label="修改后时间" align="center" prop="offWorkAttCurrentTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="offWorkAttStatus" :show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==0" @click="reasonDialog(scope.row.offErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==1" @click="reasonDialog(scope.row.offErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkUpdateAttStatus==2" @click="reasonDialog(scope.row.offErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkUpdateAttStatus==3" @click="reasonDialog(scope.row.offErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==4" @click="reasonDialog(scope.row.offErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==5" @click="reasonDialog(scope.row.offErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkUpdateAttStatus==6" @click="reasonDialog(scope.row.offErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==7" @click="reasonDialog(scope.row.offErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkUpdateAttStatus==8" @click="reasonDialog(scope.row.offErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==9" @click="reasonDialog(scope.row.offErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==10" @click="reasonDialog(scope.row.offErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==11" @click="reasonDialog(scope.row.offErrorRemake)">法定节假日</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==0" @click="reasonDialog(scope.row.offErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==1" @click="reasonDialog(scope.row.offErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkAttStatus==2" @click="reasonDialog(scope.row.offErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkAttStatus==3" @click="reasonDialog(scope.row.offErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==4" @click="reasonDialog(scope.row.offErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==5" @click="reasonDialog(scope.row.offErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkAttStatus==6" @click="reasonDialog(scope.row.offErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==7" @click="reasonDialog(scope.row.offErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkAttStatus==8" @click="reasonDialog(scope.row.offErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==9" @click="reasonDialog(scope.row.offErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==10" @click="reasonDialog(scope.row.offErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==11" @click="reasonDialog(scope.row.offErrorRemake)">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
@ -164,75 +164,75 @@
|
|||
<el-table-column label="姓名" align="center" prop="userName"/>
|
||||
<el-table-column label="所属部门" align="center" prop="orgName" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="考勤日期" align="center" prop="attCurrentDay" :show-overflow-tooltip="true" width="120"/>
|
||||
<el-table-column label="上班打卡时间" align="center" prop="toWorkAttCurrentTime" width="150"/>
|
||||
<el-table-column label="上班状态" align="center" prop="toWorkAttStatus" width="120">
|
||||
<el-table-column label="上班打卡时间" align="center" prop="toWorkOriginalAttCurrentTime" width="150"/>
|
||||
<el-table-column label="上班状态" align="center" prop="toWorkOriginalAttStatus" width="120">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.toWorkAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==11">法定节假日</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkOriginalAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkOriginalAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkOriginalAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkOriginalAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.toWorkOriginalAttStatus==11">法定节假日</div>
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
<el-table-column label="打卡地址" align="center" prop="toWorkAttAddress" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后时间" align="center" prop="toWorkUpdateAttCurrentTime" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="toWorkUpdateAttStatus" :show-overflow-tooltip="true" width="120">
|
||||
<el-table-column label="修改后时间" align="center" prop="toWorkAttCurrentTime" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="toWorkAttStatus" :show-overflow-tooltip="true" width="120">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==0" @click="reasonDialog(scope.row.toErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==1" @click="reasonDialog(scope.row.toErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkUpdateAttStatus==2" @click="reasonDialog(scope.row.toErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkUpdateAttStatus==3" @click="reasonDialog(scope.row.toErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==4" @click="reasonDialog(scope.row.toErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==5" @click="reasonDialog(scope.row.toErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkUpdateAttStatus==6" @click="reasonDialog(scope.row.toErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==7" @click="reasonDialog(scope.row.toErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkUpdateAttStatus==8" @click="reasonDialog(scope.row.toErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==9" @click="reasonDialog(scope.row.toErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==10" @click="reasonDialog(scope.row.toErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.toWorkUpdateAttStatus==11" @click="reasonDialog(scope.row.toErrorRemake)">法定节假日</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==0" @click="reasonDialog(scope.row.toErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==1" @click="reasonDialog(scope.row.toErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.toWorkAttStatus==2" @click="reasonDialog(scope.row.toErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.toWorkAttStatus==3" @click="reasonDialog(scope.row.toErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==4" @click="reasonDialog(scope.row.toErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==5" @click="reasonDialog(scope.row.toErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.toWorkAttStatus==6" @click="reasonDialog(scope.row.toErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==7" @click="reasonDialog(scope.row.toErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.toWorkAttStatus==8" @click="reasonDialog(scope.row.toErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==9" @click="reasonDialog(scope.row.toErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==10" @click="reasonDialog(scope.row.toErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.toWorkAttStatus==11" @click="reasonDialog(scope.row.toErrorRemake)">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="下班打卡时间" align="center" prop="offWorkAttCurrentTime" width="150"></el-table-column>
|
||||
<el-table-column label="下班状态" align="center" prop="offWorkAttStatus" width="120">
|
||||
<el-table-column label="下班打卡时间" align="center" prop="offWorkOriginalAttCurrentTime" width="150"></el-table-column>
|
||||
<el-table-column label="下班状态" align="center" prop="offWorkOriginalAttStatus" width="120">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.offWorkAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==11">法定节假日</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==0">未打卡</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==1">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkOriginalAttStatus==2">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkOriginalAttStatus==3">旷工</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==4">早退</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==5">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkOriginalAttStatus==6">请假</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==7">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkOriginalAttStatus==8">出入异常</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==9">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==10">出差</div>
|
||||
<div v-if="scope.row.offWorkOriginalAttStatus==11">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="打卡地址" align="center" prop="offWorkAttAddress" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后时间" align="center" prop="offWorkUpdateAttCurrentTime" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="offWorkUpdateAttStatus" :show-overflow-tooltip="true" width="120">
|
||||
<el-table-column label="修改后时间" align="center" prop="offWorkAttCurrentTime" :show-overflow-tooltip="true" width="150"/>
|
||||
<el-table-column label="修改后状态" align="center" prop="offWorkAttStatus" :show-overflow-tooltip="true" width="120">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==0" @click="reasonDialog(scope.row.offErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==1" @click="reasonDialog(scope.row.offErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkUpdateAttStatus==2" @click="reasonDialog(scope.row.offErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkUpdateAttStatus==3" @click="reasonDialog(scope.row.offErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==4" @click="reasonDialog(scope.row.offErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==5" @click="reasonDialog(scope.row.offErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkUpdateAttStatus==6" @click="reasonDialog(scope.row.offErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==7" @click="reasonDialog(scope.row.offErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkUpdateAttStatus==8" @click="reasonDialog(scope.row.offErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==9" @click="reasonDialog(scope.row.offErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==10" @click="reasonDialog(scope.row.offErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.offWorkUpdateAttStatus==11" @click="reasonDialog(scope.row.offErrorRemake)">法定节假日</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==0" @click="reasonDialog(scope.row.offErrorRemake)">未打卡</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==1" @click="reasonDialog(scope.row.offErrorRemake)">正常</div>
|
||||
<div style="color: #F1A4AD" v-if="scope.row.offWorkAttStatus==2" @click="reasonDialog(scope.row.offErrorRemake)">迟到</div>
|
||||
<div style="color: #29C9C9" v-if="scope.row.offWorkAttStatus==3" @click="reasonDialog(scope.row.offErrorRemake)">旷工</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==4" @click="reasonDialog(scope.row.offErrorRemake)">早退</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==5" @click="reasonDialog(scope.row.offErrorRemake)">轮休</div>
|
||||
<div style="color: #14ACF0" v-if="scope.row.offWorkAttStatus==6" @click="reasonDialog(scope.row.offErrorRemake)">请假</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==7" @click="reasonDialog(scope.row.offErrorRemake)">临时外出</div>
|
||||
<div style="color: #DD1E36" v-if="scope.row.offWorkAttStatus==8" @click="reasonDialog(scope.row.offErrorRemake)">出入异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==9" @click="reasonDialog(scope.row.offErrorRemake)">打卡地异常</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==10" @click="reasonDialog(scope.row.offErrorRemake)">出差</div>
|
||||
<div v-if="scope.row.offWorkAttStatus==11" @click="reasonDialog(scope.row.offErrorRemake)">法定节假日</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue