Commit bb1618ef authored by 黄奎's avatar 黄奎

页面修改

parent 8883a9ce
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</template> </template>
<template v-if="item.OrderType==1"> <template v-if="item.OrderType==1">
<div v-if="item.CourseName">课程名称:{{item.CourseName}}</div> <div v-if="item.CourseName">课程名称:{{item.CourseName}}</div>
<div v-if="item.JoinType==2" style="color:red;"> <div v-if="item.JoinType==2" style="color:red;cursor:pointer">
插班报入 插班报入
  <q-tooltip :offset="[10, 10]">   <q-tooltip :offset="[10, 10]">
              <div>开始课时:{{item.StartClassHours}}</div>               <div>开始课时:{{item.StartClassHours}}</div>
......
...@@ -436,7 +436,6 @@ import{getConten} from '../../api/system/notiveSysSet' ...@@ -436,7 +436,6 @@ import{getConten} from '../../api/system/notiveSysSet'
} }
this.approvalMsg.ReviewStatus=val this.approvalMsg.ReviewStatus=val
setReviewNotice(this.approvalMsg).then(res=>{ setReviewNotice(this.approvalMsg).then(res=>{
console.log(611,res)
if(res.Code===1){ if(res.Code===1){
this.$message.success("操作成功"); this.$message.success("操作成功");
this.persistent3=false this.persistent3=false
......
...@@ -765,7 +765,6 @@ ...@@ -765,7 +765,6 @@
}, },
//修改评论 //修改评论
modifyComment(item) { modifyComment(item) {
console.log(item)
this.plmsg.LessonCommentId = item.LessonCommentId this.plmsg.LessonCommentId = item.LessonCommentId
this.plmsg.Comment = item.Comment this.plmsg.Comment = item.Comment
this.plmsg.Score = item.Score this.plmsg.Score = item.Score
......
...@@ -235,7 +235,6 @@ ...@@ -235,7 +235,6 @@
} }
if(this.$route.query && this.$route.query.StartMonth){ if(this.$route.query && this.$route.query.StartMonth){
console.log(this.$route.query.StartMonth,'this.$route.query.StartMonth')
this.msg.StartMonth = this.$route.query.StartMonth this.msg.StartMonth = this.$route.query.StartMonth
} }
if(this.$route.query && this.$route.query.comefrom){//来自用户提成明细页面 if(this.$route.query && this.$route.query.comefrom){//来自用户提成明细页面
......
...@@ -317,7 +317,6 @@ ...@@ -317,7 +317,6 @@
}); });
}, },
goUrlkehao(path,row){//跳转到学生课耗 goUrlkehao(path,row){//跳转到学生课耗
console.log(row)
let StartMonth = '' let StartMonth = ''
let EndMonth = '' let EndMonth = ''
if(row.IsFirstCommission == 1){ if(row.IsFirstCommission == 1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment