生产管理系统 部门树查询、新增一级部门
This commit is contained in:
@@ -42,7 +42,7 @@ export function RoleList({
|
||||
return status === 'active' ? (
|
||||
<Badge className="bg-green-100 text-green-700">启用</Badge>
|
||||
) : (
|
||||
<Badge className="bg-gray-100 text-gray-700">禁用</Badge>
|
||||
<Badge className="bg-gray-100 text-gray-700">停用</Badge>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user