소스 검색

reactor:工单展示字段调整;
feat:对接数据导入;

zhangchong 1 년 전
부모
커밋
c78692a7de
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)