From 027cc68d10e6bdbef7b7a2aaad3f29e0d5265c05 Mon Sep 17 00:00:00 2001 From: zprobot <1727697083@qq.com> Date: Fri, 15 Dec 2023 19:47:57 +0800 Subject: [PATCH] search --- src/components/Table/index.vue | 5 ++--- src/views/information/index.vue | 16 +++++++++++----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/components/Table/index.vue b/src/components/Table/index.vue index a6548fd..228a0f0 100644 --- a/src/components/Table/index.vue +++ b/src/components/Table/index.vue @@ -19,14 +19,14 @@ @@ -89,7 +89,6 @@ watch( maxPeptides.value = Math.max(...val.map((o) => o.peptides)); maxProteins.value = Math.max(...val.map((o) => o.proteins)); sortedData.value = [...val]; - console.log(maxPeptides.value, maxProteins.value); } ); diff --git a/src/views/information/index.vue b/src/views/information/index.vue index b88f0cb..f4a44f2 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -30,7 +30,7 @@ >
Datasets Reanalyzed
@@ -75,7 +75,7 @@