huangbin 4 years ago
parent
commit
0fc1c3496a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/common/setup/table/clolumn.ts

+ 0 - 2
src/common/setup/table/clolumn.ts

@@ -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 = {