|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="safety-platform-container">
|
|
|
<header class="safety-platform-container__header">
|
|
|
- <div class="breadcrumb-title"> 奖品领取记录管理 </div>
|
|
|
+ <div class="breadcrumb-title"> 安全奖励管理 </div>
|
|
|
</header>
|
|
|
<main class="safety-platform-container__main">
|
|
|
<div class="search-table-container">
|
|
|
@@ -129,7 +129,7 @@
|
|
|
:visible="batchImportVisible"
|
|
|
:import-api-url="importApiUrl"
|
|
|
:template-url="templateUrl"
|
|
|
- template-name="奖品领取记录管理导入模版"
|
|
|
+ template-name="安全奖励管理导入模版"
|
|
|
:show-template="true"
|
|
|
@close="batchImportVisible = false"
|
|
|
@update="handleUpdate"
|
|
|
@@ -256,12 +256,12 @@
|
|
|
};
|
|
|
const response = await exportClaimItemsLog(exportParams);
|
|
|
if (response) {
|
|
|
- const fileName = `奖品领取记录_${new Date().toISOString().split('T')[0]}.xlsx`;
|
|
|
+ const fileName = `安全奖励管理_${new Date().toISOString().split('T')[0]}.xlsx`;
|
|
|
downloadByData(response, fileName);
|
|
|
ElMessage.success('导出成功');
|
|
|
}
|
|
|
} catch (e:any) {
|
|
|
- console.error('导出奖品领取记录失败:', e);
|
|
|
+ console.error('导出安全奖励管理失败:', e);
|
|
|
ElMessage.error(e?.message || e?.data || '导出失败,请重试');
|
|
|
}
|
|
|
};
|