Commit b22a5b5a authored by 王玉鑫's avatar 王玉鑫

feat: 重命名分页组件

parent 6e714dbc
...@@ -34,7 +34,7 @@ declare module 'vue' { ...@@ -34,7 +34,7 @@ declare module 'vue' {
ElTimePicker: typeof import('element-plus/es')['ElTimePicker'] ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
ListIndustryCategory: typeof import('./src/components/list/list-industryCategory.vue')['default'] ListIndustryCategory: typeof import('./src/components/list/list-industryCategory.vue')['default']
ListLand: typeof import('./src/components/list/list-land.vue')['default'] ListLand: typeof import('./src/components/list/list-land.vue')['default']
ListPagination: typeof import('./src/components/list/list-pagination.vue')['default'] ListPagination: typeof import('./src/components/list/ListPagination.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
} }
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<script lang="ts" setup> <script lang="ts" setup>
import { useListView } from '@/composable/useListView.ts'; import { useListView } from '@/composable/useListView.ts';
import { RouteName } from '@/router/router.ts'; import { RouteName } from '@/router/router.ts';
import ListPagination from '@/components/list/list-pagination.vue'; import ListPagination from '@/components/list/ListPagination.vue';
import { RequestUrl } from '@/types/api.ts'; import { RequestUrl } from '@/types/api.ts';
import type { DevelopZoneItem, DevelopZoneListCondition } from '@/types/api/developZoneList'; import type { DevelopZoneItem, DevelopZoneListCondition } from '@/types/api/developZoneList';
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
import { useListView } from '@/composable/useListView.ts'; import { useListView } from '@/composable/useListView.ts';
import { RouteName } from '@/router/router.ts'; import { RouteName } from '@/router/router.ts';
import { RequestUrl } from '@/types/api.ts'; import { RequestUrl } from '@/types/api.ts';
import ListPagination from '@/components/list/list-pagination.vue'; import ListPagination from '@/components/list/ListPagination.vue';
import type { import type {
IndustrialParkItem, IndustrialParkItem,
IndustrialParkListCondition, IndustrialParkListCondition,
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
import { useListView } from '@/composable/useListView.ts'; import { useListView } from '@/composable/useListView.ts';
import { RouteName } from '@/router/router.ts'; import { RouteName } from '@/router/router.ts';
import { RequestUrl } from '@/types/api.ts'; import { RequestUrl } from '@/types/api.ts';
import ListPagination from '@/components/list/list-pagination.vue';
import type { LandListCondition, LandListItem } from '@/types/api/landList'; import type { LandListCondition, LandListItem } from '@/types/api/landList';
import ListPagination from '@/components/list/ListPagination.vue';
const { pageNum, pageSize, totalCount, datas, handleDetail } = useListView< const { pageNum, pageSize, totalCount, datas, handleDetail } = useListView<
LandListItem, LandListItem,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment