瀏覽代碼

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)
           }
         }
       })