mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
修改病人住院号
This commit is contained in:
parent
05626b85f4
commit
193b5d17c1
|
@ -12,7 +12,7 @@
|
|||
<p class="input-box"><span>输入病人姓名:</span>
|
||||
<el-input v-model="patientInfo.patient"></el-input>
|
||||
</p>
|
||||
<p class="input-box"><span>输入病人身份证号:</span>
|
||||
<p class="input-box"><span>输入病人住院号:</span>
|
||||
<el-input v-model="patientInfo.patientId"></el-input>
|
||||
</p>
|
||||
<p class="input-box"><span>请选择手术时间:</span>
|
||||
|
|
|
@ -43,11 +43,11 @@
|
|||
<!-- :value="item.value"/>-->
|
||||
<!-- </el-select>-->
|
||||
<el-space direction="vertical">
|
||||
<el-text style="margin-right:20px;font-size: 18px;font-weight:700;color:#006080 ">病人尿量(ml):500</el-text>
|
||||
<el-text style="margin-right:20px;font-size: 18px;font-weight:700;color:#006080 ">病人尿量(ml):500</el-text>
|
||||
</el-space>
|
||||
<el-button color="#C77000" @click="viewPatientInfo">患者信息</el-button>
|
||||
<el-button color="#C77000" @click="">连接远程控制</el-button>
|
||||
<el-button color="#C77000">已连接</el-button>
|
||||
<!-- <el-button color="#C77000">已连接</el-button>-->
|
||||
<el-button color="#C77000" @click="">断开远程控制</el-button>
|
||||
|
||||
</div>
|
||||
|
@ -137,18 +137,6 @@
|
|||
:disabled="tableDataStore[scope.$index].speed === scope.row.speed">确定-->
|
||||
<el-button size="small" color="#006080"
|
||||
@click="tableItemConfirm(scope, varTableData)">确定
|
||||
<!-- <el-popover :visible="visible" placement="top" :width="160">-->
|
||||
<!-- <p>Are you sure to delete this?</p>-->
|
||||
<!-- <div style="text-align: right; margin: 0">-->
|
||||
<!-- <el-button size="small" text @click="visible = false">cancel</el-button>-->
|
||||
<!-- <el-button size="small" type="primary" @click="visible = false">-->
|
||||
<!-- confirm-->
|
||||
<!-- </el-button>-->
|
||||
<!-- </div>-->
|
||||
<!-- <template #reference>-->
|
||||
<!-- <el-button @click="visible = true">Delete</el-button>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-popover>-->
|
||||
</el-button>
|
||||
<el-button size="small" color="#006080" @click="tableItemCancel(scope)">取消
|
||||
</el-button>
|
||||
|
@ -244,7 +232,7 @@ const medicineCustom: any[] = [
|
|||
const remoteWsStore = useRemoteWsStore()
|
||||
const currentRemote = ref(remoteWsStore.getRemoteTask()[remoteWsStore.getCurrentTaskIndex()])
|
||||
const userInfo = useUserStore()
|
||||
// const visible = ref(false)
|
||||
|
||||
|
||||
const chartDom1 = ref(),
|
||||
chartDom2 = ref(),
|
||||
|
@ -645,8 +633,8 @@ function startAI() {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.remote-box {
|
||||
width: 1920px;
|
||||
height: 1010px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #f1f3f5;
|
||||
padding: 10px 0 20px 0;
|
||||
transform-origin: top left;
|
||||
|
@ -666,7 +654,7 @@ function startAI() {
|
|||
justify-content: space-between;
|
||||
|
||||
.left-box {
|
||||
width: 670px;
|
||||
width: 35%;
|
||||
height: 100%;
|
||||
|
||||
& > h3 {
|
||||
|
@ -737,24 +725,25 @@ function startAI() {
|
|||
position: relative;
|
||||
// width: 400px;
|
||||
// height: 650px;
|
||||
width: 500px;
|
||||
height: 812.5px;
|
||||
min-height: 650px;
|
||||
width: 1000px;
|
||||
height: 850px;
|
||||
//min-height: 650px;
|
||||
|
||||
.lung-img {
|
||||
position: absolute;
|
||||
width: 500px;
|
||||
//width: 500px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
top: 240px;
|
||||
top: 230px;
|
||||
left: 0;
|
||||
transition: all 2s;
|
||||
}
|
||||
|
||||
.heart-img {
|
||||
position: absolute;
|
||||
width: 500px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
top: 420px;
|
||||
top: 55%;
|
||||
left: 0;
|
||||
transition: all 2s;
|
||||
}
|
||||
|
@ -809,7 +798,7 @@ function startAI() {
|
|||
}
|
||||
|
||||
.right-box {
|
||||
width: 670px;
|
||||
width: 35%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue
Block a user