修复了财务报表页面的小bug

This commit is contained in:
2023-12-17 16:31:22 +00:00
parent 0272b8efb8
commit a482b55ec4

View File

@ -319,8 +319,8 @@ Cost Ranking:
th2=document.createElement("th"); th2=document.createElement("th");
th3=document.createElement("th"); th3=document.createElement("th");
th1.innerHTML="ISBN"; th1.innerHTML="ISBN";
th2.innerHTML="Total Cost"; th2.innerHTML="Total Sale";
th3.innerHTML="Total Sale"; th3.innerHTML="Total Cost";
tr2.appendChild(th1); tr2.appendChild(th1);
tr2.appendChild(th2); tr2.appendChild(th2);
tr2.appendChild(th3); tr2.appendChild(th3);