feat: 修改状态名称

This commit is contained in:
2026-03-04 10:11:04 +08:00
parent f842dcaf14
commit bf7d0b3bc5

View File

@@ -41,8 +41,8 @@ export const baseDeptColumns: ProColumns<AiModelRespVO>[] = [
) => (
<Switch
checked={record.status === 1}
checkedChildren="用"
unCheckedChildren="用"
checkedChildren="用"
unCheckedChildren="用"
onChange={(checked) => {
Modal.confirm({
title: '确认操作',