| ' + (idx++) + ' | ' + entrustName + ' | ' + v.department_resources_name + ' | ' + v.date + ' | ' + v.begin_time?.substring(0, 5) + '-' + v.end_time?.substring(0, 5) + ' | ✅ 成功匹配 |
'
})
unmatched.forEach(v => {
- const entrustName = entrustTableDate.value.find(r => r.id === v.id)?.entrust || ''
+ const entrustName = formatEntrust(entrustTableDate.value.find(r => r.id === v.id))
html += '