Fix spelling errors

This commit is contained in:
JM 2019-09-24 16:30:14 +08:00
parent a7aa6278c8
commit ee1d0cddf9
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export default {
data = data.map((row, i) => {
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)