Commit 0b31c683 authored by renjintao's avatar renjintao

plan

parent 504ff885
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
:height="tableHeight" :height="tableHeight"
:draggable="draggable" :draggable="draggable"
:size="size" :size="size"
:row-key="rowKey"
ref="table" ref="table"
class="tableCommon" class="tableCommon"
@on-expand="expand" @on-expand="expand"
...@@ -235,6 +236,9 @@ export default { ...@@ -235,6 +236,9 @@ export default {
span: { span: {
type: Number, type: Number,
default: 24 default: 24
},
rowKey:{
type:[String,Number]
} }
}, },
created() { 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