yunchuan
Results
2
comments of
yunchuan
I think it might be because you directly passed `this.$scopedSlots` into `Inner.data.scopedSlots`, which led to the implicit property `$stable` that was originally defined in `Wrapper.$scopedSlots` also being transferred to `Inner.data.scopedSlots`....
table在计算固定列宽度时,没有展开固定列的子列,导致计算结果与实际结果偏差。 例如issue:#22752中,多级表格中,fixed的表格有五个子列,而在计算宽度的时候,只计算了父级一个列的宽度,导致宽度计算错误,造成了只显示一个子列的现象。 修复:使用doFlattenColumns函数展开fixedColumns再进行宽度计算。