From ccc970e575ef3f3e5c67af8da210263f4ac549f9 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 10 四月 2026 16:44:55 +0800
Subject: [PATCH] 2026.4.10
---
src/views/inspection/report/ReportManage.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/inspection/report/ReportManage.vue b/src/views/inspection/report/ReportManage.vue
index 034beb0..3962cab 100644
--- a/src/views/inspection/report/ReportManage.vue
+++ b/src/views/inspection/report/ReportManage.vue
@@ -117,9 +117,9 @@
data.push({
index: i,
- name: `${searchForm.value.district === 'xuhui' ? '寰愭眹鍖�' : '鍏朵粬鍖�'}${baseName}锛�${area}锛�-2023骞�${month}鏈坄,
+ name: `${searchForm.value.district === 'xuhui' ? '寰愭眹鍖�' : '鍏朵粬鍖�'}${baseName}锛�${area}锛�-2025骞�${month}鏈坄,
district: searchForm.value.district === 'xuhui' ? '寰愭眹鍖�' : '鍏朵粬鍖�',
- reportMonth: `2023骞�${month}鏈坄,
+ reportMonth: `2025骞�${month}鏈坄,
generateTime: new Date().toLocaleString('zh-CN'),
auditStatus: Math.random() > 0.5 ? '宸插鏍�' : '鏈鏍�',
})
@@ -136,7 +136,7 @@
// 鏌ョ湅鎶ュ憡
const viewReport = (row) => {
// 浣跨敤妯℃嫙鐨勬姤鍛婃枃浠�
- reportUrl.value = '/寰愭眹鍖洪楗洃绠$畝鎶ワ紙澶╅挜妗ワ級-2023骞�8鏈�(1).docx'
+ reportUrl.value = '/寰愭眹鍖洪楗洃绠$畝鎶ワ紙澶╅挜妗ワ級-2025骞�8鏈�(1).docx'
drawerVisible.value = true
prepareDocxBlob(reportUrl.value).then((blob) => {
--
Gitblit v1.9.3