Commit 9e283733 authored by 盖献康's avatar 盖献康

bug(67284) - 治疗管理 - 分配诊室

parent 98f51d27
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
</div> </div>
<el-form :model="allocationForm" label-width="4.3rem"> <el-form :model="allocationForm" label-width="4.3rem">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="8">
<el-form-item label="诊室"> <el-form-item label="诊室">
<el-select <el-select
v-model="allocationForm.consultRoomIdList" v-model="allocationForm.consultRoomIdList"
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
</el-form> </el-form>
<el-table <el-table
:data="appointmentRoomList" :data="appointmentRoomList"
style="width: 94%;margin-left: 1.6rem;" style="width: 96.4%;margin-left: 1rem;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
> >
<el-table-column prop="consulting_name" align="left" label="诊室名称" :show-overflow-tooltip="true"> <el-table-column prop="consulting_name" align="left" label="诊室名称" :show-overflow-tooltip="true">
...@@ -537,14 +537,14 @@ ...@@ -537,14 +537,14 @@
<!-- <div class="tip1" />--> <!-- <div class="tip1" />-->
<!-- <div style="padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;">添加预约</div>--> <!-- <div style="padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;">添加预约</div>-->
<!-- </div>--> <!-- </div>-->
<div class="title-paragraph-treat" style="margin-top: 30px;"> <div class="title-paragraph-dialogBox" style="margin-top: 30px;">
<span class="title-text">添加预约</span> <span class="title-text">添加预约</span>
</div> </div>
<el-form <el-form
ref="useRecordForm" ref="useRecordForm"
:model="reservationForm" :model="reservationForm"
:rules="useRecordrules" :rules="useRecordrules"
label-width="6.6rem" label-width="5.8rem"
> >
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
...@@ -1165,7 +1165,7 @@ export default { ...@@ -1165,7 +1165,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.title-paragraph-dialogBox { .title-paragraph-dialogBox {
margin-top: 20px; margin-top: 20px;
margin-left: 10px; margin-left: 0px;
margin-bottom: 30px; margin-bottom: 30px;
border-left: 3px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px; border-bottom: 24px;
......
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
</div> </div>
<el-form :model="allocationForm" label-width="auto"> <el-form :model="allocationForm" label-width="auto">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="8">
<el-form-item label="诊室"> <el-form-item label="诊室">
<el-select <el-select
v-model="allocationForm.consultRoomIdList" v-model="allocationForm.consultRoomIdList"
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
</el-form> </el-form>
<el-table <el-table
:data="appointmentRoomList" :data="appointmentRoomList"
style="width: 94.2%;margin-left: 1.7rem;" style="width: 96%;margin-left: 1rem;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
> >
<el-table-column prop="consulting_name" align="left" label="诊室名称" :show-overflow-tooltip="true"> <el-table-column prop="consulting_name" align="left" label="诊室名称" :show-overflow-tooltip="true">
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<div class="title-paragraph-dialog" style="margin-top: 1.95rem;"> <div class="title-paragraph-dialog" style="margin-top: 1.95rem;">
<div class="title-text">添加预约</div> <div class="title-text">添加预约</div>
</div> </div>
<el-form ref="useRecordForm" :model="reservationForm" :rules="useRecordrules" label-width="6.5rem" class="useRecordForm"> <el-form ref="useRecordForm" :model="reservationForm" :rules="useRecordrules" label-width="5.8rem" class="useRecordForm">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="诊室" prop="consultRoomName"> <el-form-item label="诊室" prop="consultRoomName">
...@@ -1019,7 +1019,7 @@ export default { ...@@ -1019,7 +1019,7 @@ export default {
} }
.title-paragraph-dialog { .title-paragraph-dialog {
margin-top: 20px; margin-top: 20px;
margin-left: 10px; margin-left: 0px;
margin-bottom: 30px; margin-bottom: 30px;
border-left: 3px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px; border-bottom: 24px;
......
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