Commit 833cf737 authored by 黄奎's avatar 黄奎

页面修改

parent cbbbca89
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
//初始化表单 //初始化表单
initObj() { initObj() {
GetClassLessPlanList({}).then(res => { GetClassLessPlanList({}).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.tableData = res.Data; this.tableData = res.Data;
this.tableData.forEach(x => { this.tableData.forEach(x => {
......
...@@ -121,7 +121,6 @@ ...@@ -121,7 +121,6 @@
<div v-for="(item,index) in props.row.TimeList"> <div v-for="(item,index) in props.row.TimeList">
{{index+1}}节课 {{item.StartTime}}-{{item.EndTime}} {{index+1}}节课 {{item.StartTime}}-{{item.EndTime}}
</div> </div>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-CheckNum="props"> <template v-slot:body-cell-CheckNum="props">
...@@ -156,7 +155,6 @@ ...@@ -156,7 +155,6 @@
</q-popup-proxy> </q-popup-proxy>
</span> </span>
</div> </div>
</q-td> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
......
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