@@ -34,7 +34,7 @@ const props = defineProps({
<td
:class="['data-cell',{'one-bg':index%2, 'tow-bg': index%2!==0}]"
v-for="(cell,cell_index) in item"
- :key="`${index}_${cell_index}`"
+ :key="cell_index"
:colspan="cell.mc.cs||1"
:rowspan="cell.mc.rs||1"
>