sc
This commit is contained in:
@@ -268,6 +268,9 @@ async function getList() {
|
||||
} else {
|
||||
tableList.value = data.list.map((it, index) => ({
|
||||
...it,
|
||||
userDingAttendanceRespVOList: it.userDingAttendanceRespVOList.sort((pre, cur) =>
|
||||
pre.employeeName.localeCompare(cur.employeeName)
|
||||
),
|
||||
id: index + 1,
|
||||
edit: it.status == 1 ? '2' : '0'
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user