sc
This commit is contained in:
@@ -198,7 +198,7 @@ function getSummaries({ columns, data }) {
|
|||||||
if (!values.every((value) => Number.isNaN(value))) {
|
if (!values.every((value) => Number.isNaN(value))) {
|
||||||
if (column.property == 'weightSocre') {
|
if (column.property == 'weightSocre') {
|
||||||
const employee = employeeOptions.value.find((it) => it.examinedUser == employeeId.value)
|
const employee = employeeOptions.value.find((it) => it.examinedUser == employeeId.value)
|
||||||
sums[index] = employee.scoreTotal
|
sums[index] = employee.scoreTotal + '分'
|
||||||
} else {
|
} else {
|
||||||
sums[index] = ''
|
sums[index] = ''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user