From a482b55ec487630ff288da42b58a23f42dab3103 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Sun, 17 Dec 2023 16:31:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Web/log-query.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Web/log-query.html b/frontend/Web/log-query.html index c9a575e..b8a0540 100644 --- a/frontend/Web/log-query.html +++ b/frontend/Web/log-query.html @@ -319,8 +319,8 @@ Cost Ranking: th2=document.createElement("th"); th3=document.createElement("th"); th1.innerHTML="ISBN"; - th2.innerHTML="Total Cost"; - th3.innerHTML="Total Sale"; + th2.innerHTML="Total Sale"; + th3.innerHTML="Total Cost"; tr2.appendChild(th1); tr2.appendChild(th2); tr2.appendChild(th3);