From 5e3f064530fe71987e2a5920fe59967ef348cbd7 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期二, 19 八月 2025 14:14:28 +0800 Subject: [PATCH] 统计页面展示优化 --- src/views/shortmessage/taglibrary/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/shortmessage/taglibrary/index.vue b/src/views/shortmessage/taglibrary/index.vue index 77e57b6..ea9a5c1 100644 --- a/src/views/shortmessage/taglibrary/index.vue +++ b/src/views/shortmessage/taglibrary/index.vue @@ -149,7 +149,7 @@ width="160" > <template slot-scope="scope"> - <span>{{ parseTime(scope.row.createTime) }}</span> + <span>{{ formatTime(scope.row.createTime) }}</span> </template> </el-table-column> <el-table-column -- Gitblit v1.9.3