Commit 81ac4f14 authored by 黄奎's avatar 黄奎

页面修改

parent 5605d23d
......@@ -56,6 +56,11 @@
<span style="color:#3FC4FF;">{{props.row.TeacherName}}</span>
</q-td>
</template>
<template v-slot:body-cell-ClassDate="props">
<q-td auto-width :props="props">
{{props.row.ClassDate}} {{props.row.StartTime}}-{{props.row.EndTime}}
</q-td>
</template>
<!--处理状态-->
<template v-slot:body-cell-MakeUpStatusStr="props">
<q-td>
......@@ -188,6 +193,7 @@
}
],
statusMsg: {
Id: 0,
MakeUpStatus: 2,
ClassCheckId: 0,
GuestId: 0,
......@@ -226,8 +232,10 @@
getClickItem(item) {
this.statusMsg.ClassCheckId = item.ClassCheckId;
this.statusMsg.GuestId = item.OrderGuestId;
this.statusMsg.Id = item.Id;
},
clearMsg() {
this.statusMsg.Id = 0;
this.statusMsg.MakeUpStatus = 2;
this.statusMsg.ClassCheckId = 0;
this.statusMsg.GuestId = 0;
......
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