From b50e7d0c574584b8ad02ad04715760c7c42a0b7d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 09 七月 2022 11:02:46 +0800
Subject: [PATCH] 1.生产开报工前端页面开发完成

---
 src/utils/global.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/global.js b/src/utils/global.js
index 19231f3..6e641e8 100644
--- a/src/utils/global.js
+++ b/src/utils/global.js
@@ -22,7 +22,7 @@
 }
 
 // 鏃堕棿澶勭悊鍑芥暟
-export function handleDatatime(value) {
+export function handleDatetime(value) {
   const data = new Date(value)
   const month = data.getMonth() < 9 ? '0' + (data.getMonth() + 1) : data.getMonth() + 1
   const date = data.getDate() <= 9 ? '0' + data.getDate() : data.getDate()

--
Gitblit v1.9.3