|
|
@@ -169,18 +169,20 @@ function Header(props) { |
|
|
|
<Link className="documentRecord" to='/proof/search'><Typography variant={"headerTitle1"} sx={{ ml: 1.5 }}>校對記錄</Typography></Link> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<Link className="paymentRecord"><Typography variant={"headerTitle1"} sx={{ ml: 1.5 }}>付款記錄</Typography></Link> |
|
|
|
{isPrimaryLoggedIn() ? |
|
|
|
<ul className='dropdown'> |
|
|
|
<li> |
|
|
|
<Link className="manageOrgUser" to='/paymentPage/search'><Typography variant={"headerTitle1"} sx={{ ml: 2 }}>網上付款記錄</Typography></Link> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<Link className="manageOrgUser" to='/paymentPage/demandNote'><Typography variant={"headerTitle1"} sx={{ ml: 2 }}>繳款通知記錄</Typography></Link> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
<div> |
|
|
|
<Link className="paymentRecord"><Typography variant={"headerTitle1"} sx={{ ml: 1.5 }}>付款記錄</Typography></Link> |
|
|
|
<ul className='dropdown'> |
|
|
|
<li> |
|
|
|
<Link className="manageOrgUser" to='/paymentPage/search'><Typography variant={"headerTitle1"} sx={{ ml: 2 }}>網上付款記錄</Typography></Link> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<Link className="manageOrgUser" to='/paymentPage/demandNote'><Typography variant={"headerTitle1"} sx={{ ml: 2 }}>繳款通知記錄</Typography></Link> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
: |
|
|
|
<></> |
|
|
|
<Link className="manageOrgUser" to='/paymentPage/search'><Typography variant={"headerTitle1"} sx={{ ml: 2 }}>網上付款記錄</Typography></Link> |
|
|
|
} |
|
|
|
</li> |
|
|
|
<li> |
|
|
|