Commit 0b31c683 authored by renjintao's avatar renjintao

plan

parent 504ff885
......@@ -42,6 +42,7 @@
:height="tableHeight"
:draggable="draggable"
:size="size"
:row-key="rowKey"
ref="table"
class="tableCommon"
@on-expand="expand"
......@@ -235,6 +236,9 @@ export default {
span: {
type: Number,
default: 24
},
rowKey:{
type:[String,Number]
}
},
created() {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment