diff --git a/src/resources/plugins/TsSheet/TsSheet.vue b/src/resources/plugins/TsSheet/TsSheet.vue index 22978c4eb19c194d09a5ec957bf51c08df543552..f5b32d31bafbae774f0425ec79abb6e28acaf6cb 100644 --- a/src/resources/plugins/TsSheet/TsSheet.vue +++ b/src/resources/plugins/TsSheet/TsSheet.vue @@ -1159,7 +1159,7 @@ export default { rindex = this.handlerCell.row + (this.handlerCell.rowspan || 1); } if (rindex >= 0) { - this.config.lefterList.push({ height: this.minHeight }); + this.config.lefterList.splice(rindex, 0, { height: this.minHeight }); this.config.tableList.forEach(cell => { if (cell.row >= rindex) { cell.row = cell.row + 1; diff --git a/src/resources/plugins/TsSheet/form-edit.vue b/src/resources/plugins/TsSheet/form-edit.vue index 093c2b2043a1d15ad78d0fb38023751122b70a0b..e3eb9aeb765a65e06f719cb07cd56d43ea42c45a 100644 --- a/src/resources/plugins/TsSheet/form-edit.vue +++ b/src/resources/plugins/TsSheet/form-edit.vue @@ -57,7 +57,7 @@
-
+