647 [住院护士站-医嘱执行] 医嘱执行时,上的按钮位置偏移
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<div style="height: calc(100vh - 126px)">
|
||||
<div
|
||||
style="
|
||||
height: 51px;
|
||||
min-height: 51px;
|
||||
border-bottom: 2px solid #e4e7ed;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
"
|
||||
>
|
||||
<div>
|
||||
<div style="display: flex; align-items: center; flex-wrap: nowrap; flex-shrink: 0">
|
||||
<span class="descriptions-item-label">截止时间:</span>
|
||||
<el-date-picker
|
||||
v-model="deadline"
|
||||
@@ -22,6 +22,7 @@
|
||||
<el-radio-group
|
||||
v-model="therapyEnum"
|
||||
class="ml20"
|
||||
style="flex-shrink: 0"
|
||||
@change="handleRadioChange"
|
||||
>
|
||||
<el-radio :value="undefined">
|
||||
@@ -36,6 +37,7 @@
|
||||
</el-radio-group>
|
||||
<el-button
|
||||
class="ml20"
|
||||
style="flex-shrink: 0"
|
||||
type="primary"
|
||||
plain
|
||||
@click="handleGetPrescription"
|
||||
@@ -43,7 +45,7 @@
|
||||
查询
|
||||
</el-button>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; align-items: center; flex-wrap: nowrap; flex-shrink: 0">
|
||||
<span class="descriptions-item-label">实际执行时间:</span>
|
||||
<el-date-picker
|
||||
v-model="exeDate"
|
||||
@@ -56,10 +58,12 @@
|
||||
<span class="descriptions-item-label">全选:</span>
|
||||
<el-switch
|
||||
v-model="chooseAll"
|
||||
style="flex-shrink: 0"
|
||||
@change="handelSwicthChange"
|
||||
/>
|
||||
<el-button
|
||||
class="ml20"
|
||||
style="flex-shrink: 0"
|
||||
type="primary"
|
||||
:disabled="props.exeStatus == 6"
|
||||
@click="handleExecute"
|
||||
@@ -68,6 +72,7 @@
|
||||
</el-button>
|
||||
<el-button
|
||||
class="ml20"
|
||||
style="flex-shrink: 0"
|
||||
type="primary"
|
||||
:disabled="props.exeStatus == 6"
|
||||
@click="handleNoExecute"
|
||||
@@ -75,7 +80,8 @@
|
||||
不执行
|
||||
</el-button>
|
||||
<el-button
|
||||
class="ml20 mr20"
|
||||
class="ml20"
|
||||
style="flex-shrink: 0"
|
||||
type="danger"
|
||||
:disabled="props.exeStatus != 6"
|
||||
plain
|
||||
|
||||
Reference in New Issue
Block a user