From a17d40d2d02024d98369361216d924f645486a66 Mon Sep 17 00:00:00 2001 From: "hao.dai" Date: Wed, 10 Apr 2024 18:52:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A0=B9=E6=8D=AE=E6=9C=AC=E5=9C=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=9B=E8=A1=8C=E6=96=87=E4=BB=B6=E5=A4=B9=E7=AD=9B?= =?UTF-8?q?=E9=80=89=202.=E5=85=A8=E9=87=8F=E6=95=B0=E6=8D=AE=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=99=9A=E6=8B=9F=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +- package.json | 2 + src/views/reorganize/TransferHistoryView.vue | 186 ++++++++++++++++++- 3 files changed, 181 insertions(+), 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 93591887..6d67a763 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -53,6 +53,7 @@ "stylelint", "touchless", "triggerer", + "unref", "vuetify" ], // Extension: Comment Anchors @@ -104,4 +105,4 @@ ] }, "vue3snippets.enable-compile-vue-file-on-did-save-code": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index fb6cd2c9..a357d68d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@casl/ability": "^6.2.0", "@casl/vue": "^2.2.0", "@floating-ui/dom": "1.6.3", + "@iconify/utils": "^2.1.22", "@vueuse/core": "^10.1.2", "@vueuse/math": "^10.1.2", "ace-builds": "^1.32.6", @@ -89,6 +90,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-unicorn": "^52.0.0", "eslint-plugin-vue": "^9.12.0", + "lodash": "^4.17.21", "postcss": "8", "postcss-html": "^1.5.0", "stylelint": "16.3.1", diff --git a/src/views/reorganize/TransferHistoryView.vue b/src/views/reorganize/TransferHistoryView.vue index b0edcd3f..cb42ed74 100644 --- a/src/views/reorganize/TransferHistoryView.vue +++ b/src/views/reorganize/TransferHistoryView.vue @@ -1,5 +1,6 @@