From efe6365ea5e0bf0d91bdff258ac35520e4a25881 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Wed, 2 Jul 2025 17:40:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=E5=A2=9E=E5=8A=A0=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E5=90=8D=E7=A7=B0=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=89=93=E5=BC=80=E8=A1=8C=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 SelectStock 组件中添加了 openCenteredWindow 函数,用于打开居中窗口 - 点击股票名称时,会打开东方财富网的股票行情页面 - 优化了表格列的排序功能,支持数值类型的列进行排序- 调整了表格列的最小宽度,提高可读性 --- frontend/src/components/SelectStock.vue | 39 +++++++++++++++++++++---- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/SelectStock.vue b/frontend/src/components/SelectStock.vue index 80adc7b..75e55e0 100644 --- a/frontend/src/components/SelectStock.vue +++ b/frontend/src/components/SelectStock.vue @@ -1,7 +1,7 @@