fix: 短信相关接口文件夹统一命名格式

This commit is contained in:
puhui999
2025-04-03 17:49:38 +08:00
parent d288cd6be2
commit bca7938c6f
12 changed files with 18 additions and 21 deletions

View File

@@ -1,18 +1,17 @@
<script lang="ts" setup>
import type { SystemSmsLogApi } from 'src/api/system/sms/log';
import type {
OnActionClickParams,
VxeTableGridOptions,
} from '#/adapter/vxe-table';
import type { SystemSmsLogApi } from '#/api/system/sms/log';
import { Page, useVbenModal } from '@vben/common-ui';
import { Download } from '@vben/icons';
import { Button } from 'ant-design-vue';
import { exportSmsLog, getSmsLogPage } from 'src/api/system/sms/log';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { exportSmsLog, getSmsLogPage } from '#/api/system/sms/log';
import { $t } from '#/locales';
import { downloadByData } from '#/utils/download';