|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="layout_container">
|
|
|
- <header>
|
|
|
+ <header class="round-header">
|
|
|
<el-select v-model="currentWard" @change="handleWardChange" style="width: 120px" filterable>
|
|
|
<el-option v-for="item in userWards" :key="item.code" :value="item.code" :label="item.name"></el-option>
|
|
|
</el-select>
|
|
@@ -11,7 +11,7 @@
|
|
|
</el-button>
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
<el-input v-model="inpatientNo" style="width: 110px" placeholder="住院号" clearable></el-input>
|
|
|
- <el-button type="primary" icon="Search" @click="searchPatient">搜索患者</el-button>
|
|
|
+ <el-button type="primary" icon="Search" @click="searchPatient" style="margin-left: 8px">搜索患者</el-button>
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
<el-button type="primary" icon="Edit" @click="openYbDiag" v-if="inOutStatus === 1">医保诊断</el-button>
|
|
|
<el-button type="primary" icon="Upload" @click="saveVerify(1)">保存首页</el-button>
|