xielei 2024-09-30 14:44:41 +08:00
commit 2f19185cba
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const Page = () => {
<Table
title={() => (
<>
<h2 style={{ textAlign: "center" }}>小玉潭水库{searchVal?.year}年日平均水位年报表</h2>
<h2 style={{ textAlign: "center" }}>檀树岗水库{searchVal?.year}年日平均水位年报表</h2>
<div style={{ textAlign: "right" }}>单位m</div>
</>
)}

View File

@ -94,7 +94,7 @@ const Page = () => {
<Table
title={() => (
<>
<h2 style={{ textAlign: "center" }}>小玉潭水库{searchVal?.year}年日降雨年报表</h2>
<h2 style={{ textAlign: "center" }}>檀树岗水库{searchVal?.year}年日降雨年报表</h2>
<div style={{ textAlign: "right" }}>单位mm</div>
</>
)}