chenyc
2025-10-27 c64c31795d1e9ea96671f7e11279af8babecde83
src/stores/patient.ts
@@ -7,14 +7,28 @@
            id:0,
            code:'',
            name:'',
            patientNamePyFull:'',
            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)