diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue
index 69b6246..2a1ed3a 100644
--- a/src/components/Table/src/BasicTable.vue
+++ b/src/components/Table/src/BasicTable.vue
@@ -211,7 +211,7 @@
/*if (slots.expandedRowRender) {
propsData = omit(propsData, 'scroll');
}*/
- //update-end---author:wangshuai ---date:20230214 for:[QQYUN-4237]代码生成 内嵌子表模式 没有滚动条------------
+ //update-end---author:wangshuai ---date:20230214 for:[QQYUN-4237]代码生成 内嵌子表模式 没有滚动条------------
propsData = omit(propsData, ['class', 'onChange']);
return propsData;
diff --git a/src/components/Table/src/components/settings/index.vue b/src/components/Table/src/components/settings/index.vue
index d740f4f..3a615ad 100644
--- a/src/components/Table/src/components/settings/index.vue
+++ b/src/components/Table/src/components/settings/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -10,7 +10,7 @@
import type { PropType } from 'vue';
import type { TableSetting, ColumnChangeParam } from '../../types/table';
import { defineComponent, computed, unref } from 'vue';
- // import ColumnSetting from './ColumnSetting.vue';
+ import ColumnSetting from './ColumnSetting.vue';
import SizeSetting from './SizeSetting.vue';
import RedoSetting from './RedoSetting.vue';
import FullScreenSetting from './FullScreenSetting.vue';
@@ -20,7 +20,7 @@
export default defineComponent({
name: 'TableSetting',
components: {
- // ColumnSetting,
+ ColumnSetting,
SizeSetting,
RedoSetting,
FullScreenSetting,
diff --git a/src/hooks/system/useListPage.ts b/src/hooks/system/useListPage.ts
index 81cc60f..a44e038 100644
--- a/src/hooks/system/useListPage.ts
+++ b/src/hooks/system/useListPage.ts
@@ -247,7 +247,7 @@ export function useListTable(tableProps: TableProps): [
// 是否显示序号列
showIndexColumn: false,
// 显示表格设置
- showTableSetting: true,
+ showTableSetting: false,
// 表格全屏设置
tableSetting: {
fullScreen: false,
diff --git a/src/views/kc/ktgl/KcKetangbiaoList.vue b/src/views/kc/ktgl/KcKetangbiaoList.vue
index 7393962..79557fa 100644
--- a/src/views/kc/ktgl/KcKetangbiaoList.vue
+++ b/src/views/kc/ktgl/KcKetangbiaoList.vue
@@ -14,32 +14,32 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
查询
重置
-
+
@@ -51,8 +51,8 @@
新增
- 导出
- 导入
+
@@ -105,6 +105,8 @@
title: '课堂管理',
api: list,
columns,
+ //
+ // showTableSetting: false,
canResize:false,
useSearchForm: false,
// customRow: (record, index: number) => {