gaoluyang
2026-03-26 8e9bc97e709f7e49586dffb9cc3d2dac4cfef4ca
src/views/personnelManagement/attendanceCheckin/index.vue
@@ -60,15 +60,6 @@
      </el-descriptions>
    </el-card> -->
    <div class="attendance-operation">
      <el-button @click="handleBack"
                 type="default"
                 size="small"
                 style="margin-right: 16px">
        <el-icon>
          <ArrowLeft />
        </el-icon>
        返回排班管理
      </el-button>
      <!-- 查询条件(管理员考勤日报) -->
      <el-form :model="searchForm"
               :inline="true"
@@ -456,13 +447,6 @@
    fetchDeptOptions();
  });
  // 返回排班管理页面
  const handleBack = () => {
    router.push({
      path: "/personnelManagement/classsSheduling/index",
    });
  };
  onBeforeUnmount(() => {
    if (timer) {
      clearInterval(timer);
@@ -513,7 +497,7 @@
    color: #333;
  }
  ::v-deep(.row-abnormal) {
  :deep(.row-abnormal) {
    background-color: #fff5f5;
  }