jonbo 3 months ago
parent
commit
0399da4ff1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/mis/common/misTable/RenderColumn.vue

+ 0 - 1
src/views/mis/common/misTable/RenderColumn.vue

@@ -12,7 +12,6 @@ export default {
   },
   render(h) {
     const { row, column, value, index } = this.scope;
-    console.log(column);
     return this.renderer(h, row, column, value, index);
   }
 }