Commit c144c88a authored by zhengke's avatar zhengke

修改

parent 1ca0d350
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,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"> <div v-for="(item, index) in props.row.TimeList" class="lessForm_Class">
{{ index + 1 }}节课 {{ item.StartTime }} - {{item.EndTime}} {{ index + 1 }}节课 {{ item.StartTime }}-{{item.EndTime}}
</div> </div>
</q-td> </q-td>
</template> </template>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<template v-slot:body-cell-TargetTimeList="props"> <template v-slot:body-cell-TargetTimeList="props">
<q-td auto-width :props="props"> <q-td auto-width :props="props">
<div v-for="(item, index) in props.row.NewPlan.TimeList" class="lessForm_Class"> <div v-for="(item, index) in props.row.NewPlan.TimeList" class="lessForm_Class">
{{ index + 1 }}节课 {{ item.StartTime }} - {{item.EndTime}} {{ index + 1 }}节课 {{ item.StartTime }}-{{item.EndTime}}
</div> </div>
<q-popup-edit :validate="proteinRangeValidation" persistent v-model="props.row.NewPlan.TimeList" <q-popup-edit :validate="proteinRangeValidation" persistent v-model="props.row.NewPlan.TimeList"
title="变更时间" buttons label-set="确认" label-cancel="取消"> title="变更时间" buttons label-set="确认" label-cancel="取消">
......
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