From 769e2b0223e7a2a81b2c9f147991a9c61e3eb856 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Thu, 24 Aug 2023 09:50:16 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=AE=A1=E6=89=B9=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=20-=20=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/pages/manage/approve/details.vue b/resources/assets/js/pages/manage/approve/details.vue index a8ab3edd3..75dc0e3d9 100644 --- a/resources/assets/js/pages/manage/approve/details.vue +++ b/resources/assets/js/pages/manage/approve/details.vue @@ -291,7 +291,7 @@ export default { return type == 2 ? `${hours}${this.$L('小时')}` : `${hours} ${this.$L('小时前')}`; } else { const days = Math.floor(timeDiff / 3600 / 24); - return type == 2 ? `${days + 1}${this.$L('天')}` : `${days + 1} ${this.$L('天')}`; + return type == 2 ? `${days + 1}${this.$L('天')}` : `${days + 1} ${this.$L('天前')}`; } }, // 时间转为周几