From ef7140e4467f912bd8066e1df536b636c2a4e9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=B0=B8=E8=B6=85?= <2090205686@qq.com> Date: Wed, 2 Jul 2025 14:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=95=86=E4=BA=A4=E6=98=93-=E4=BA=A4?= =?UTF-8?q?=E6=98=93=E5=88=86=E6=9E=90=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=A9=BA=E6=95=B0=E6=8D=AE=E6=97=B6=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=EF=BC=9B=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0formatter=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tableComponent.vue | 4 + src/views/trade/dataBoard.vue | 227 +++++++++++++++++++++++------- 2 files changed, 179 insertions(+), 52 deletions(-) diff --git a/src/components/tableComponent.vue b/src/components/tableComponent.vue index ffdfb0e..f25ae77 100644 --- a/src/components/tableComponent.vue +++ b/src/components/tableComponent.vue @@ -78,6 +78,10 @@ + + diff --git a/src/views/trade/dataBoard.vue b/src/views/trade/dataBoard.vue index 7d1eec5..af3d9da 100644 --- a/src/views/trade/dataBoard.vue +++ b/src/views/trade/dataBoard.vue @@ -1,9 +1,15 @@