From c71fbd57e155412dcad62e8357eeaa251042bca8 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Sat, 29 Nov 2025 18:06:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/statistics/index.vue | 14 ++++++++++++++
vue.config.js | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue
index 0ed6fc7..13794a9 100644
--- a/src/views/statistics/index.vue
+++ b/src/views/statistics/index.vue
@@ -116,6 +116,12 @@
{{ stat.label }}
+
+
+
说明:此数据以时间周期为准;
+
若以课程体系数据查询,需在【学员管理一企业查询】中查阅。
+
+
@@ -1211,6 +1217,14 @@ export default {
width: 100%;
}
+.invested-data-note {
+ margin-top: 15px;
+ padding: 10px 15px;
+ background: #f8f9fa;
+ border-radius: 8px;
+ border-left: 3px solid #0f4c75;
+}
+
.stats-card {
border-radius: 15px;
padding: 20px 15px;
diff --git a/vue.config.js b/vue.config.js
index 7ffc4f9..29ac6d1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -28,9 +28,9 @@ module.exports = {
*/
publicPath: process.env.ENV === 'staging' ? '/admin' : '/admin',
// 测试
- // outputDir: '/Users/mac/Documents/朗业/2025/s-苏州科技商学院/wx.sstbc.com/public/admin',
+ outputDir: '/Users/mac/Documents/朗业/2025/s-苏州科技商学院/wx.sstbc.com/public/admin',
// 正式
- outputDir: '/Users/mac/Documents/朗业/2024/s-苏州科技商学院/wx.sstbc.com/public/admin',
+ // outputDir: '/Users/mac/Documents/朗业/2024/s-苏州科技商学院/wx.sstbc.com/public/admin',
assetsDir: 'static',
css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项