Procházet zdrojové kódy

问题列表的字段有两个漏了没改

marron před 2 roky
rodič
revize
663f497f62

+ 1 - 1
pages-question/answerDetail.vue

@@ -6,7 +6,7 @@
           <view class="question-info">
             <view style="flex: 1" class="question-title">
               <text class="item-label">{{
-                questionItem.chart_permission_name
+                questionItem.research_group_second_name
               }}</text>
               {{ questionItem.question_content }}
             </view>

+ 1 - 1
pages-question/answerList.vue

@@ -27,7 +27,7 @@
               <text
                 class="item-label"
                 v-if="isUserResearcher || item.reply_status === 3"
-                >{{ item.chart_permission_name }}</text
+                >{{ item.research_group_second_name }}</text
               >
               {{ item.question_content }}
             </view>