mirror of
https://github.com/PlayEdu/backend
synced 2025-06-29 05:55:22 +08:00
资源分类列表文案优化
This commit is contained in:
parent
4f1341c726
commit
0282266e53
@ -60,10 +60,10 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
<Space size="small">
|
<Space size="small">
|
||||||
<PerButton
|
<PerButton
|
||||||
type="link"
|
type="link"
|
||||||
text="详情"
|
text="编辑"
|
||||||
class="b-link c-red"
|
class="b-link c-red"
|
||||||
icon={null}
|
icon={null}
|
||||||
p="department-cud"
|
p="resource-category"
|
||||||
onClick={() => navigate(`/resource-category/update/${record.id}`)}
|
onClick={() => navigate(`/resource-category/update/${record.id}`)}
|
||||||
/>
|
/>
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
@ -78,7 +78,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
text="删除"
|
text="删除"
|
||||||
class="b-link c-red"
|
class="b-link c-red"
|
||||||
icon={null}
|
icon={null}
|
||||||
p="department-cud"
|
p="resource-category"
|
||||||
onClick={() => null}
|
onClick={() => null}
|
||||||
/>
|
/>
|
||||||
</Popconfirm>
|
</Popconfirm>
|
||||||
@ -156,7 +156,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
text="新建"
|
text="新建"
|
||||||
class="mr-16"
|
class="mr-16"
|
||||||
icon={<PlusOutlined />}
|
icon={<PlusOutlined />}
|
||||||
p="department-cud"
|
p="resource-category"
|
||||||
onClick={() => null}
|
onClick={() => null}
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user