考核时间:{{rulesDetailList.createTime}}考核成绩:{{rulesDetailList.eventScore}}考核人员:{{rulesDetailList.eventUserName}}考核人员-1 需要使用v-for:{{createTime}}考核人员-2 需要使用v-for:{{score}}
详情/** 查看详情按钮操作 */handleDetail(row) {//页面跳转 将参数id 传递过去this.$router.push({path:'/indexTest',query: {id: row.id }})},