change api name
This commit is contained in:
parent
76a859c5cf
commit
568ac30b8c
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
<tbody :class="[prefixCls + '-tbody']">
|
<tbody :class="[prefixCls + '-tbody']">
|
||||||
<template v-for="(row, index) in data">
|
<template v-for="(row, index) in data">
|
||||||
<table-tr
|
<table-tr
|
||||||
:drag="drag"
|
:draggable="draggable"
|
||||||
:row="row"
|
:row="row"
|
||||||
:key="row._rowKey"
|
:key="row._rowKey"
|
||||||
:prefix-cls="prefixCls"
|
:prefix-cls="prefixCls"
|
||||||
|
@ -60,7 +60,10 @@
|
||||||
type: [Boolean, String],
|
type: [Boolean, String],
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
drag:Boolean
|
draggable: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
expandRender () {
|
expandRender () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue