Commit ab4e0b30 authored by 黄奎's avatar 黄奎

页面修改

parent f4498fb2
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
<template v-slot:body-cell-TimeList="props"> <template v-slot:body-cell-TimeList="props">
<q-td auto-width :props="props"> <q-td auto-width :props="props">
<div v-for="(item,index) in props.row.TimeList" class="lessForm_Class" :key="index"> <div v-for="(item,index) in props.row.TimeList" class="lessForm_Class" :key="index">
{{index+1}}节课 {{item.StartTime}}-{{item.EndTime}} {{index+1}}节课 {{item.StartTime}}-{{item.EndTime}} (<font style="color:red;font-weight:bold;">{{item.TimeHour}}</font>课时)
</div> </div>
</q-td> </q-td>
</template> </template>
......
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
CourseSubject: "", //所属科目 CourseSubject: "", //所属科目
IsQuerySalePlat: 1, IsQuerySalePlat: 1,
SaleState: 1, //显示正常的课程 SaleState: 1, //显示正常的课程
coursePageCount: 0, //课程页数 coursePageCount: 0, //课程页数
}, },
courseData: [], //课程列表 courseData: [], //课程列表
......
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