mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 20:29:39 +08:00
分类组件显示当前列表对应分类数量
This commit is contained in:
@@ -97,7 +97,11 @@ export const UploadImageButton = (props: PropsInterface) => {
|
||||
>
|
||||
<Row gutter={16}>
|
||||
<Col span={4}>
|
||||
<TreeCategory text={"图片"} onUpdate={(keys: any) => setCategoryIds(keys)} />
|
||||
<TreeCategory
|
||||
categoryCount={{}}
|
||||
text={"图片"}
|
||||
onUpdate={(keys: any) => setCategoryIds(keys)}
|
||||
/>
|
||||
</Col>
|
||||
<Col span={20}>
|
||||
<Row style={{ marginBottom: 24 }}>
|
||||
|
||||
Reference in New Issue
Block a user