From 0387dc4918c1d2ca90c1e3fac908e07dce551775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Sat, 5 Sep 2026 23:21:50 +0800 Subject: [PATCH] =?UTF-8?q?align(=E5=8E=BB=E9=87=8D=E6=B1=87=E6=80=BB):=20?= =?UTF-8?q?=E9=A1=B5=E9=A1=B6=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90=E5=88=86?= =?UTF-8?q?=E7=BB=84=E6=B1=87=E6=80=BB=E5=8D=A1(=E8=B6=85=E7=AE=A1?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=88=86=E7=BB=84=C2=B7N=E4=B8=AA/=E7=BB=84?= =?UTF-8?q?=E5=91=98chips=E7=BB=84=E9=95=BF=C2=B7=E7=BB=84=E5=91=98/?= =?UTF-8?q?=E6=9C=AA=E5=8A=A0=E5=85=A5=E5=88=86=E7=BB=84)=E3=80=81?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=94=B9=E6=B5=81=E5=BC=8F=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?+=E7=AD=89=E5=BE=85=E9=81=AE=E7=BD=A9(=E6=AD=A3=E5=9C=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6/?= =?UTF-8?q?=E5=B7=B2=E7=AD=89=E5=BE=85N=E7=A7=92)=E3=80=81=E5=88=86?= =?UTF-8?q?=E7=BB=84=E7=A9=BA=E5=80=BC=E6=98=BE=E7=A4=BA=E6=9C=AA=E5=88=86?= =?UTF-8?q?=E7=BB=84=EF=BC=88=E5=AF=B9=E9=BD=90=20admin.js=20renderDedupeG?= =?UTF-8?q?roupSummary/showDedupeTotalDataExportWait=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/asin/DedupeRegistryPage.vue | 141 ++++++++++++++++-- .../src/pages/asin/dedupe-total-api.ts | 31 +--- .../src/pages/asin/dedupe-total-model.ts | 57 +++++++ .../tests/align-dedupe-summary.test.ts | 63 ++++++++ 4 files changed, 255 insertions(+), 37 deletions(-) create mode 100644 admin-frontend-vue/tests/align-dedupe-summary.test.ts diff --git a/admin-frontend-vue/src/pages/asin/DedupeRegistryPage.vue b/admin-frontend-vue/src/pages/asin/DedupeRegistryPage.vue index 151b083e..d2ea7ada 100644 --- a/admin-frontend-vue/src/pages/asin/DedupeRegistryPage.vue +++ b/admin-frontend-vue/src/pages/asin/DedupeRegistryPage.vue @@ -1,8 +1,10 @@