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 @@ - - -