瀏覽代碼

update

master
Jason Chuang 1 年之前
父節點
當前提交
b63f5e8cc5
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      src/pages/PublicNotice/ListPanel/index.js

+ 8
- 8
src/pages/PublicNotice/ListPanel/index.js 查看文件

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


Loading…
取消
儲存