生产管理系统 部门树查询、新增一级部门

This commit is contained in:
2025-11-04 17:55:37 +08:00
parent 1058767515
commit 8974ea802a
6 changed files with 652 additions and 169 deletions

View File

@@ -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>
);
};