Commit 959f11fb authored by 黄奎's avatar 黄奎

111

parent b696ae1e
...@@ -6,8 +6,10 @@ ...@@ -6,8 +6,10 @@
<q-dialog v-model="isShowAppointmentDialog" content-class="bg-grey-1" persistent transition-show="scale" <q-dialog v-model="isShowAppointmentDialog" content-class="bg-grey-1" persistent transition-show="scale"
transition-hide="scale"> transition-hide="scale">
<q-card style="width: 800px; max-width: 900px" class="stop"> <q-card style="width: 800px; max-width: 900px" class="stop">
<q-card-section> <q-card-section class="row items-center q-pb-none">
<div class="text-h6">预约详情</div> <div class="text-h6">预约详情</div>
<q-space />
<q-btn icon="close" flat round dense @click="closeAppointmentForm()" />
</q-card-section> </q-card-section>
<div style="margin: 20px"> <div style="margin: 20px">
<q-table :loading="loading" :pagination="pageMsg" no-data-label="暂无相关数据" flat <q-table :loading="loading" :pagination="pageMsg" no-data-label="暂无相关数据" flat
...@@ -27,7 +29,7 @@ ...@@ -27,7 +29,7 @@
<q-separator /> <q-separator />
</div> </div>
<q-card-actions align="right" class="bg-white"> <q-card-actions align="right" class="bg-white">
<q-btn label="取消" flat color="grey-10" style="font-weight: 400 !important" @click="closeAppointmentForm" /> <q-btn label="关闭" flat color="grey-10" style="font-weight: 400 !important" @click="closeAppointmentForm" />
</q-card-actions> </q-card-actions>
</q-card> </q-card>
</q-dialog> </q-dialog>
......
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