This commit is contained in:
qsh
2025-01-14 17:40:36 +08:00
parent 853a18df9b
commit b1feb33c00
2 changed files with 3 additions and 3 deletions

View File

@@ -405,8 +405,8 @@ function importHistorySalary() {
function spanMethod({ row, columnIndex }) {
if (row.userSalaryGrantRespVOList && row.userSalaryGrantRespVOList.length > 0) {
if (columnIndex === 0) {
return [1, 22]
} else if (columnIndex == 22 && row.id) {
return [1, 23]
} else if (columnIndex == 23 && row.id) {
return [1, 1]
} else {
return [0, 0]