@ -245,7 +245,7 @@ const handleExport = async () => {
tableObject.params.type="DEVICE"
tableObject.params.status="INSPECTION"
const data = await DeviceMoldItemsApi.exportDeviceMoldItems(tableObject.params)
download.excel(data, '项记录表(设备 模具 保养 维修 巡检点检).xlsx')
download.excel(data, '设备巡检点检项.xlsx')
} catch {
} finally {
exportLoading.value = false
@ -241,7 +241,7 @@ const handleExport = async () => {
tableObject.params.type="MOLD"
download.excel(data, '模具巡检点检项.xlsx')
@ -275,7 +275,7 @@ const handleExport = async () => {
tableObject.params.status="MAINTAIN"
const data = await MoldMaintenanceApi.exportDeviceMoldItems(tableObject.params)
download.excel(data, '模具保养项.xlsx')