| | |
| | | import { userInfoStore } from '@/stores/userInfo' |
| | | import { sockteStore } from '@/stores/sockteInfo' |
| | | import { patientInfoStore } from '@/stores/patient' |
| | | import { ipcRenderer } from 'electron' |
| | | import os from "os" |
| | | import { reactive,computed, toRefs,onMounted ,ref,watch} from "vue" |
| | | import{sendPationCode,sendPationSet} from '../../samples/sockteStomp' |
| | | import {formatDate} from '@/utils/formatTime' |
| | | |
| | | export default { |
| | | setup() { |
| | | let timer:any=0 |
| | |
| | | state.Newdate=formatDate(new Date(),"YYYY-mm-dd HH:MM:SS") |
| | | },1000) |
| | | }) |
| | | return{ ...toRefs(state),isLink,netLink,weightInfo,patientInfo,inputRef,AudioRef0,AudioRef,AudioRef2,AudioRef3,inputChabge |
| | | return{ ...toRefs(state),isLink,netLink,weightInfo,patientInfo,xyjInfo,inputRef,AudioRef0,AudioRef,AudioRef2,AudioRef3,inputChabge |
| | | } |
| | | } |
| | | } |
| | |
| | | <div class="conText">{{aimTSL}}</div> |
| | | </div> |
| | | <div class="grid-item"> |
| | | <div class="lableText">血压:</div> |
| | | <div class="lableText" v-if="xyjInfo.state===2">血压:</div> |
| | | <div class="lableText" v-if="xyjInfo.state===1" style="color:red">血压通讯服务正常运行但未联通设备</div> |
| | | <div class="lableText" v-if="xyjInfo.state===0" style="color:red">血压通讯服务不正常 </div> |
| | | <div class="conText">{{gao_ya}}/{{di_ya}}</div> |
| | | </div> |
| | | </div> |