sc
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user