refactor:优化 tenantPackage 租户套餐的实现

This commit is contained in:
YunaiV
2025-04-04 08:16:26 +08:00
parent b119319381
commit 4870bff2a0
5 changed files with 33 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ import type { OnActionClickFn, VxeTableGridOptions } from '#/adapter/vxe-table';
import type { SystemTenantApi } from '#/api/system/tenant';
import { z } from '#/adapter/form';
import { getTenantPackageList } from '#/api/system/tenantPackage';
import { getTenantPackageList } from '#/api/system/tenant-package';
import { CommonStatusEnum } from '#/utils/constants';
import { DICT_TYPE, getDictOptions } from '#/utils/dict';