Ver a proveniência

update

master
Jason Chuang há 1 ano
ascendente
cometimento
3658633b7f
1 ficheiros alterados com 6 adições e 6 eliminações
  1. +6
    -6
      src/pages/PublicNotice/ListPanel/index.js

+ 6
- 6
src/pages/PublicNotice/ListPanel/index.js Ver ficheiro

@@ -104,9 +104,9 @@ const PublicNotice = () => {
<TabContext value={selectedTab}> <TabContext value={selectedTab}>
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}> <Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
<TabList onChange={handleChange} aria-label="lab API tabs example"> <TabList onChange={handleChange} aria-label="lab API tabs example">
<Tab label={"處理中(" + submittedList?.length + ")"} value="1" />
<Tab label={"待發布(" + pendingPublishList?.length + ")"} value="3" />
<Tab label={"待付款(" + pendingPaymentList?.length + ")"} value="4" />
<Tab label={"處理中 (" + submittedList?.length + ")"} value="1" />
<Tab label={"待發布 (" + pendingPublishList?.length + ")"} value="3" />
<Tab label={"待付款 (" + pendingPaymentList?.length + ")"} value="4" />
<Tab label="搜尋申請記錄" value="5" /> <Tab label="搜尋申請記錄" value="5" />
</TabList> </TabList>
</Box> </Box>
@@ -141,9 +141,9 @@ const PublicNotice = () => {
<TabContext value={selectedTab}> <TabContext value={selectedTab}>
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}> <Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
<TabList onChange={handleChange} aria-label="lab API tabs example"> <TabList onChange={handleChange} aria-label="lab API tabs example">
<Tab label={"處理中(" + submittedList.length + ")"} value="1" />
<Tab label={"待付款(" + pendingPaymentList.length + ")"} value="3" />
<Tab label={"待發布(" + pendingPublishList.length + ")"} value="4" />
<Tab label={"處理中 (" + submittedList.length + ")"} value="1" />
<Tab label={"待付款 (" + pendingPaymentList.length + ")"} value="3" />
<Tab label={"待發布 (" + pendingPublishList.length + ")"} value="4" />
<Tab label="搜尋申請記錄" value="5" /> <Tab label="搜尋申請記錄" value="5" />
</TabList> </TabList>
</Box> </Box>


Carregando…
Cancelar
Guardar