Skip to content

Commit 939f864

Browse files
committed
修复:高级表格组件分页属性不支持 boolean 类型的问题;
fix: the pagination props of AdvancedTable.vue does not support boolean value;
1 parent a1ae7d1 commit 939f864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
77
VUE_APP_SETTING_KEY=admin.setting
88
VUE_APP_TBAS_KEY=admin.tabs
99
VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
10-
VUE_APP_API_BASE_URL=http://api.iczer.com
10+
VUE_APP_API_BASE_URL=http://api.iczer.com

src/components/table/advance/AdvanceTable.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
indentSize: Number,
7777
loading: Boolean,
7878
locale: Object,
79-
pagination: Object,
79+
pagination: [Object, Boolean],
8080
rowClassName: Function,
8181
rowKey: [String, Function],
8282
rowSelection: Object,

0 commit comments

Comments
 (0)