@@ -134,7 +134,7 @@ const props = defineProps({
toolButton: {
// 是否显示表格功能按钮 ==> 非必传(默认为true)
type: [Array, Boolean],
- default: true,
+ default: false,
},
rowKey: {
// 行数据的 Key,用来优化 Table 的渲染,当表格数据多选时,所指定的 id ==> 非必传(默认为 id)