Commit 3530dd95 authored by 盖献康's avatar 盖献康

bug(66820) - 分配诊室布局

parent 3f96c2bd
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
</el-form> </el-form>
<el-table <el-table
:data="appointmentRoomList" :data="appointmentRoomList"
style="width: 100%" style="width: 100%;padding-left: 22px;"
: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">
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<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>
<el-form ref="useRecordForm" :model="reservationForm" :rules="useRecordrules" label-width="auto"> <el-form ref="useRecordForm" :model="reservationForm" :rules="useRecordrules" label-width="6.5rem">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="诊室" prop="consultRoomName"> <el-form-item label="诊室" prop="consultRoomName">
......
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