完善用户提问功能模块
This commit is contained in:
@ -310,13 +310,13 @@ const FriendLinkCategory: React.FC = () => {
|
||||
width: 250,
|
||||
render: (_: any, record: CategoryType) => (
|
||||
<Space size="middle">
|
||||
<Button type="primary" size="small" onClick={() => handleAddChildCategory(record)}>
|
||||
<Button type="link" onClick={() => handleAddChildCategory(record)}>
|
||||
新增子类
|
||||
</Button>
|
||||
<Button type="primary" size="small" onClick={() => handleEditCategory(record)}>
|
||||
<Button type="link" onClick={() => handleEditCategory(record)}>
|
||||
编辑
|
||||
</Button>
|
||||
<Button type="primary" danger size="small" onClick={() => handleDeleteCategory(record)}>
|
||||
<Button type="link" onClick={() => handleDeleteCategory(record)}>
|
||||
删除
|
||||
</Button>
|
||||
</Space>
|
||||
|
Reference in New Issue
Block a user