瀏覽代碼

feat:产品更名

yangfeng 4 天之前
父節點
當前提交
caf64d6bb7

+ 2 - 2
apps/bigmember_pc/src/router/modules/report.js

@@ -52,12 +52,12 @@ export default [
     },
     component: () => import('@/views/reportDownload/examine.vue')
   },
-  // 芝麻共建分析报告预览/下载
+  // 招投标综合分析预览/下载
   {
     path: '/report/analysis/detail',
     name: 'ZhiMaAnalysisReport',
     meta: {
-      title: '芝麻共建分析报告'
+      title: '招投标综合分析'
     },
     component: () => import('@/views/reportDownload/ZhiMaAnalysis.vue')
   }

+ 1 - 1
apps/bigmember_pc/src/views/portrayal/UnitPortrayal.vue

@@ -93,7 +93,7 @@
       </div>
       <!-- 认领添加标签 -->
       <v-popper ref="popperRef" @getClientList="getClaimStatus"></v-popper>
-      <!-- 芝麻共建分析报告 -->
+      <!-- 招投标综合分析 -->
       <ZhiMaReportBanner
         v-if="info.buyerName"
         :buyer-name="info.buyerName"

+ 4 - 4
apps/mobile/src/views/reportAnalysis/reportDownload.vue

@@ -71,7 +71,7 @@
           </div>
         </div>
       </div>
-      <!-- 芝麻共建分析报告 -->
+      <!-- 招投标综合分析 -->
       <div class="analysis-report">
         <div
           class="flex flex-items-center justify-between analysis-report-header"
@@ -97,7 +97,7 @@
         </div>
         <div class="analysis-report-main">
           <div class="flex items-center mt8px">
-            <span class="report-title">芝麻共建分析报告</span>
+            <span class="report-title">招投标综合分析</span>
             <span
               class="end-time"
               v-if="zhiMaInfo.pack_type > 0 && zhiMaInfo.minEndTime"
@@ -129,7 +129,7 @@
               <span
                 v-if="zhiMaInfo.pack_type < 0"
                 class="credit_report_example"
-                @click="goDetail('芝麻共建分析报告')"
+                @click="goDetail('招投标综合分析')"
                 >查明细 <i class="texticon"
               /></span>
             </span>
@@ -146,7 +146,7 @@
             </div>
             <span
               class="credit_report_example"
-              @click="goDetail('芝麻共建分析报告')"
+              @click="goDetail('招投标综合分析')"
             >
               查明细 <i class="texticon" />
             </span>

+ 1 - 1
apps/mobile/src/views/reportAnalysis/reportdownloadDetails.vue

@@ -111,7 +111,7 @@ export default {
         return 2
       } else if (this.type === '市场分析定制报告') {
         return 3
-      } else if (this.type === '芝麻共建分析报告') {
+      } else if (this.type === '招投标综合分析') {
         return 5
       }
     }