资源分类列表文案优化

This commit is contained in:
禺狨 2023-03-10 16:33:49 +08:00
parent 4f1341c726
commit 0282266e53

View File

@ -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>