diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue
index 58da9a9..b9422c5 100644
--- a/src/components/Table/src/BasicTable.vue
+++ b/src/components/Table/src/BasicTable.vue
@@ -20,7 +20,13 @@
-
+
+
+
+
+
+
+
@@ -260,7 +266,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]代码生成 内嵌子表模式 没有滚动条------------
// update-begin--author:sunjianlei---date:220230630---for:【QQYUN-5571】自封装选择列,解决数据行选择卡顿问题
// 自定义选择列,需要去掉原生的
@@ -393,6 +399,7 @@
tableAction,
redoHeight,
handleResizeColumn: (w, col) => {
+ console.log('col',col);
col.width = w;
},
getFormProps: getFormProps as any,