src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
@@ -140,9 +140,9 @@ }); const dialogTitle = computed(() => { if (props.operationType === "add") return "新增打卡规则"; if (props.operationType === "edit") return "编辑打卡规则"; return "查看打卡规则"; if (props.operationType === "add") return "新增班次"; if (props.operationType === "edit") return "编辑班次"; return "查看班次"; }); // 表单数据