Pre Merge pull request !182 from 青木/N/A

pull/182/MERGE
青木 2025-08-03 12:12:53 +00:00 committed by Gitee
commit 056d3c09a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 3 deletions

View File

@ -322,9 +322,9 @@ export function useGridColumns<T = SystemUserApi.User>(
cellRender: {
attrs: { beforeChange: onStatusChange },
name: 'CellSwitch',
props: {
checkedValue: CommonStatusEnum.ENABLE,
unCheckedValue: CommonStatusEnum.DISABLE,
props: {
activeValue: CommonStatusEnum.ENABLE,
inactiveValue: CommonStatusEnum.DISABLE,
},
},
},