From 80817b0e283557be992ce9ab109c7f37de630f69 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 15 Jan 2026 15:55:33 +0800 Subject: [PATCH] # --- src/utils/commons.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/commons.js b/src/utils/commons.js index 9f4c6b2..5c77f32 100644 --- a/src/utils/commons.js +++ b/src/utils/commons.js @@ -86,7 +86,9 @@ export function percentToDecimal(number) { } /** + * 格式化日期 * @param {Date} date + * @returns YYYY-MM-DD */ export function formatDate(date) { if (isEmpty(date)) {