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