소스 검색

fix: the expand column in the SchemaTable cannot be expanded

Casper Dai 3 년 전
부모
커밋
536419326f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/table/Table/Column.vue

+ 1 - 1
src/components/table/Table/Column.vue

@@ -45,7 +45,7 @@ export default {
         },
         scopedSlots: {
           default ({ store, row }) {
-            return render(store.$createElement, row)
+            return render(row, store.$createElement)
           }
         }
       })