li.shaoyi 4 年之前
父节点
当前提交
bfd8412c9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/iframe/setup.ts

+ 1 - 1
src/views/iframe/setup.ts

@@ -52,7 +52,7 @@ const iframeCode: { code: string, tabIndex: number }[] = [
         tabIndex: 2,
     },
     {
-        code: 'price_report', // 统计报表-定价报表
+        code: 'price_report_spot', // 统计报表-定价报表
         tabIndex: 1,
     }
 ]