update apps/web-ele/src/views/system/user/data.ts.

Signed-off-by: 青木 <720227+9mgps@user.noreply.gitee.com>
pull/186/head
青木 2025-08-03 03:54:18 +00:00 committed by Gitee
parent c447145d62
commit c8be5d4bc0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

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