From b7e9768aaec1369dd8b69cb7dbc9cf2b168ce7f7 Mon Sep 17 00:00:00 2001 From: zhoumengru Date: Fri, 5 Sep 2025 09:28:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(system):=20=E6=96=B0=E5=A2=9E=E5=B3=B0?= =?UTF-8?q?=E8=B0=B7=E5=A5=97=E5=88=A9=E7=AD=96=E7=95=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现了峰谷套利策略的添加、编辑和查看功能 - 添加了自定义时段类型策略 - 优化了策略列表展示和操作 - 调整了表单样式和布局 --- doc/.~充站控系统-HTTP管理接口.docx | Bin 0 -> 162 bytes web/public/index.html | 2 +- web/src/components/system/policyForm.vue | 466 +++++++++++++++++++---- web/src/style/antd.scss | 8 +- web/src/utils/config.js | 17 +- web/src/views/predict.vue | 20 +- web/src/views/system/policy.vue | 172 ++++----- web/vue.config.js | 9 - 8 files changed, 505 insertions(+), 189 deletions(-) create mode 100644 doc/.~充站控系统-HTTP管理接口.docx diff --git a/doc/.~充站控系统-HTTP管理接口.docx b/doc/.~充站控系统-HTTP管理接口.docx new file mode 100644 index 0000000000000000000000000000000000000000..d6183a803ef77015f7a0b57b72bd410da7c5d91b GIT binary patch literal 162 rcmd<8%E&LxP0dR$DrF!Za4}RdWH972lrrQpq%!0&q%#x&*|Y%wRN4r= literal 0 HcmV?d00001 diff --git a/web/public/index.html b/web/public/index.html index 43fe988..11a9498 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -6,7 +6,7 @@ <%= htmlWebpackPlugin.options.title %> - +