@@ -157,6 +157,7 @@
r.row.isDuty == "1" ? "是" : "否"
}}</template>
</el-table-column>
+
<el-table-column v-if="columns[3].visible" label="上下班时间" width="120" align="center">
<template slot-scope="r">
<span>{{ r.row.workTime }}-{{ r.row.workOffTime }}</span>