yuanyiming 2 년 전
부모
커밋
e52fad7308

+ 1 - 1
src/views/activityManage/components/markeractivityWordShow.vue

@@ -23,7 +23,7 @@
             </tr>
             <tr id="four">
                 <td colspan="4">活动时间</td>
-                <td colspan="5" v-text="wordData['activityTime'][0]+' 至 '+wordData['activityTime'][1]"></td>
+                <td colspan="5" v-text="wordData['activityTime'][0].split(' ')[0]+' 至 '+wordData['activityTime'][1].split(' ')[0]"></td>
                 <td colspan="3">参与学生人数</td><td colspan="5" v-text="wordData['student']"></td>
             </tr>
             

+ 1 - 0
src/views/projectManage/components/ProjectManagementActivityDetail.vue

@@ -61,6 +61,7 @@
                     acid:this.AidShow,
                 }
                 this.ajax.get(this.$store.state.api+"/getActivityWordData",pram).then(result=>{
+                  console.log(result)
                     let data = result['data'][0][0]
                     this.wordData['applicationDate'] = data['applicationDate'];
                     this.wordData['associatedProjects'] = data['pid'];