Skip to content

Commit

Permalink
feat: 关闭租户修改数据库连接字符串
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Feb 6, 2023
1 parent a77985e commit 03ee27d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions vben28/src/views/tenants/Tenant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
]"
:dropDownActions="[
{
auth: 'AbpTenantManagement.Tenants.ManageConnectionStrings',
label: t('routes.tenant.connectionString'),
onClick: handleConnectionString.bind(null, record),
},
// {
// auth: 'AbpTenantManagement.Tenants.ManageConnectionStrings',
// label: t('routes.tenant.connectionString'),
// onClick: handleConnectionString.bind(null, record),
// },
{
auth: 'AbpTenantManagement.Tenants.Delete',
label: t('common.delText'),
Expand Down Expand Up @@ -61,7 +61,12 @@
import { useModal } from '/@/components/Modal';
import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { getTenantListAsync, tableColumns, searchFormSchema, deleteTenantAsync } from "/@/views/tenants/Tenant";
import {
getTenantListAsync,
tableColumns,
searchFormSchema,
deleteTenantAsync,
} from '/@/views/tenants/Tenant';
import CreateTenant from './CreateTenant.vue';
import EditConnectionString from './EditConnectionString.vue';
Expand Down

0 comments on commit 03ee27d

Please sign in to comment.