4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-05 06:17:43 +08:00

修复:高级表格组件分页属性不支持 boolean 类型的问题;

fix: the pagination props of AdvancedTable.vue does not support boolean value;
This commit is contained in:
chenghongxing 2021-04-05 09:46:27 +08:00
parent a1ae7d1e3f
commit 939f8640d3
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -7,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
VUE_APP_SETTING_KEY=admin.setting VUE_APP_SETTING_KEY=admin.setting
VUE_APP_TBAS_KEY=admin.tabs VUE_APP_TBAS_KEY=admin.tabs
VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
VUE_APP_API_BASE_URL=http://api.iczer.com VUE_APP_API_BASE_URL=http://api.iczer.com

View File

@ -76,7 +76,7 @@
indentSize: Number, indentSize: Number,
loading: Boolean, loading: Boolean,
locale: Object, locale: Object,
pagination: Object, pagination: [Object, Boolean],
rowClassName: Function, rowClassName: Function,
rowKey: [String, Function], rowKey: [String, Function],
rowSelection: Object, rowSelection: Object,