fix:修改表格loading bug

This commit is contained in:
zhangyu
2021-05-19 11:32:41 +08:00
parent fd77ced048
commit 8f530c6c0f
11 changed files with 10 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ export default {
},
/* 工具参数 */
tools: {
loading: false, // 是否显示table加载动画
loading: true, // 是否显示table加载动画
customTableTitle: [], // 自定义列工具的数据
extraTableTitle: [] // 特殊页面asset额外的列
},