chenyc
2025-08-06 aec98248047327dd29d9ac6f5f307d5a86b939a1
src/stores/patient.ts
@@ -7,7 +7,9 @@
            id:0,
            code:'',
            name:'',
            patientNamePyFull:'',
            patientAvatarIcon:'',
            patientGender:0,
            deviceCode:'',
            hemoCode:'',
            pureWeight:'',
@@ -17,6 +19,16 @@
            isAfterMed:0,
            preWeight:0,
            deviceNo:'',
            preBP:'',
            // s上次体重
            lastTimeAfterWeight:'',
            // 上次血压
            lastTimeAfterBP:'',
            txq:'',
            medMethod:'',
            glq:'',
            nextRecordDate:'',
            actuallyClliang:'',
       })// 初始值
    const viewNumber=ref(150)