From 0fe4ece1a93d321f7d82de173c3446f0974f2cb3 Mon Sep 17 00:00:00 2001 From: 2256907009 <2256907009@qq.com> Date: Wed, 10 Dec 2025 20:17:13 +0800 Subject: [PATCH] =?UTF-8?q?fit:=E5=B7=A5=E5=8D=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=92=8C=E5=95=86=E5=93=81=E5=85=B3=E8=81=94=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 + src/utils/tool.js | 5 + src/views/marketing/DiscountUsers.vue | 38 +++--- src/views/product/ProductList.vue | 18 +-- src/views/ticket/TicketChat.vue | 161 +++++++++++++++++++++----- 5 files changed, 173 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 52e6d73..5bbbd8f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# 管理员后台pc端 + # 007UI 后台管理系统 一个基于Vue 3、Element Plus的现代化后台管理系统模板,采用蓝色扁平化高端设计风格。 diff --git a/src/utils/tool.js b/src/utils/tool.js index 3d0a39f..c54e2dd 100644 --- a/src/utils/tool.js +++ b/src/utils/tool.js @@ -51,4 +51,9 @@ export function timeToTimestamp(time) { } return Math.floor(timestamp / 1000); // 返回毫秒级时间戳(如 1751107200000) + } + + + export function reducenum(num){ + return num / 100 } \ No newline at end of file diff --git a/src/views/marketing/DiscountUsers.vue b/src/views/marketing/DiscountUsers.vue index d565ccf..54074e0 100644 --- a/src/views/marketing/DiscountUsers.vue +++ b/src/views/marketing/DiscountUsers.vue @@ -69,9 +69,19 @@ - + + + + + + + @@ -81,11 +91,6 @@ - - -