chore: 租户

master
dap 1 year ago
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',
@ -155,7 +156,7 @@ const isSuperAdmin = computed(() => {
<Page v-if="isSuperAdmin" :auto-content-height="true">
<BasicTable>
<template #toolbar-actions>
<span class="pl-[7px] text-[16px]">租户列表 </span>
<span class="pl-[7px] text-[16px]">租户列表</span>
</template>
<template #toolbar-tools>
<Space>

Loading…
Cancel
Save