chore: 租户
This commit is contained in:
parent
43c0d4c723
commit
15457628f0
@ -152,7 +152,7 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
{
|
||||
component: 'InputPassword',
|
||||
fieldName: 'password',
|
||||
label: '密码',
|
||||
label: '用户密码',
|
||||
rules: 'required',
|
||||
dependencies: {
|
||||
if: (values) => !values?.tenantId,
|
||||
|
@ -42,6 +42,7 @@ const gridOptions: VxeGridProps = {
|
||||
reserve: true,
|
||||
// 点击行选中
|
||||
// trigger: 'row',
|
||||
checkMethod: ({ row }) => row?.id !== 1,
|
||||
},
|
||||
columns,
|
||||
height: 'auto',
|
||||
|
Loading…
Reference in New Issue
Block a user