列表操作模块优化

This commit is contained in:
禺狨
2023-03-09 17:17:02 +08:00
parent 0674a884e8
commit 273063b46e
8 changed files with 20 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ export const DepartmentPage: React.FC = () => {
<PerButton
type="link"
text="详情"
class="c-red"
class="b-link c-red"
icon={null}
p="department-cud"
onClick={() => navigate(`/department/update/${record.id}`)}
@@ -76,7 +76,7 @@ export const DepartmentPage: React.FC = () => {
<PerButton
type="link"
text="删除"
class="c-red"
class="b-link c-red"
icon={null}
p="department-cud"
onClick={() => null}