修改导出医生工作量文件名字
This commit is contained in:
parent
25de21db1c
commit
682fdd882a
@ -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)
|
download.excel(data, fileName)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user