From 2b4feb8fef456a6a528c89aa7c77d8b683313b1f Mon Sep 17 00:00:00 2001 From: lihui Date: Wed, 24 Sep 2025 16:51:18 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E7=9A=84=E4=B8=80=E4=B8=AA=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/CashManagement.vue | 71 +++ src/components/workspace/GoldGraph.vue | 770 +++++++++++++++++++++++ src/components/workspace/GoldManagement.vue | 454 ++++++++++++++ src/views/workspace/index.vue | 939 ++-------------------------- 4 files changed, 1360 insertions(+), 874 deletions(-) create mode 100644 src/components/workspace/CashManagement.vue create mode 100644 src/components/workspace/GoldGraph.vue create mode 100644 src/components/workspace/GoldManagement.vue diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue new file mode 100644 index 0000000..2cf5a8c --- /dev/null +++ b/src/components/workspace/CashManagement.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/src/components/workspace/GoldGraph.vue b/src/components/workspace/GoldGraph.vue new file mode 100644 index 0000000..3aa64ee --- /dev/null +++ b/src/components/workspace/GoldGraph.vue @@ -0,0 +1,770 @@ + + + + diff --git a/src/components/workspace/GoldManagement.vue b/src/components/workspace/GoldManagement.vue new file mode 100644 index 0000000..0a6ac3f --- /dev/null +++ b/src/components/workspace/GoldManagement.vue @@ -0,0 +1,454 @@ + + + + + \ No newline at end of file diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index e038363..13df762 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -1,911 +1,102 @@ \ No newline at end of file