瀏覽代碼

reactor:工单统计部分表格重构:

zhangchong 1 年之前
父節點
當前提交
25f151807a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/ProTable/index.vue

+ 1 - 1
src/components/ProTable/index.vue

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