huang
2025-09-01 149a82f3cfba46bc5a7427d16b685ea1727eba47
UI-Project/src/views/MechanicalReport/mechanicalReport.vue
@@ -201,7 +201,6 @@
  return time.getTime() > oneMonthLater.getTime()
}
// 限制开始日期不能离结束日期超过一个月
const disabledStartDate = (time) => {
  if (!filterForm.value.endDate) {
    return false