chore: 修改代码生成模板

This commit is contained in:
xlsea
2024-09-07 19:07:00 +08:00
parent ad73adaa36
commit 2e0b16d0b3
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<script setup lang="tsx">
import { NButton, NPopconfirm } from 'naive-ui';
import { fetchGet${BusinessName}List, fetchDelete${BusinessName}, fetchBatchDelete${BusinessName} } from '@/service/api';
import { fetchGet${BusinessName}List, fetchDelete${BusinessName}, fetchBatchDelete${BusinessName} } from '@/service/api/${moduleName}/${businessName}';
import { $t } from '@/locales';
import { useAppStore } from '@/store/modules/app';
import { useTable, useTableOperate } from '@/hooks/common/table';