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