ソースを参照

update label

master
Jason Chuang 1年前
コミット
a0906c907f
2個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/tabTableDetail/TabTable.js
  2. +2
    -2
      src/pages/PublicNotice/Details_Public/tabTableDetail/TabTable.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/tabTableDetail/TabTable.js ファイルの表示

@@ -43,7 +43,7 @@ const PublicNotice = ({ appId, proofCount, paymentCount, statusHistoryCount, set
<Box sx={{ borderBottom: 1, borderColor: 'divider', overflowX: 'auto' }}>
<TabList onChange={handleChange} aria-label="lab API tabs example">
<Tab renderActiveOnly={false} label={"Proof (" + proofCount + ") "} value="1" />
<Tab renderActiveOnly={false} label={"Payment (" + paymentCount + ") "} value="2" />
<Tab renderActiveOnly={false} label={"Online Payment (" + paymentCount + ") "} value="2" />
<Tab renderActiveOnly={false} label={"Status History (" + statusHistoryCount + ") "} value="3" />
</TabList>
</Box>


+ 2
- 2
src/pages/PublicNotice/Details_Public/tabTableDetail/TabTable.js ファイルの表示

@@ -50,8 +50,8 @@ const PublicNotice = ({ appId, proofCount, paymentCount, setProofCount, setPayme
intl.formatMessage({ id: 'proofRecord' }) + " (" + proofCount + ") "} value="1"
/>
<Tab
aria-label={intl.formatMessage({ id: 'paymentHistory' })}
label={intl.formatMessage({ id: 'paymentHistory' }) + " (" + paymentCount + ") "} value="2"
aria-label={intl.formatMessage({ id: 'onlinePaymentHistory' })}
label={intl.formatMessage({ id: 'onlinePaymentHistory' }) + " (" + paymentCount + ") "} value="2"
/>
</TabList>
</Box>


読み込み中…
キャンセル
保存