+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/klp-ui/src/components/Pagination/index.vue b/klp-ui/src/components/Pagination/index.vue
index 56f5a6b9..13573cb3 100644
--- a/klp-ui/src/components/Pagination/index.vue
+++ b/klp-ui/src/components/Pagination/index.vue
@@ -8,6 +8,7 @@
:page-sizes="pageSizes"
:pager-count="pagerCount"
:total="total"
+ small
v-bind="$attrs"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
@@ -46,7 +47,7 @@ export default {
},
layout: {
type: String,
- default: 'total, sizes, prev, pager, next, jumper'
+ default: 'total, sizes, prev, pager, next'
},
background: {
type: Boolean,
diff --git a/klp-ui/src/main.js b/klp-ui/src/main.js
index ced9cc70..5c8dc618 100644
--- a/klp-ui/src/main.js
+++ b/klp-ui/src/main.js
@@ -39,6 +39,7 @@ import DictTag from '@/components/DictTag'
import VueMeta from 'vue-meta'
// 字典数据组件
import DictData from '@/components/DictData'
+import KLPTable from '@/components/KLPUI/KLPTable/index.vue'
// 全局方法挂载
Vue.prototype.getDicts = getDicts
@@ -60,7 +61,7 @@ Vue.component('Editor', Editor)
Vue.component('FileUpload', FileUpload)
Vue.component('ImageUpload', ImageUpload)
Vue.component('ImagePreview', ImagePreview)
-
+Vue.component('KLPTable', KLPTable)
Vue.use(vueFlvPlayer)
Vue.use(directive)
diff --git a/klp-ui/src/views/finance/pay/index.vue b/klp-ui/src/views/finance/pay/index.vue
index 52f67cfc..3f63ac64 100644
--- a/klp-ui/src/views/finance/pay/index.vue
+++ b/klp-ui/src/views/finance/pay/index.vue
@@ -156,7 +156,7 @@