diff --git a/mock/module/list.ts b/mock/module/list.ts
index 3d02a96..0224086 100644
--- a/mock/module/list.ts
+++ b/mock/module/list.ts
@@ -2,7 +2,7 @@ import Mock from 'mockjs';
import { resultSuccess } from '../utils';
const userList = Mock.mock({
- 'list|20': [
+ 'list|10': [
{
id: '@id',
name: '@cname',
diff --git a/src/components/NaiveProvider.vue b/src/components/common/NaiveProvider.vue
similarity index 100%
rename from src/components/NaiveProvider.vue
rename to src/components/common/NaiveProvider.vue
diff --git a/src/components/EIcon.vue b/src/components/custom/EIcon.vue
similarity index 100%
rename from src/components/EIcon.vue
rename to src/components/custom/EIcon.vue
diff --git a/src/components/custom/Pagination.vue b/src/components/custom/Pagination.vue
new file mode 100644
index 0000000..7b01276
--- /dev/null
+++ b/src/components/custom/Pagination.vue
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
diff --git a/src/components/SvgIcon.vue b/src/components/custom/SvgIcon.vue
similarity index 100%
rename from src/components/SvgIcon.vue
rename to src/components/custom/SvgIcon.vue
diff --git a/src/views/list/commonList/index.vue b/src/views/list/commonList/index.vue
index d0c3f79..4e8ef10 100644
--- a/src/views/list/commonList/index.vue
+++ b/src/views/list/commonList/index.vue
@@ -1,10 +1,10 @@
-
+
- 条件1
+ 条件1
@@ -56,7 +56,8 @@
下载
-
+
+
@@ -65,7 +66,7 @@