From bc2319e0ab3c23d3fc22e2a1e3aa6f2911f9a365 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 30 三月 2023 17:09:33 +0800 Subject: [PATCH] 修改前端页面 --- src/components/page/Index2.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/page/Index2.vue b/src/components/page/Index2.vue index a32de5c..8525186 100644 --- a/src/components/page/Index2.vue +++ b/src/components/page/Index2.vue @@ -24,7 +24,7 @@ {{this.statisticData.createTime}} </el-form-item> <el-form-item label="鍋滅暀鏃堕棿" style="margin-left: 25px;"> - {{this.statisticData.time}}鍒嗛挓 + {{this.statisticData.timeStr}}鍒嗛挓 </el-form-item> <el-form-item label="浣嶇疆" style="margin-left: 25px;"> {{this.statisticData.parkName}} @@ -125,7 +125,7 @@ this.showFlag = false; }else{ this.$message({ - message: res.message, type: 'error', duration:2000, + message: res.msg, type: 'error', duration:2000, }); } -- Gitblit v1.9.1