Fix spelling errors
This commit is contained in:
parent
a7aa6278c8
commit
ee1d0cddf9
|
@ -236,7 +236,7 @@ export default {
|
||||||
data = data.map((row, i) => {
|
data = data.map((row, i) => {
|
||||||
row = [...row]
|
row = [...row]
|
||||||
|
|
||||||
const indexTag = `<span class="index" style="background-color: ${headerBGC};">${i + 1}</spand>`
|
const indexTag = `<span class="index" style="background-color: ${headerBGC};">${i + 1}</span>`
|
||||||
|
|
||||||
row.unshift(indexTag)
|
row.unshift(indexTag)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue