update apps/web-ele/src/views/system/user/data.ts.
Signed-off-by: 青木 <720227+9mgps@user.noreply.gitee.com>pull/186/head
parent
c447145d62
commit
c8be5d4bc0
|
@ -323,8 +323,8 @@ export function useGridColumns<T = SystemUserApi.User>(
|
||||||
attrs: { beforeChange: onStatusChange },
|
attrs: { beforeChange: onStatusChange },
|
||||||
name: 'CellSwitch',
|
name: 'CellSwitch',
|
||||||
props: {
|
props: {
|
||||||
checkedValue: CommonStatusEnum.ENABLE,
|
activeValue: CommonStatusEnum.ENABLE,
|
||||||
unCheckedValue: CommonStatusEnum.DISABLE,
|
inactiveValue: CommonStatusEnum.DISABLE,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue