dev
This commit is contained in:
parent
1c600f7942
commit
f29fbf9c1b
|
|
@ -2,7 +2,8 @@
|
|||
<Mask :is-show="isShow" width="800" :height="height" title="挂号" @close="close"
|
||||
:show-footer="true">
|
||||
<template #default>
|
||||
<div style="padding:0 24px;height: 100%;display: flex;flex-direction: column">
|
||||
<div style="padding:0 24px 24px;height: 100%;display: flex;flex-direction: column">
|
||||
<el-scrollbar>
|
||||
<el-form
|
||||
v-loading="loading"
|
||||
:model="edit_data"
|
||||
|
|
@ -118,12 +119,9 @@
|
|||
label="时间">
|
||||
|
||||
|
||||
<div style=" display: flex;justify-content: space-between">
|
||||
<el-form-item style="flex: 1;min-width: 0" v-if="!isBtnShow&&dateName!='预约'">
|
||||
<div style="width: 100%">现在</div>
|
||||
</el-form-item>
|
||||
<el-form-item v-else style="flex: 1;min-width: 0" prop="date">
|
||||
<div style="display: flex">
|
||||
<div style=" display: flex;">
|
||||
<div style="flex: 1;min-width: 0" v-if="!isBtnShow&&dateName!='预约'">现在</div>
|
||||
<div v-else style="flex:1;min-width:0;display: flex;align-items: center">
|
||||
<el-date-picker
|
||||
v-model="edit_data.date"
|
||||
type="date"
|
||||
|
|
@ -143,7 +141,6 @@
|
|||
style="width: 50%"
|
||||
/>
|
||||
</div>
|
||||
</el-form-item>
|
||||
<span v-if="dateName!='预约'" class="small-btn" @click="changeBtn">{{
|
||||
isBtnShow ? '挂号' : '预约'
|
||||
}}</span>
|
||||
|
|
@ -181,6 +178,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue