fix(admin): Alert message 弃用 API 全部迁移为 title

This commit is contained in:
2026-08-06 12:20:24 +08:00
parent 824c33a71c
commit 259271f56c
6 changed files with 8 additions and 8 deletions

View File

@@ -349,7 +349,7 @@ const OrganizationsPage: React.FC = () => {
<Alert
type="info"
showIcon
message="统一机构管理"
title="统一机构管理"
description="本机构与外部机构使用同一套资料。学生明确归属机构;教室租赁则单独记录出租机构和承租机构。"
style={{ marginBottom: 16 }}
/>
@@ -417,7 +417,7 @@ const OrganizationsPage: React.FC = () => {
<Alert
type="warning"
showIcon
message="这是系统本机构,不可归档,也不能改为外部机构。"
title="这是系统本机构,不可归档,也不能改为外部机构。"
style={{ marginBottom: 16 }}
/>
) : null}