Commit 3b595afc authored by 黄奎's avatar 黄奎

页面修改

parent 592038e5
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<q-dialog v-model="show" persistent transition-show="scale" transition-hide="scale" @input="changeDig"> <q-dialog v-model="show" persistent transition-show="scale" transition-hide="scale" @input="changeDig">
<q-card style="width: 800px;max-width:900px;"> <q-card style="width: 800px;max-width:900px;">
<q-card-section class="row items-center q-pb-none"> <q-card-section class="row items-center q-pb-none">
<div class="text-h6">{{ editType == 1 ? "新增约课" : "详情" }} editType:{{editType}}</div> <div class="text-h6">{{ editType == 1 ? "新增约课" : "详情" }}</div>
<q-space /> <q-space />
<q-btn icon="close" flat round dense @click="changeDig(false)" /> <q-btn icon="close" flat round dense @click="changeDig(false)" />
</q-card-section> </q-card-section>
...@@ -133,9 +133,7 @@ ...@@ -133,9 +133,7 @@
{{item.CourseName}} {{item.CourseName}}
</td> </td>
<td> <td>
{{item.FinishChapterNoName}} {{item.FinishChapterNoName}}
</td> </td>
<td> <td>
<template v-if="item.AppointmentId>0"> <template v-if="item.AppointmentId>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