浏览代码

研报作者不写死

Karsa 8 月之前
父节点
当前提交
7b110796f4

+ 1 - 1
src/views/hzsl/report/newReport/ChapterDetail.vue

@@ -5,7 +5,7 @@
       <!-- <div class="title">【第{{info.report_chapter_item.stage}}期 | {{info.report_chapter_item.classify_name_first}}  | {{info.report_chapter_item.type_name}}】{{info.report_chapter_item.title}}</div> -->
       <div class="title">{{title}}</div>
       <div class="flex time">
-        <span>FICC团队</span>
+        <span>{{info.report_chapter_item.author}}</span>
         <span>{{formatTime(info.report_chapter_item.publish_time)}}</span>
       </div>
       <!-- 音频模块 -->

+ 1 - 1
src/views/hzsl/report/newReport/Detail.vue

@@ -50,7 +50,7 @@
             <!-- <div class="title">【第{{info.report_info.stage}}期|{{info.report_info.classify_name_second}}】{{info.report_info.title}}</div> -->
             <div class="title">{{title}}</div>
             <div class="flex time">
-                <span>FICC团队</span>
+                <span>{{info.report_info.author}}</span>
                 <span>{{formatTime(info.report_info.publish_time)}}</span>
             </div>
             <!-- 音频模块 -->

+ 1 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -15,7 +15,7 @@
         <template v-if="(!info.report_chapter_item.head_img) && (!info.report_chapter_item.end_img)">
           <div class="title">{{title}}</div>
           <div class="flex time">
-            <span>FICC团队</span>
+            <span>{{info.report_chapter_item.author}}</span>
             <span>{{formatTime(info.report_chapter_item.publish_time)}}</span>
           </div>
         </template>

+ 1 - 1
src/views/hzyb/report/Detail.vue

@@ -72,7 +72,7 @@
                 <template v-if="(!info.report_info.head_img) && (!info.report_info.end_img)">
                     <div class="title">{{title}}</div>
                     <div class="flex time">
-                        <span>FICC团队</span>
+                        <span>{{info.report_info.author}}</span>
                         <span>{{formatTime(info.report_info.publish_time)}}</span>
                     </div>
                 </template>