Ver código fonte

研报作者不写死

Karsa 5 meses atrás
pai
commit
b1fe4a0c55

+ 1 - 1
src/views/activity/ChapterDetail.vue

@@ -92,7 +92,7 @@ const chapterTypeChange=(item)=>{
                     <span style="vertical-align: middle;color:#999999;display: inline-block;">弘则研究</span>
                 </div> -->
                 <div class="flex author">
-                    <span>FICC团队</span>
+                    <span>{{info.report_chapter_item.author}}</span>
                     <span class="time">{{moment(info2.researchReportDate).format('YYYY-MM-DD HH:mm:ss')}}</span>
                 </div>
                 <div class="tips">

+ 1 - 1
src/views/activity/ReportDetail.vue

@@ -133,7 +133,7 @@ let showDisclaimers=ref(false)
             <div class="section top-box">
                 <span class="title">【第{{info.research_report_info.periods}}期 | {{info.research_report_info.reportVariety}}】</span>
                 <div class="flex author">
-                    <span>FICC团队</span>
+                    <span>{{info.report_info.author}}</span>
                     <span class="time">{{moment(info.research_report_info.researchReportDate).format('YYYY-MM-DD HH:mm:ss')}}</span>
                 </div>
                 <div class="tips">

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

@@ -464,7 +464,7 @@ const posterParams=computed(()=>{
                         <template v-if="(!info.report_chapter_item.head_img) && (!info.report_chapter_item.end_img)">
                             <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}}({{moment(info.report_chapter_item.publish_time).format('MMDD')}})</div>
                             <div class="time">
-                                <span>FICC团队</span>
+                                <span>{{info.report_chapter_item.author}}</span>
                                 <span>{{moment(info.report_chapter_item.publish_time).format('YYYY.MM.DD HH:mm')}}</span>
                             </div>
                         </template>

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

@@ -617,7 +617,7 @@ const closeShowAttentionPop=()=>{
                         <template v-if="(!info.report_info.head_img) && (!info.report_info.end_img)">
                             <div class="title">{{formatTitle(info.report_info)}}</div>
                             <div class="time">
-                                <span>FICC团队</span>
+                                <span>{{info.report_info.author}}</span>
                                 <span>{{moment(info.report_info.publish_time).format('YYYY.MM.DD HH:mm')}}</span>
                             </div>
                         </template>