chenyc
2024-11-29 e971a9cf298121d20e6b188e8f19adcb225a6ab9
src/stores/patient.ts
@@ -8,6 +8,7 @@
            code:'',
            name:'',
            patientAvatarIcon:'',
            patientGender:0,
            deviceCode:'',
            hemoCode:'',
            pureWeight:'',
@@ -17,6 +18,16 @@
            isAfterMed:0,
            preWeight:0,
            deviceNo:'',
            preBP:'',
            // s上次体重
            lastTimeAfterWeight:'',
            // 上次血压
            lastTimeAfterBP:'',
            txq:'',
            medMethod:'',
            glq:'',
            nextRecordDate:'',
            actuallyClliang:'',
       })// 初始值
    const viewNumber=ref(150)