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

Merge pull request !187 from 青木/N/A
pull/189/MERGE
xingyu 2025-08-04 09:58:23 +00:00 committed by Gitee
commit 229a6f017a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 3 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,
},
},
},
@ -336,7 +336,7 @@ export function useGridColumns<T = SystemUserApi.User>(
},
{
title: '操作',
width: 250,
width: 180,
fixed: 'right',
slots: { default: 'actions' },
},