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

页面修改

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