This commit is contained in:
shijing 2022-10-14 11:07:26 +08:00
parent 527f61d886
commit b6f3ea81e1
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@
} else {
obj.push("<span style='display: inline-block' class='colorRed roll-table-item'>未到岗</span>")
}
obj.push(item.dept_.name);
// obj.push(item.dept_.name);
data.push(obj)
});
that.userConfig.data = data;