@@ -30,8 +30,6 @@ export function getTableColumns() {
const filtered = filteredInfo.value || {};
columns.value.length = 0;
list.forEach((e, i) => {
- console.log(e);
-
const { columnfield, columntitle, columnwidth, aligntype } = e;
const item: ColumnType = {