chenyc
2024-01-23 ce4b5cef19570e243a1a46e6b4d3e66b6c9c7121
src/stores/patient.ts
@@ -8,13 +8,26 @@
            code:'',
            name:'',
            patientAvatarIcon:'',
            patientGender:0,
            deviceCode:'',
            hemoCode:'',
            pureWeight:'',
            datetime:'',
            clothesWeight:0,
            isScheduled:0,
            isAfterMed:0
            isAfterMed:0,
            preWeight:0,
            deviceNo:'',
            preBP:'',
            // s上次体重
            lastTimeAfterWeight:'',
            // 上次血压
            lastTimeAfterBP:'',
            txq:'',
            medMethod:'',
            glq:'',
            nextRecordDate:'',
            actuallyClliang:'',
       })// 初始值
    const viewNumber=ref(150)