11wqe1 7 months ago
parent
commit
fe058c44f1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/pages/components/studentReport.vue

+ 4 - 4
src/components/pages/components/studentReport.vue

@@ -3,8 +3,8 @@
     <div class="sr_head">
       学生成长报告
       <div class="sr_headBtnS">
-        <el-button v-if="seatNum > 0 && typeNum !=1" type="primary" size="small" @click="upStu">上一位</el-button>
-        <el-button  style="margin-left: 10px;" v-if="seatNum < studentList.length-1 && typeNum !=1" type="primary" size="small" @click="nextStu">下一位</el-button>
+        <el-button v-if="seatNum > 0 && typeNum*1 !=1" type="primary" size="small" @click="upStu">上一位</el-button>
+        <el-button  style="margin-left: 10px;" v-if="seatNum < studentList.length-1 && typeNum*1 !=1" type="primary" size="small" @click="nextStu">下一位</el-button>
         <el-button style="margin-left: 10px;" type="primary" size="small" @click="downloadFile('https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/student01-%E5%AD%A6%E7%94%9F%E6%88%90%E9%95%BF%E6%8A%A5%E5%91%8A1719315423787.pdf');">导出报告</el-button>
         <el-button style="margin-left: 10px;" @click="pageBack" type="primary" size="small">返回</el-button>
       </div>
@@ -74,8 +74,8 @@ export default {
           default: '',
     },
     typeNum: {
-          type: Number,
-          default: 0,
+          type: String,
+          default: '0',
     }
   },
   components: {