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

页面修改

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