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

fix: the pagination props of AdvancedTable.vue does not support boolean value;
master
chenghongxing 4 years ago
parent a1ae7d1e3f
commit 939f8640d3
  1. 2
      .env
  2. 2
      src/components/table/advance/AdvanceTable.vue

@ -7,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
VUE_APP_SETTING_KEY=admin.setting
VUE_APP_TBAS_KEY=admin.tabs
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

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

Loading…
Cancel
Save