mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2026-06-12 13:31:47 +08:00
This commit is contained in:
parent
923d34feb8
commit
6679c19a0b
|
|
@ -11,7 +11,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<div class="user-box">
|
<div class="user-box">
|
||||||
<!-- 超级管理员可切换医院 -->
|
<!-- 超级管理员可切换医院 -->
|
||||||
<el-select v-if="userInfo.permissions === '超级管理员'" class="select-hospital"
|
<el-select v-if="userInfo.permissions === '超级管理员'" class="select-hospital" style="width: 150px;"
|
||||||
:model-value="userInfo.hospital" size="small" @change="selectHospital">
|
:model-value="userInfo.hospital" size="small" @change="selectHospital">
|
||||||
<el-option v-for="item in hospitals" :key="item.value" :label="item.label" :value="item.value" />
|
<el-option v-for="item in hospitals" :key="item.value" :label="item.label" :value="item.value" />
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
@ -170,7 +170,7 @@ const userCommand = (e: string) => {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $main-color;
|
color: $main-color;
|
||||||
line-height: 70px;
|
height: 70px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
|
|
@ -218,6 +218,7 @@ const userCommand = (e: string) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
&>.el-dropdown {
|
&>.el-dropdown {
|
||||||
|
flex-shrink: 0;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,7 @@ function queryData (e: any) {
|
||||||
while (tableData.value.length < 10) {
|
while (tableData.value.length < 10) {
|
||||||
tableData.value.push({
|
tableData.value.push({
|
||||||
userName: 'cscs',
|
userName: 'cscs',
|
||||||
|
// hospital
|
||||||
name: e.userName,
|
name: e.userName,
|
||||||
phone: '12312345678',
|
phone: '12312345678',
|
||||||
role: '高级管理员',
|
role: '高级管理员',
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ const breakRemote = (e: RemoteItem) => {
|
||||||
|
|
||||||
.header-box {
|
.header-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 260px;
|
height: 220px;
|
||||||
background: white;
|
background: white;
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -110,7 +110,7 @@ const breakRemote = (e: RemoteItem) => {
|
||||||
.task-btn-item {
|
.task-btn-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 17%;
|
width: 17%;
|
||||||
height: 90px;
|
height: 70px;
|
||||||
border: 2px solid $main-color;
|
border: 2px solid $main-color;
|
||||||
color: $main-color;
|
color: $main-color;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -146,7 +146,7 @@ const breakRemote = (e: RemoteItem) => {
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 275px);
|
height: calc(100% - 235px);
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
background: white;
|
background: white;
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user