Commit 9eb9a3ba authored by 黄奎's avatar 黄奎

页面修改

parent 428eaa4a
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<q-timeline-entry v-for="(item,index) in contractList" :key="index"> <q-timeline-entry v-for="(item,index) in contractList" :key="index">
<template v-slot:title> <template v-slot:title>
<div class="visit_Cont"> <div class="visit_Cont">
<div>订单编号:{{item.OrderId}}</div> <div>订单编号:{{item.OrderId}}</div>
<div>班级名称:{{item.ClassName}}</div> <div>班级名称:{{item.ClassName}}</div>
<div>班级编号:{{item.ClassNo}}</div> <div>班级编号:{{item.ClassNo}}</div>
<div>总课时:{{item.TotalHours}}</div> <div>总课时:{{item.TotalHours}}</div>
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
methods: { methods: {
getStuContractPage() { getStuContractPage() {
queryStuContractPage(this.customMsg).then(res => { queryStuContractPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.contractList = res.Data.PageData this.contractList = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<q-timeline-entry v-for="(item,index) in orderList" :key="index"> <q-timeline-entry v-for="(item,index) in orderList" :key="index">
<template v-slot:title> <template v-slot:title>
<div class="visit_Cont"> <div class="visit_Cont">
<div>订单编号:{{item.OrderId}}</div> <div>订单编号:{{item.OrderId}}</div>
<div>班级名称:{{item.ClassName}}</div> <div>班级名称:{{item.ClassName}}</div>
<div>班级编号:{{item.ClassNo}}</div> <div>班级编号:{{item.ClassNo}}</div>
<div>总课时:{{item.TotalHours}}</div> <div>总课时:{{item.TotalHours}}</div>
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
methods: { methods: {
getStuOrderPage() { getStuOrderPage() {
queryStuOrderPage(this.customMsg).then(res => { queryStuOrderPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.orderList = res.Data.PageData this.orderList = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
methods: { methods: {
getStuLogPage() { getStuLogPage() {
queryStudentLogPage(this.customMsg).then(res => { queryStudentLogPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.logData = res.Data.PageData this.logData = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -116,7 +116,6 @@ ...@@ -116,7 +116,6 @@
}) })
}, },
refreshPage() { refreshPage() {
console.log("11111");
this.getStudent() this.getStudent()
}, },
}, },
......
...@@ -118,7 +118,6 @@ ...@@ -118,7 +118,6 @@
}) })
}, },
refreshPage() { refreshPage() {
console.log('进入');
this.getStudent() this.getStudent()
}, },
}, },
......
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