|
@ -128,6 +128,7 @@ export default { |
|
|
value: XLSX.utils.format_cell(cell) |
|
|
value: XLSX.utils.format_cell(cell) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
// 获取其他修改 |
|
|
if (rowIndex === 2) { |
|
|
if (rowIndex === 2) { |
|
|
that.otherChangeList.push({ |
|
|
that.otherChangeList.push({ |
|
|
key: String.fromCharCode("a".charCodeAt() + colIndex), |
|
|
key: String.fromCharCode("a".charCodeAt() + colIndex), |
|
|