src/components/Table/lims-table.vue
@@ -284,10 +284,20 @@ this.doLayout(); }, }, updated() { this.$nextTick(() => { this.$refs.multipleTable.doLayout(); }); }, mounted() { this.calculateSpanInfo(); }, methods: { doLayout() { this.$nextTick(() => { this.$refs.multipleTable && this.$refs.multipleTable.doLayout(); }); }, getWidth(row, row0) { let count = 0; row.forEach((a) => { @@ -359,6 +369,7 @@ if (!linkEvent) { return this.$message.warning("请配置lingk事件"); } console.log(linkEvent); linkEvent.vueComponent[linkEvent.method](row); }, // 合并单元格