| | |
| | | |
| | | 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 ? '已审核' : '未审核', |
| | | }) |
| | |
| | | // 查看报告 |
| | | const viewReport = (row) => { |
| | | // 使用模拟的报告文件 |
| | | reportUrl.value = '/徐汇区餐饮监管简报(天钥桥)-2023年8月(1).docx' |
| | | reportUrl.value = '/徐汇区餐饮监管简报(天钥桥)-2025年8月(1).docx' |
| | | drawerVisible.value = true |
| | | |
| | | prepareDocxBlob(reportUrl.value).then((blob) => { |