yangg 10 hodín pred
rodič
commit
17d6ccf570
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      src/views/report.vue

+ 4 - 2
src/views/report.vue

@@ -134,9 +134,11 @@
                   alt="hot topics"
                   class="tab-icon"
                 />
-                <h4>推荐问题</h4>
+                <h4 v-if="!inferenceModel">推荐问题</h4>
+                 <h4 v-else>待处理问题</h4>
               </div>
-              <p class="card-subtitle">为您精选的热门问题</p>
+              <p class="card-subtitle" v-if="!inferenceModel">为您精选的热门问题</p>
+              <!-- <p class="card-subtitle" v-else>当前问题</p> -->
               <div class="suggestion-items" v-if="!inferenceModel">
                 <!-- Combine both QA pairs and guides -->
                 <div