From b1974e3ca98a7ac7178b3b379f57073b508ff37c Mon Sep 17 00:00:00 2001 From: zty <1048209592@qq.com> Date: Fri, 20 Sep 2024 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=A2=84=E7=AE=97=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E7=8E=87=E6=98=BE=E7=A4=BA=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8E=BB=E6=8E=89=E6=97=B6=E5=88=86=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../weekly/projectBudget/ProjectBudgetApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kehui-oa-front/src/pages/projectManagements/weekly/projectBudget/ProjectBudgetApply.vue b/kehui-oa-front/src/pages/projectManagements/weekly/projectBudget/ProjectBudgetApply.vue index 27ff703..7d867d2 100644 --- a/kehui-oa-front/src/pages/projectManagements/weekly/projectBudget/ProjectBudgetApply.vue +++ b/kehui-oa-front/src/pages/projectManagements/weekly/projectBudget/ProjectBudgetApply.vue @@ -103,7 +103,7 @@ export default { budget: dataList[i].budget, execute: dataList[i].execute, implementationRate: dataList[i].implementationRate, - createdAt: moment(new Date(dataList[i].createdAt)).format("YYYY-MM-DD HH:mm:ss") + createdAt: moment(new Date(dataList[i].createdAt)).format("YYYY-MM-DD") }) this.tableTotalPage = result.data.total }