修改导出医生工作量文件名字

This commit is contained in:
Euni4U 2024-12-12 17:03:29 +08:00
parent 25de21db1c
commit 682fdd882a

View File

@ -93,7 +93,7 @@ async function exportnowData() {
)
//
const fileName = `${Profilevo.value.doctorname}医生 ${formatDate(Date_value.value[0])}-${formatDate(Date_value.value[1])}工作量统计报表.xls`
const fileName = `${Profilevo.value.doctorname}医生全部工作量统计报表.xls`
download.excel(data, fileName)