餐饮油烟智能监测与监管一体化平台
feiyu02
6 天以前 ccc970e575ef3f3e5c67af8da210263f4ac549f9
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) => {