diff --git a/src/components/molecules/OcTable/OcTable.vue b/src/components/molecules/OcTable/OcTable.vue index f65061866..1f9bb56c1 100644 --- a/src/components/molecules/OcTable/OcTable.vue +++ b/src/components/molecules/OcTable/OcTable.vue @@ -78,7 +78,7 @@ - + @@ -276,7 +276,7 @@ export default { return result }, - footerColspan() { + fullColspan() { return this.fields.length }, }, @@ -373,7 +373,7 @@ export default { }, extractTbodyTrProps(item, index) { return { - ...(this.lazy && { lazy: { colspan: this.fields.length } }), + ...(this.lazy && { lazy: { colspan: this.fullColspan } }), class: [ "oc-tbody-tr", `oc-tbody-tr-${this.itemDomSelector(item) || index}`,