[update] 修改bug88397
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-on="$listeners"
|
||||
:row-key="rowKey"
|
||||
:bordered="bordered"
|
||||
:scroll="{x: '100%'}"
|
||||
:scroll="scroll"
|
||||
:row-class-name="lineCanExpand"
|
||||
:columns="columns"
|
||||
:expandedRowKeys.sync="expandedRowKeys"
|
||||
@@ -196,6 +196,13 @@ export default {
|
||||
name: 'JExpandTable',
|
||||
components: { JUpload },
|
||||
props: {
|
||||
scroll: {
|
||||
type: Object,
|
||||
required: false,
|
||||
default: () => {
|
||||
return { x: '100%' }
|
||||
}
|
||||
},
|
||||
columns: {
|
||||
type: Array,
|
||||
default: () => {
|
||||
|
||||
Reference in New Issue
Block a user