|
|
@@ -82,8 +82,8 @@
|
|
|
:visible="batchImportVisible"
|
|
|
:import-api-url="importApiUrl"
|
|
|
:template-url="templateUrl"
|
|
|
- template-name="下载模板"
|
|
|
- :show-template="false"
|
|
|
+ template-name="月度扣分管理导入模版"
|
|
|
+ :show-template="true"
|
|
|
@close="batchImportVisible = false"
|
|
|
@update="handleUpdate"
|
|
|
/>
|
|
|
@@ -181,7 +181,7 @@
|
|
|
const batchImportVisible = ref(false);
|
|
|
const { urlPrefix } = useGlobSetting();
|
|
|
const importApiUrl = ref(urlJoin(urlPrefix, '/monthlyDeduction/importMonthlyDeduction'));
|
|
|
- const templateUrl = ref('./skyeye-file-upload/sfysecurity/TEMPLATE/import-point-deduction-template.xlsx');
|
|
|
+ const templateUrl = ref('./skyeye-file-upload/sfysecurity/TEMPLATE/月度扣分管理导入模版.xlsx');
|
|
|
|
|
|
const handleImport = () => {
|
|
|
batchImportVisible.value = true;
|