项目树文件
大约 13 分钟
项目树文件
src
├─ App.vue
├─ permission.js
├─ main.js
├─ router
│ └─ index.js
├─ store
│ ├─ getters.js
│ ├─ index.js
│ └─ modules
│ ├─ user.js
│ ├─ permission.js
│ ├─ tabsView.js
│ ├─ patients.js
│ ├─ app.js
│ └─ settings.js
├─ assets
├─ views
│ ├─ menu-form-registration
│ │ ├─ registration-dog-outpatient
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ drawer-vaccination.vue
│ │ │ ├─ index.js
│ │ │ └─ drawer-add-edit-injury.vue
│ │ ├─ registration-triage-infectious
│ │ │ ├─ index-Sympotom.vue
│ │ │ ├─ index-Yw.vue
│ │ │ ├─ index-Symptom-xinhua.vue
│ │ │ └─ dialog
│ │ │ ├─ drawer-add-edit-infectious-xh.vue
│ │ │ ├─ drawer-add-edit-infectious-yw.vue
│ │ │ └─ drawer-add-edit-infectious.vue
│ │ ├─ registration-general-patients
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ └─ dialog-add-edit.vue
│ │ ├─ registration-dog-injection
│ │ │ └─ index.vue
│ │ └─ registration-triage-fever
│ │ ├─ index.vue
│ │ └─ dialog
│ │ ├─ drawer-register-epidemiology.vue
│ │ ├─ index.js
│ │ └─ drawer-add-edit-fever.vue
│ ├─ menu-workstation-nurse
│ │ ├─ nurse-tatistics-group
│ │ │ ├─ index.vue
│ │ │ ├─ index-yh.vue
│ │ │ ├─ dialog
│ │ │ │ ├─ index.js
│ │ │ │ └─ dialog-metting-arrive.vue
│ │ │ └─ seeDrawer
│ │ │ ├─ index.vue
│ │ │ ├─ dialog-wangeditor.vue
│ │ │ ├─ dialog-doctor-signature.vue
│ │ │ └─ index-yh.vue
│ │ ├─ nurse-branch-ststistics
│ │ │ ├─ index.vue
│ │ │ └─ detail
│ │ │ └─ index.vue
│ │ ├─ nurse-medical-long
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ nurse-infusion-paste
│ │ │ └─ index.vue
│ │ ├─ nurse-advice-implement-records
│ │ │ ├─ index.vue
│ │ │ ├─ index-yw.vue
│ │ │ └─ drawer
│ │ │ ├─ drawer-advice-list.vue
│ │ │ ├─ index.js
│ │ │ ├─ drawer-advice-list-yh.vue
│ │ │ └─ dialog-advice-details.vue
│ │ ├─ nurse-innfusion-formula
│ │ │ └─ index.vue
│ │ ├─ nurse-change-shifts
│ │ │ ├─ index.vue
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-import-history.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-import-observation.vue
│ │ │ │ ├─ dialog-import-output.vue
│ │ │ │ ├─ dialog-import-condition.vue
│ │ │ │ ├─ dialog-import-template.vue
│ │ │ │ └─ dialog-shifts-template.vue
│ │ │ └─ shifts-left-patients
│ │ │ └─ index.vue
│ │ ├─ nurse-document-printing
│ │ │ └─ index.vue
│ │ ├─ nurse-expense-inquiry
│ │ │ └─ index.vue
│ │ ├─ nurse-billing-check
│ │ │ └─ index.vue
│ │ ├─ nurse-cost-input
│ │ │ ├─ index.vue
│ │ │ ├─ index-la.vue
│ │ │ ├─ costInputOnsearch
│ │ │ │ └─ index.vue
│ │ │ ├─ dialog
│ │ │ │ └─ drawer-group-charging.vue
│ │ │ └─ costInputSubmit
│ │ │ ├─ index.vue
│ │ │ └─ index-la.vue
│ │ ├─ nurse-advice-split
│ │ │ ├─ index.vue
│ │ │ └─ index-yh.vue
│ │ ├─ nurse-handover-drugs
│ │ │ └─ index.vue
│ │ ├─ nurse-advice-implement
│ │ │ └─ index.vue
│ │ ├─ nursing-consultation-records
│ │ │ ├─ index.vue
│ │ │ └─ drawer
│ │ │ ├─ dialog-patient-list.vue
│ │ │ └─ drawer-request-consultation.vue
│ │ ├─ doctor-fee-cancellation
│ │ │ └─ index.vue
│ │ └─ nurse-handover-statistics
│ │ └─ index.vue
│ ├─ menu-pre-examination-triage
│ │ ├─ pre-triage-reminder
│ │ │ └─ index.vue
│ │ ├─ pre-lease-record
│ │ │ ├─ index.vue
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-maintenance.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-return.vue
│ │ │ │ ├─ dialog-repair-completed.vue
│ │ │ │ └─ dialog-lend.vue
│ │ │ └─ drawer
│ │ │ ├─ drawer-usage-record.vue
│ │ │ ├─ index.js
│ │ │ └─ drawer-maintenance-record.vue
│ │ ├─ pre-triage-register-N
│ │ │ ├─ index.vue
│ │ │ ├─ components
│ │ │ │ ├─ components-NingHai.vue
│ │ │ │ └─ index.js
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-symptoms.vue
│ │ │ │ ├─ dialog-crams.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-mews.vue
│ │ │ │ ├─ dialog-system-symptom.vue
│ │ │ │ ├─ dialog-nrs.vue
│ │ │ │ ├─ dialog-gcs.vue
│ │ │ │ ├─ dialog-injury.vue
│ │ │ │ └─ drawer-symptoms.vue
│ │ │ └─ mixin
│ │ │ └─ index.js
│ │ ├─ pre-trige-setnumber
│ │ │ └─ index.vue
│ │ ├─ pre-triage-patient
│ │ │ ├─ index.vue
│ │ │ ├─ patient-details
│ │ │ │ ├─ index.vue
│ │ │ │ └─ components
│ │ │ │ ├─ index.js
│ │ │ │ ├─ details-leaving-condition
│ │ │ │ │ └─ index.vue
│ │ │ │ └─ details-basic-info
│ │ │ │ └─ index.vue
│ │ │ └─ patient-list
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ ├─ drawer-information-change.vue
│ │ │ └─ drawer-secondary-triage.vue
│ │ ├─ pre-triage-register-N-sec
│ │ │ ├─ index.vue
│ │ │ ├─ components
│ │ │ │ ├─ components-NingHai.vue
│ │ │ │ └─ index.js
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-symptoms.vue
│ │ │ │ ├─ dialog-event.vue
│ │ │ │ ├─ dialog-crams.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-mews.vue
│ │ │ │ ├─ dialog-system-symptom.vue
│ │ │ │ ├─ dialog-nrs.vue
│ │ │ │ ├─ dialog-pews.vue
│ │ │ │ ├─ dialog-gcs.vue
│ │ │ │ ├─ dialog-injury.vue
│ │ │ │ └─ drawer-symptoms.vue
│ │ │ └─ mixin
│ │ │ └─ index.js
│ │ ├─ pre-triage-patient-N
│ │ │ ├─ index.vue
│ │ │ └─ patient-list
│ │ │ └─ index.vue
│ │ ├─ pre-triage-injury
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-see-member.vue
│ │ │ ├─ dialog-add-or-edit.vue
│ │ │ ├─ index.js
│ │ │ ├─ drawer-emergency-statistics.vue
│ │ │ └─ dialog-eventCoordination.vue
│ │ ├─ pre-triage-register
│ │ │ └─ index.vue
│ │ └─ pre-triage-grade
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ not-menu-iframe-print
│ │ ├─ index.vue
│ │ └─ mixin.js
│ ├─ gradeForms
│ │ ├─ rating-list
│ │ │ ├─ index.vue
│ │ │ ├─ rating-Table
│ │ │ │ ├─ index.js
│ │ │ │ └─ Table-Basic.vue
│ │ │ ├─ dialog
│ │ │ │ ├─ index.js
│ │ │ │ └─ drawer-rating-Form
│ │ │ │ ├─ Form-Basic.vue
│ │ │ │ ├─ drawerRecordSheet.scss
│ │ │ │ ├─ Form-Header
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ Header-Basic.vue
│ │ │ │ ├─ Form-Assess
│ │ │ │ │ ├─ Assess-Basic.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ mixin
│ │ │ │ │ └─ index.js
│ │ │ │ └─ Form-Measures
│ │ │ │ ├─ Measures-Basic.vue
│ │ │ │ └─ index.js
│ │ │ └─ mixin
│ │ │ └─ index.js
│ │ ├─ braden-list
│ │ │ ├─ index.vue
│ │ │ ├─ braden-Table
│ │ │ │ ├─ index.js
│ │ │ │ └─ Table-Basic.vue
│ │ │ ├─ dialog
│ │ │ │ ├─ index.js
│ │ │ │ └─ drawer-braden-Form
│ │ │ │ ├─ drawerBraden.scss
│ │ │ │ ├─ Form-Basic.vue
│ │ │ │ ├─ Form-Header
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ Header-Basic.vue
│ │ │ │ ├─ Form-Assess
│ │ │ │ │ ├─ Assess-Basic.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ mixin
│ │ │ │ │ └─ index.js
│ │ │ │ └─ Form-Measures
│ │ │ │ ├─ Measures-Basic.vue
│ │ │ │ └─ index.js
│ │ │ └─ mixin
│ │ │ └─ index.js
│ │ └─ sysAssess
│ │ ├─ index.vue
│ │ ├─ editForm.vue
│ │ └─ forms
│ │ ├─ Padua.vue
│ │ ├─ Braden.vue
│ │ ├─ NSARS.vue
│ │ ├─ BradenQS-yw.vue
│ │ ├─ FallBed-children-jy.vue
│ │ ├─ ts.vue
│ │ ├─ Analgesia.vue
│ │ ├─ BradenQS-copy.vue
│ │ ├─ FallBed-Yw.vue
│ │ ├─ NRS.vue
│ │ ├─ GCS.vue
│ │ ├─ index.js
│ │ ├─ FallBed-Zcdd.vue
│ │ ├─ incontinenceDermatitis.vue
│ │ ├─ Caprini.vue
│ │ ├─ FallBed-Yh.vue
│ │ ├─ GCS-YW.vue
│ │ ├─ FallBed-Xh.vue
│ │ ├─ ADL.vue
│ │ ├─ nutrition.vue
│ │ └─ BradenQS.vue
│ ├─ menu-register-edit
│ │ ├─ index.vue
│ │ └─ dialog
│ │ ├─ index.js
│ │ ├─ dialog-depart-list.vue
│ │ └─ dialog-outcome-list.vue
│ ├─ emergency-homePage
│ │ ├─ homePage-full-screen
│ │ │ ├─ index.vue
│ │ │ └─ index-yh.vue
│ │ └─ homePage-index
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ not-menu-permission
│ │ └─ index.vue
│ ├─ menu-quota-quality
│ │ └─ index.vue
│ ├─ menu-room-preTriage
│ │ ├─ preTriage-grade
│ │ │ ├─ index.vue
│ │ │ ├─ index-la.vue
│ │ │ ├─ index-yh.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ preTriage-handover-list
│ │ │ └─ index.vue
│ │ ├─ preTriage-reminder
│ │ │ └─ index.vue
│ │ ├─ preTriage-greenWay
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-information-change.vue
│ │ │ └─ index.js
│ │ ├─ preTriage-setNumber
│ │ │ ├─ index.vue
│ │ │ ├─ index-ey.vue
│ │ │ └─ index-xh.vue
│ │ ├─ preTriage-patient-details
│ │ │ ├─ index.vue
│ │ │ └─ components
│ │ │ ├─ index.js
│ │ │ ├─ details-inspection-res
│ │ │ │ └─ index.vue
│ │ │ ├─ details-checkout-res
│ │ │ │ └─ index.vue
│ │ │ ├─ details-outpatient-medical
│ │ │ │ └─ index.vue
│ │ │ ├─ details-leaving-condition
│ │ │ │ └─ index.vue
│ │ │ └─ details-basic-info
│ │ │ └─ index.vue
│ │ ├─ preTriage-patient-list
│ │ │ ├─ index.vue
│ │ │ ├─ index-ey.vue
│ │ │ ├─ index-fb.vue
│ │ │ ├─ index-Linan.vue
│ │ │ ├─ index-yw.vue
│ │ │ ├─ index-wl.vue
│ │ │ ├─ index-syzyy.vue
│ │ │ ├─ index-yh.vue
│ │ │ ├─ index-yh.scss
│ │ │ ├─ index-xh.vue
│ │ │ ├─ index-jy.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-match-bracelet.vue
│ │ │ ├─ index.js
│ │ │ ├─ drawer-information-change.vue
│ │ │ ├─ drawer-secondary-triage.vue
│ │ │ └─ dialog-patient-urgent.vue
│ │ ├─ preTriage-register
│ │ │ ├─ index-Symptom-eryuan.vue
│ │ │ ├─ preTriage-register-yh.scss
│ │ │ ├─ index-Symptom-jinYun.vue
│ │ │ ├─ index-Symptom.vue
│ │ │ ├─ index-Symptom-linan.vue
│ │ │ ├─ index-Symptom-xinchang.vue
│ │ │ ├─ preTriage-register-syzyy.scss
│ │ │ ├─ index-Symptom-xinhua.vue
│ │ │ ├─ index-TTAS.vue
│ │ │ ├─ preTriage-register-yw.scss
│ │ │ ├─ preTriage-register.scss
│ │ │ ├─ index-Symptom-Yw.vue
│ │ │ ├─ index-Basic.vue
│ │ │ ├─ index-Symptom-fubao.vue
│ │ │ ├─ index-Symptom-yuhuan.vue
│ │ │ ├─ index-Symptom-syzyy.vue
│ │ │ ├─ index-Symptom-1.vue
│ │ │ ├─ register-Handover
│ │ │ │ ├─ Handover-Xinhua.vue
│ │ │ │ ├─ Handover-Symptom.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Handover-ShangYuZy.vue
│ │ │ │ ├─ Handover-TTAS.vue
│ │ │ │ └─ Handover-LinAn.vue
│ │ │ ├─ register-Aside
│ │ │ │ ├─ Aside-Basic.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Aside-TTAS.vue
│ │ │ │ └─ Aside-Symptom
│ │ │ │ ├─ Aside-Symptom-linan.vue
│ │ │ │ ├─ Aside-Symptom.vue
│ │ │ │ ├─ Aside-Symptom-xinhua.vue
│ │ │ │ ├─ Aside-Symptom-yw.vue
│ │ │ │ ├─ Aside-Symptom-yuhuan.vue
│ │ │ │ ├─ Aside-Symptom-syzyy.vue
│ │ │ │ ├─ Aside-Symptom-Fb.vue
│ │ │ │ └─ Aside-Symptom-1.vue
│ │ │ ├─ register-LifeSigns
│ │ │ │ ├─ LifeSigns-Symptom.vue
│ │ │ │ ├─ LifeSigns-Symptom-syzyy.vue
│ │ │ │ ├─ LifeSigns-Symptom-jinyun.vue
│ │ │ │ ├─ LifeSigns-Symptom-xinhua.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ LifeSigns-TTAS.vue
│ │ │ │ ├─ LifeSigns-Symptom-Yw.vue
│ │ │ │ ├─ LifeSigns-Basic.vue
│ │ │ │ ├─ LifeSigns-Symptom-Lin-An.vue
│ │ │ │ ├─ LifeSigns-Symptom-ey.vue
│ │ │ │ └─ LifeSigns-Symptom-yuhuan.vue
│ │ │ ├─ register-Injury
│ │ │ │ ├─ Injury-Basic.vue
│ │ │ │ └─ index.js
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-window-system-yw.vue
│ │ │ │ ├─ dialog-pregnant-child.vue
│ │ │ │ ├─ dialog-window-system-la.vue
│ │ │ │ ├─ dialog-dog-outpatient.vue
│ │ │ │ ├─ dialog-event-injury.vue
│ │ │ │ ├─ dialog-score-NRS.vue
│ │ │ │ ├─ dialog-score-GCS.vue
│ │ │ │ ├─ dialog-symptom-disposal.vue
│ │ │ │ ├─ drawer-handover-form-linan.vue
│ │ │ │ ├─ dialog-symptom-chest.vue
│ │ │ │ ├─ drawer-tmpNbr-xh.vue
│ │ │ │ ├─ dialog-pregnant-woman.vue
│ │ │ │ ├─ dialog-score-RTS.vue
│ │ │ │ ├─ dialog-window-system.vue
│ │ │ │ ├─ dialog-risk-falls-yw.vue
│ │ │ │ ├─ dialog-risk-falls-la.vue
│ │ │ │ ├─ dialog-score-CRAMS.vue
│ │ │ │ ├─ dialog-sw-record.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-risk-falls-wl.vue
│ │ │ │ ├─ dialog-score-TI.vue
│ │ │ │ ├─ dialog-symptomHeader-binglihao.vue
│ │ │ │ ├─ dialog-symptom-dyspnea.vue
│ │ │ │ ├─ dialog-symptom-GI-bleeding.vue
│ │ │ │ ├─ dialog-pews.vue
│ │ │ │ ├─ dialog-risk-falls-yh.vue
│ │ │ │ ├─ drawer-handover-form.vue
│ │ │ │ ├─ dialog-symptom-recovery.vue
│ │ │ │ ├─ dialog-symptom-poisoning.vue
│ │ │ │ ├─ drawer-tmpNbr.vue
│ │ │ │ ├─ dialog-window-system-yh.vue
│ │ │ │ ├─ dialog-score-MEWS.vue
│ │ │ │ ├─ dialog-score-qSOFA.vue
│ │ │ │ ├─ dialog-risk-falls.vue
│ │ │ │ ├─ dialog-two-way.vue
│ │ │ │ ├─ dialog-symptom-system.vue
│ │ │ │ ├─ dialog-scanning-code.vue
│ │ │ │ ├─ dialog-symptom-apoplexy.vue
│ │ │ │ └─ dialog-symptom-trauma
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index-trauma.1.vue
│ │ │ ├─ register-OtherSymptom
│ │ │ │ ├─ OtherSymptom-LinAn.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ OtherSymptom-Yw.vue
│ │ │ │ ├─ OtherSymptom-Basic.vue
│ │ │ │ └─ OtherSymptom-Syzyy.vue
│ │ │ ├─ component
│ │ │ │ ├─ jbsmtz.vue
│ │ │ │ ├─ xuetang.vue
│ │ │ │ ├─ renshen.vue
│ │ │ │ ├─ shenjing.vue
│ │ │ │ ├─ zhongfeng.vue
│ │ │ │ ├─ kouqiang.vue
│ │ │ │ ├─ lihuays.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ erbihou.vue
│ │ │ │ ├─ oufx.vue
│ │ │ │ ├─ yanjing.vue
│ │ │ │ ├─ jingshenx.vue
│ │ │ │ ├─ erke.vue
│ │ │ │ ├─ chuxue.vue
│ │ │ │ ├─ chuangshang.vue
│ │ │ │ ├─ miniaoxitong.vue
│ │ │ │ ├─ guomin.vue
│ │ │ │ ├─ chouchu.vue
│ │ │ │ └─ component
│ │ │ │ ├─ dialog-lianpu.vue
│ │ │ │ ├─ dialog-changhaiTC.vue
│ │ │ │ ├─ dialog-xingweixuePG.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-zhusutt.vue
│ │ │ │ ├─ dialog-laonianPG.vue
│ │ │ │ ├─ dialog-shijuett.vue
│ │ │ │ ├─ dialog-xingweiPG.vue
│ │ │ │ ├─ dialog-weizhongTT.vue
│ │ │ │ └─ dialog-biaochi.vue
│ │ │ ├─ register-Header
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Header-Basic.vue
│ │ │ │ └─ Header-Symptom
│ │ │ │ ├─ Header-Symptom-eryaun.vue
│ │ │ │ ├─ Header-Symptom-yw.vue
│ │ │ │ ├─ Header-Symptom-linan.vue
│ │ │ │ ├─ Header-Symptom-1.vue
│ │ │ │ ├─ Header-Symptom-JinYun.vue
│ │ │ │ ├─ Header-Symptom-xinhua.vue
│ │ │ │ ├─ Header-Symptom.vue
│ │ │ │ ├─ Header-Symptom-syzyy.vue
│ │ │ │ └─ Header-Symptom-yh.vue
│ │ │ ├─ mixin
│ │ │ │ ├─ index-la.js
│ │ │ │ ├─ index-jy.js
│ │ │ │ ├─ index-fb.js
│ │ │ │ ├─ index-yw.js
│ │ │ │ ├─ index-syzyy.js
│ │ │ │ ├─ index.js
│ │ │ │ ├─ index-xh.js
│ │ │ │ ├─ index-yh.js
│ │ │ │ ├─ index-xc.js
│ │ │ │ └─ index-ey.js
│ │ │ ├─ register-Other
│ │ │ │ ├─ Other-Wl.vue
│ │ │ │ ├─ Other-LinAn.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Other-TTAS.vue
│ │ │ │ ├─ Other-Basic.vue
│ │ │ │ └─ Other-Yh.vue
│ │ │ ├─ register-NRS
│ │ │ │ ├─ NRS-Symptom.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ NRS-TTAS.vue
│ │ │ │ └─ NRS-Basic.vue
│ │ │ └─ register-SystemSymptom
│ │ │ ├─ index.js
│ │ │ └─ SystemSymptom-Symptom.vue
│ │ ├─ preTriage-injury
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-injury-personnel.vue
│ │ │ ├─ dialog-injury-form.vue
│ │ │ ├─ dialog-add-patient.vue
│ │ │ ├─ index.js
│ │ │ ├─ dialog-personnel-edit.vue
│ │ │ ├─ dialog-injury-coordinate.vue
│ │ │ └─ dialog-injury-statistics.vue
│ │ └─ preTriage-register-clinic
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ dialog-add-edit-clinic.vue
│ ├─ menu-workstation-doctor
│ │ ├─ doctor-advice-revoke
│ │ │ └─ index.vue
│ │ └─ doctor-advice-manage
│ │ ├─ index.vue
│ │ ├─ dialog
│ │ │ ├─ drawer-billing-check.vue
│ │ │ ├─ drawer-billing-szcheck.vue
│ │ │ ├─ drawer-Inspection-shengzhou.vue
│ │ │ ├─ dialog-stop-time.vue
│ │ │ ├─ dialog-registration-fee.vue
│ │ │ ├─ drawer-result-test.vue
│ │ │ ├─ dialog-functional-condition.vue
│ │ │ ├─ index.js
│ │ │ ├─ drawer-Inspection.vue
│ │ │ ├─ drawer-billing-drugorder.vue
│ │ │ ├─ dialog-Infusion-skinTest.vue
│ │ │ ├─ drawer-history-advice.vue
│ │ │ ├─ dialog-emergency-doc.vue
│ │ │ ├─ dialog-tree-content.vue
│ │ │ ├─ drawer-billing-inspection.vue
│ │ │ ├─ drawer-prescribe-printer.vue
│ │ │ ├─ dialog-billing-confirm.vue
│ │ │ └─ drawer-billing-textorder.vue
│ │ ├─ advice-right-details
│ │ │ └─ index.vue
│ │ └─ advice-left-patients
│ │ └─ index.vue
│ ├─ menu-room-observation
│ │ ├─ observation-patient-wait
│ │ │ └─ index.vue
│ │ ├─ observation-patient-card
│ │ │ ├─ index.vue
│ │ │ ├─ index-ey.vue
│ │ │ ├─ index-linan.vue
│ │ │ ├─ bedsCard-JinYun.vue
│ │ │ ├─ bedsCard-LinAn.vue
│ │ │ ├─ index-yw.vue
│ │ │ ├─ index-yh.vue
│ │ │ ├─ bedsCard.vue
│ │ │ ├─ bedsCard-Yh.vue
│ │ │ ├─ index-xinchang.vue
│ │ │ ├─ index-jy.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-window-bed.vue
│ │ │ ├─ dialog-window-braden.vue
│ │ │ └─ dialog-critical-list.vue
│ │ └─ observation-patient-list
│ │ ├─ index.vue
│ │ ├─ index-ey.vue
│ │ ├─ index-lq-yh.vue
│ │ ├─ index-lg-yh.vue
│ │ └─ dialog
│ │ ├─ drawer-unconfirm-order.vue
│ │ ├─ drawer-outcome-register.vue
│ │ ├─ dialog-apply-greenChannel.vue
│ │ ├─ drawer-nurse-consultation-application.vue
│ │ ├─ dialog-prestay-ward.vue
│ │ ├─ drawer-consultation-application-jy.vue
│ │ ├─ drawer-list-healthEdu.vue
│ │ ├─ drawer-consultation-application-yh.vue
│ │ ├─ dialog-add-healthEdu.vue
│ │ ├─ drawer-verify-barcode.vue
│ │ ├─ drawer-hospital-ertificate.vue
│ │ ├─ drawer-consultation-application.vue
│ │ ├─ drawer-view-result.vue
│ │ ├─ index.js
│ │ ├─ drawer-temperature-charts.vue
│ │ ├─ drawer-advice.vue
│ │ ├─ drawer-advice-print.vue
│ │ ├─ dialog-retrieval-diagnosis.vue
│ │ ├─ dialog-doctor-autogrph.vue
│ │ ├─ drawer-advice-extended.vue
│ │ ├─ drawer-consultant-print.vue
│ │ ├─ drawer-patient-statistcs.vue
│ │ ├─ dialog-depart-list.vue
│ │ ├─ drawer-advice-temporary.vue
│ │ ├─ dialog-pipeline-marking.vue
│ │ ├─ dialog-change-beds.vue
│ │ ├─ drawer-consultation-register.vue
│ │ ├─ dialog-cardiopulmonary-res.vue
│ │ └─ drawer-outcome-record.vue
│ ├─ menu-manage-basic
│ │ ├─ basic-database-connection
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ basic-manage-nurse-medical
│ │ │ └─ index.vue
│ │ ├─ basic-manage-project
│ │ │ ├─ index.vue
│ │ │ ├─ addEdit
│ │ │ │ └─ index.vue
│ │ │ ├─ jyInspectTab
│ │ │ │ └─ index.vue
│ │ │ ├─ addEditPosition
│ │ │ │ └─ index.vue
│ │ │ └─ jcInspectTab
│ │ │ └─ index.vue
│ │ ├─ basic-manage-medical
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ dialog-medical-form.vue
│ │ ├─ basic-manage-material
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ documentClassification
│ │ │ └─ index.vue
│ │ ├─ basic-device-manage
│ │ │ ├─ index.vue
│ │ │ └─ dailog
│ │ │ └─ dialog-addEdit-device.vue
│ │ ├─ basic-manage-standard
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ dialog-add-edit.vue
│ │ ├─ basic-doc-print
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ edit-nested.vue
│ │ │ ├─ add-doc-content.vue
│ │ │ └─ index.js
│ │ ├─ basic-manage-form
│ │ │ └─ index.vue
│ │ ├─ basic-manage-rules
│ │ │ ├─ index.vue
│ │ │ ├─ rules-inspect.vue
│ │ │ └─ rules-examine.vue
│ │ ├─ basic-manage-education
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-form-education.vue
│ │ │ ├─ index.js
│ │ │ ├─ dialog-details-education.vue
│ │ │ └─ dialog-form-details.vue
│ │ ├─ basic-manage-disease
│ │ │ └─ index.vue
│ │ ├─ basic-manage-dictionary
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-dictionary-form.vue
│ │ │ ├─ index.js
│ │ │ ├─ dialog-dictionary-data.vue
│ │ │ └─ dialog-dictionary-list.vue
│ │ ├─ basic-manage-handover
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ basic-manage-impression
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ basic-manage-templates
│ │ │ ├─ templates-common
│ │ │ │ ├─ index.vue
│ │ │ │ └─ dialog
│ │ │ │ ├─ index.js
│ │ │ │ └─ dialog-common-info.vue
│ │ │ ├─ templates-manage
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-outside-syzyy.vue
│ │ │ │ ├─ index-yuhuan.vue
│ │ │ │ ├─ login-outside-syzyy.vue
│ │ │ │ ├─ evaluation-manage.scss
│ │ │ │ ├─ components
│ │ │ │ │ ├─ manage-records-medical-1.vue
│ │ │ │ │ ├─ manage-records-venous.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ manage-records-medical.vue
│ │ │ │ │ ├─ manage-records-medical-outside.vue
│ │ │ │ │ └─ manage-records-illness.vue
│ │ │ │ ├─ dialog
│ │ │ │ │ ├─ dialog-export.vue
│ │ │ │ │ ├─ dialog-exportCopy.vue
│ │ │ │ │ └─ index.js
│ │ │ │ └─ drawer
│ │ │ │ ├─ index.js
│ │ │ │ └─ document-printing-all.vue
│ │ │ └─ templates-design
│ │ │ ├─ index.vue
│ │ │ ├─ design-list
│ │ │ │ └─ index.vue
│ │ │ ├─ design-editor
│ │ │ │ └─ index.vue
│ │ │ └─ dialog
│ │ │ └─ dialog-template-info.vue
│ │ ├─ basic-manage-group
│ │ │ └─ index.vue
│ │ ├─ basic-Instrument-maintenance
│ │ │ └─ index.vue
│ │ ├─ basic-manage-import
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ basic-manage-printer
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ dialog-windows-preview.vue
│ │ ├─ basic-manage-meal
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ └─ index.vue
│ │ ├─ basic-manage-bed
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ ├─ dialog-beds-deploy.vue
│ │ │ └─ dialog-beds-save.vue
│ │ ├─ basic-Instrument-nursing
│ │ │ └─ index.vue
│ │ └─ basic-manage-order
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ menu-data-list
│ │ ├─ index.vue
│ │ ├─ form-list
│ │ │ └─ index.vue
│ │ ├─ mixinList
│ │ │ └─ index.js
│ │ ├─ mixin
│ │ │ └─ index.js
│ │ ├─ drawer-list
│ │ │ └─ index.vue
│ │ └─ drawer
│ │ ├─ dialog-form.vue
│ │ ├─ drawer-print.vue
│ │ ├─ index.js
│ │ ├─ drawer-form.vue
│ │ └─ dialog-print.vue
│ ├─ menu-manage-nursing
│ │ ├─ index.vue
│ │ ├─ nursing-sheet-handover
│ │ │ ├─ nursingSheetHandover.scss
│ │ │ ├─ handover-patients-transport
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-ey.vue
│ │ │ │ ├─ index-yw.vue
│ │ │ │ ├─ index-yh.vue
│ │ │ │ ├─ index-patientDet.vue
│ │ │ │ ├─ index-b.7.1.vue
│ │ │ │ └─ dialog
│ │ │ │ ├─ index.js
│ │ │ │ └─ dialog-database-password-confirm.vue
│ │ │ ├─ notice-high-fall
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-patient-transfer-yh
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-hemodialysis-patients
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index-yw.vue
│ │ │ ├─ handover-CPR
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-xinhua.vue
│ │ │ │ ├─ index-syey.vue
│ │ │ │ ├─ index-syfb.vue
│ │ │ │ ├─ index-yuhuan.vue
│ │ │ │ └─ index-jy.vue
│ │ │ ├─ handover-surgical-patient
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-operation-prepare
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index.b.28.vue
│ │ │ │ ├─ index-yw.vue
│ │ │ │ ├─ index-b.10.1.vue
│ │ │ │ ├─ index-b.27.vue
│ │ │ │ ├─ components
│ │ │ │ │ └─ fetchaAutocomplete.vue
│ │ │ │ └─ drawer
│ │ │ │ ├─ index.js
│ │ │ │ └─ drawer-operation-record.vue
│ │ │ ├─ in-hospital-notification
│ │ │ │ └─ index.vue
│ │ │ ├─ nursing-observation
│ │ │ │ ├─ index-copy.vue
│ │ │ │ ├─ index-basic.vue
│ │ │ │ └─ index-xh.vue
│ │ │ ├─ handover-operation-intervene
│ │ │ │ └─ index.vue
│ │ │ ├─ notice-protective-constranints
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-constraint-record
│ │ │ │ └─ index.vue
│ │ │ ├─ notice-author-form
│ │ │ │ └─ index.vue
│ │ │ ├─ components
│ │ │ │ ├─ handover-header-yh.vue
│ │ │ │ ├─ handover-aside.vue
│ │ │ │ ├─ dialog-vital-sign.vue
│ │ │ │ ├─ drawer-doctors-choice.vue
│ │ │ │ ├─ handover-common.vue
│ │ │ │ ├─ header.vue
│ │ │ │ └─ handover-header.vue
│ │ │ ├─ handover-children-nursing
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-yh.vue
│ │ │ │ └─ drawer
│ │ │ │ ├─ index.js
│ │ │ │ ├─ index-basic.vue
│ │ │ │ └─ index-yh.vue
│ │ │ ├─ handover-illpatient-transfer-yh
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-treatment-patients
│ │ │ │ ├─ index-YiWu.vue
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-children-fall
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-shift-change
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-HPO-cure
│ │ │ │ ├─ index.vue
│ │ │ │ └─ drawer
│ │ │ │ └─ index.vue
│ │ │ ├─ mixin
│ │ │ │ ├─ index.js
│ │ │ │ └─ index-linan.js
│ │ │ ├─ handover-children-estimate
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-illpatient-transfer
│ │ │ │ └─ index.vue
│ │ │ ├─ notice-high-fall-yw
│ │ │ │ └─ index.vue
│ │ │ ├─ notice-pressure-sore
│ │ │ │ └─ index.vue
│ │ │ ├─ high-rish-bed-fall
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index-yw.vue
│ │ │ ├─ handover-hemodialysis-treatment
│ │ │ │ ├─ index.vue
│ │ │ │ └─ drawer
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-covid-form
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-children-pressure
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-intravenous-therapy-yw
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-interventional
│ │ │ │ └─ index.vue
│ │ │ ├─ handover-interventional-surgery
│ │ │ │ └─ index-yh.vue
│ │ │ └─ handover-hospital-patients
│ │ │ └─ index.vue
│ │ ├─ nursing-third-link
│ │ │ └─ index.vue
│ │ ├─ nursing-drug-registration
│ │ │ ├─ index.vue
│ │ │ ├─ print.js
│ │ │ └─ components
│ │ │ ├─ drawer.vue
│ │ │ └─ doctorSelect.vue
│ │ ├─ nursing-sheet-condition
│ │ │ ├─ add-condition-treatment
│ │ │ │ └─ index.vue
│ │ │ ├─ condition-record-sheet
│ │ │ │ ├─ index-YiWu.vue
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-LinAn.vue
│ │ │ │ ├─ index-xinhua.vue
│ │ │ │ ├─ index-jinyun.vue
│ │ │ │ ├─ index-eryuan.vue
│ │ │ │ ├─ index-yuhuan-other.vue
│ │ │ │ ├─ index-syzyy.vue
│ │ │ │ ├─ index-Basic.vue
│ │ │ │ ├─ index-yuhuan.vue
│ │ │ │ ├─ dialog
│ │ │ │ │ ├─ dialog-nursing-condition.vue
│ │ │ │ │ ├─ drawer-import-vitalSigns.vue
│ │ │ │ │ ├─ drawer-score-manage-la.vue
│ │ │ │ │ ├─ dialog-statistics-inOut.vue
│ │ │ │ │ ├─ dialog-special-characters.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ dialog-nursing-condition-yh.vue
│ │ │ │ │ ├─ dialog-asscont-import.vue
│ │ │ │ │ ├─ dialog-morning-meeting.vue
│ │ │ │ │ ├─ drawer-score-manage.vue
│ │ │ │ │ ├─ dialog-import-education.vue
│ │ │ │ │ └─ drawer-recordSheet-Form
│ │ │ │ │ ├─ Form-LinAn.vue
│ │ │ │ │ ├─ Form-YuHuan.vue
│ │ │ │ │ ├─ Form-XinChang.vue
│ │ │ │ │ ├─ Form-ErYuan.vue
│ │ │ │ │ ├─ Form-Syzyy.vue
│ │ │ │ │ ├─ Form-Basic.vue
│ │ │ │ │ ├─ Form-JinYun.vue
│ │ │ │ │ ├─ drawerRecordSheet.scss
│ │ │ │ │ ├─ Form-YiWu.vue
│ │ │ │ │ ├─ Form-XinHua.vue
│ │ │ │ │ ├─ Form-InAndOut
│ │ │ │ │ │ ├─ InAndOut-JinYun.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ InAndOut-Basic.vue
│ │ │ │ │ │ └─ InAndOut-Yuhuan.vue
│ │ │ │ │ ├─ Form-Header
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ Header-Yuhuan.vue
│ │ │ │ │ │ ├─ Header-Basic.vue
│ │ │ │ │ │ ├─ Header-Basic-Linan.vue
│ │ │ │ │ │ └─ Header-Xinhua.vue
│ │ │ │ │ ├─ Form-VitalSigns
│ │ │ │ │ │ ├─ VitalSigns-Basic.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ VitalSigns-Yuhuan.vue
│ │ │ │ │ │ ├─ VitalSigns-LinAn.vue
│ │ │ │ │ │ ├─ VitalSigns-JinYun.vue
│ │ │ │ │ │ ├─ VitalSigns-Yuhuan-copy.vue
│ │ │ │ │ │ └─ VitalSigns-Xinhua.vue
│ │ │ │ │ ├─ Form-Other
│ │ │ │ │ │ ├─ Other-YuHuan.vue
│ │ │ │ │ │ ├─ Other-Linan.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ Other-Xinhua.vue
│ │ │ │ │ │ └─ Other-Basic.vue
│ │ │ │ │ ├─ Form-Observation
│ │ │ │ │ │ ├─ Observation-Basic.vue
│ │ │ │ │ │ ├─ Observation-eryuan.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ Observation-xinhua.vue
│ │ │ │ │ │ ├─ Observation-LinAn.vue
│ │ │ │ │ │ └─ Observation-yuhuan.vue
│ │ │ │ │ ├─ Form-FirstAidMeasures
│ │ │ │ │ │ ├─ FirstAidMeasures-Basic.vue
│ │ │ │ │ │ └─ index.js
│ │ │ │ │ ├─ mixin
│ │ │ │ │ │ ├─ index-xinhua.js
│ │ │ │ │ │ ├─ index-jinyun.js
│ │ │ │ │ │ ├─ index-syzyy.js
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ index-basic.js
│ │ │ │ │ │ ├─ index-linan.js
│ │ │ │ │ │ ├─ index-yuhuan.js
│ │ │ │ │ │ └─ index-ey.js
│ │ │ │ │ ├─ Form-Inspection
│ │ │ │ │ │ ├─ test-result.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ ├─ disease-change.vue
│ │ │ │ │ │ ├─ inspection-result.vue
│ │ │ │ │ │ └─ first-aid-measures.vue
│ │ │ │ │ └─ Form-Ventilator
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ Ventilator-Basic.vue
│ │ │ │ ├─ recordSheet-Table
│ │ │ │ │ ├─ Table-YuHuan.vue
│ │ │ │ │ ├─ Table-YuHuan-Other-copy.vue
│ │ │ │ │ ├─ Table-YuHuan-Other.vue
│ │ │ │ │ ├─ Table-YiWu.vue
│ │ │ │ │ ├─ Table-Basic-linAn.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ Table-Syzyy.vue
│ │ │ │ │ ├─ Table-Basic.vue
│ │ │ │ │ ├─ Table-XinChang.vue
│ │ │ │ │ └─ Table-Jinyun.vue
│ │ │ │ └─ mixin
│ │ │ │ ├─ index.js
│ │ │ │ └─ index-yh.js
│ │ │ ├─ condition-sore-sheet
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-ey.vue
│ │ │ │ ├─ components
│ │ │ │ │ ├─ sore-wound-assess.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ sore-pressure-injury.vue
│ │ │ │ │ └─ sore-pressure-nurse.vue
│ │ │ │ └─ dialog
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-ey.vue
│ │ │ │ ├─ index-linan.vue
│ │ │ │ └─ index-yw.vue
│ │ │ ├─ condition-treatment-TMC
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ mixin.js
│ │ │ │ └─ dialog
│ │ │ │ └─ index.vue
│ │ │ ├─ condition-blood-sheet
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index-ey.vue
│ │ │ │ └─ dialog
│ │ │ │ ├─ dialog-blood-form-yh.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ dialog-blood-import.vue
│ │ │ │ ├─ dialog-blood-form.vue
│ │ │ │ ├─ dialog-blood-form-ey.vue
│ │ │ │ ├─ dialog-blood-import-yh.vue
│ │ │ │ └─ mixin
│ │ │ │ ├─ index.js
│ │ │ │ └─ index-ey.js
│ │ │ └─ condition-critical-sheet
│ │ │ ├─ index-ey.vue
│ │ │ ├─ index-xh.vue
│ │ │ ├─ index-Sympotm.vue
│ │ │ ├─ components
│ │ │ │ └─ divider-options.vue
│ │ │ └─ dialog
│ │ │ ├─ index-ey.vue
│ │ │ ├─ index.js
│ │ │ ├─ index-xh.vue
│ │ │ └─ index-sympotm.vue
│ │ ├─ nursing-sheet-assessment
│ │ │ ├─ index-Out-Linan.vue
│ │ │ ├─ index-In.vue
│ │ │ ├─ index-Out-yh.vue
│ │ │ ├─ index-In-Xinhua.vue
│ │ │ ├─ index-Out.vue
│ │ │ ├─ index-In-yh.vue
│ │ │ ├─ index-Out-Xinhua.vue
│ │ │ ├─ nursingSheetAssessment.scss
│ │ │ ├─ index-Out-ey.vue
│ │ │ ├─ index-In-Linan.vue
│ │ │ ├─ index-In-ey.vue
│ │ │ ├─ assessment-Assess
│ │ │ │ ├─ Assess-Out-ey.vue
│ │ │ │ ├─ Assess-In-linan.vue
│ │ │ │ ├─ Assess-In-ey.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Assess-In.vue
│ │ │ │ ├─ Assess-Out-linan.vue
│ │ │ │ ├─ Assess-In-yh.vue
│ │ │ │ └─ Assess-Out.vue
│ │ │ ├─ assessment-Other
│ │ │ │ ├─ Other-In-yh.vue
│ │ │ │ ├─ Other-In-Linan.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Other-In.vue
│ │ │ │ └─ Other-Out-yh.vue
│ │ │ ├─ assessment-Header
│ │ │ │ ├─ Header-In.vue
│ │ │ │ ├─ Header-linan.vue
│ │ │ │ └─ index.js
│ │ │ ├─ dialog
│ │ │ │ ├─ dialog-doctor-signature.vue
│ │ │ │ └─ index.js
│ │ │ ├─ assessment-Score
│ │ │ │ ├─ Score-In-Linan.vue
│ │ │ │ ├─ Score-In-Xh.vue
│ │ │ │ ├─ Score-In.vue
│ │ │ │ ├─ Score-In-Yh.vue
│ │ │ │ └─ index.js
│ │ │ ├─ assessment-Record
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Record-In-Linan.vue
│ │ │ │ ├─ Record-In.vue
│ │ │ │ ├─ Record-In-Yh.vue
│ │ │ │ ├─ Record-In-Xh.vue
│ │ │ │ └─ Record-Out-Yh.vue
│ │ │ ├─ mixin
│ │ │ │ └─ index.js
│ │ │ └─ assessment-Aside
│ │ │ ├─ index.js
│ │ │ ├─ Aside-In.vue
│ │ │ └─ Aside-Linan.vue
│ │ ├─ compont
│ │ │ └─ nursing-qm.vue
│ │ └─ nursing-sys-assessment
│ │ ├─ index.vue
│ │ ├─ index-ey.vue
│ │ └─ drawer
│ │ ├─ drawer-system-assessment-ey.vue
│ │ ├─ drawer-system-assessment.vue
│ │ ├─ mixin-jinyun.js
│ │ ├─ mixin.js
│ │ ├─ drawer-edit-form.vue
│ │ └─ drawer-system-assessment-jinyun.vue
│ ├─ not-menu-imitate-login
│ │ └─ index.vue
│ ├─ menu-personnel-maintain
│ │ ├─ maintain-shift-change
│ │ │ ├─ index.vue
│ │ │ ├─ index-ey.vue
│ │ │ └─ drawer
│ │ │ ├─ index.vue
│ │ │ └─ shift-change-print.vue
│ │ ├─ maintain-doctor-handover
│ │ │ ├─ index.vue
│ │ │ ├─ dialog
│ │ │ │ └─ index.vue
│ │ │ └─ drawer
│ │ │ └─ index.vue
│ │ ├─ maintain-shift-docchange
│ │ │ ├─ index.vue
│ │ │ └─ drawer
│ │ │ └─ index.vue
│ │ ├─ maintain-meeting-handover
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ └─ abnormal-circumstances.vue
│ │ ├─ maintain-scheduling
│ │ │ ├─ index.vue
│ │ │ └─ index-ey.vue
│ │ ├─ maintain-basic-info
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ ├─ drawer-personnel-distribution.vue
│ │ │ └─ dialog-add-edit.vue
│ │ ├─ maintain-incident
│ │ │ └─ index.vue
│ │ ├─ maintain-shift-maintenance
│ │ │ └─ index.vue
│ │ └─ maintain-standards
│ │ └─ index.vue
│ ├─ menu-grab-observation-room
│ │ ├─ grab-nursing-record
│ │ │ ├─ index.vue
│ │ │ ├─ nursingMenuItem.vue
│ │ │ ├─ nursing-condition
│ │ │ │ ├─ condition-children-fall
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ condition-record-sheet
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index-ney.vue
│ │ │ │ │ ├─ tsString
│ │ │ │ │ │ └─ index.vue
│ │ │ │ │ ├─ components
│ │ │ │ │ │ ├─ components-NingHai-score.vue
│ │ │ │ │ │ └─ index.js
│ │ │ │ │ ├─ dialog
│ │ │ │ │ │ ├─ drawer-import-vitalSigns.vue
│ │ │ │ │ │ ├─ index.js
│ │ │ │ │ │ └─ drawer-score-manage.vue
│ │ │ │ │ ├─ management
│ │ │ │ │ │ └─ index.vue
│ │ │ │ │ ├─ access
│ │ │ │ │ │ └─ index.vue
│ │ │ │ │ └─ addDrawer
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ condition-sore-sheet
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ common
│ │ │ │ │ │ ├─ wound-assess.vue
│ │ │ │ │ │ ├─ pressure-nurse.vue
│ │ │ │ │ │ └─ pressure-assess.vue
│ │ │ │ │ └─ addDrawer
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ condition-blood-sheet
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ drawer
│ │ │ │ │ ├─ drawer-add-edit-blood.vue
│ │ │ │ │ ├─ drawer-import-blood-record.vue
│ │ │ │ │ ├─ drawer-import-bloodlist.vue
│ │ │ │ │ ├─ drawer-import-xiwei.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ drawer-import-education.vue
│ │ │ │ │ └─ drawer-import-jiqitq.vue
│ │ │ │ ├─ condition-children-pressure
│ │ │ │ │ └─ index.vue
│ │ │ │ └─ condition-critical-sheet
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ components
│ │ │ │ │ └─ divider-options.vue
│ │ │ │ └─ dialog
│ │ │ │ └─ index.vue
│ │ │ ├─ nursing-handover
│ │ │ │ └─ nursingSheetHandover.scss
│ │ │ ├─ nursing-sys-assessmentNinghai
│ │ │ │ ├─ index.vue
│ │ │ │ └─ drawer
│ │ │ │ ├─ drawer-system-assessment.vue
│ │ │ │ ├─ mixin.js
│ │ │ │ └─ drawer-edit-form.vue
│ │ │ ├─ components
│ │ │ │ ├─ handover-aside.vue
│ │ │ │ ├─ header.vue
│ │ │ │ ├─ handover-header.vue
│ │ │ │ └─ components-NingHai-Score
│ │ │ │ ├─ index.js
│ │ │ │ ├─ Adult-Score
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ Child-Score
│ │ │ │ │ └─ index.vue
│ │ │ │ └─ dialog
│ │ │ │ ├─ dialog-mews-type.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ drawer-score-manage.vue
│ │ │ └─ nursing-CPR
│ │ │ ├─ index.vue
│ │ │ └─ draw
│ │ │ └─ index.vue
│ │ ├─ grab-patient-card
│ │ │ ├─ index.vue
│ │ │ ├─ tab.vue
│ │ │ ├─ card-beds
│ │ │ │ ├─ index.js
│ │ │ │ ├─ mergency-room
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ wait-mergency-room
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ observation-room
│ │ │ │ │ └─ index.vue
│ │ │ │ ├─ resuscitation-room
│ │ │ │ │ └─ index.vue
│ │ │ │ └─ wait-observation-room
│ │ │ │ └─ index.vue
│ │ │ └─ form
│ │ │ ├─ consultationCheck.vue
│ │ │ ├─ emgHealthEdu.vue
│ │ │ ├─ changeBed.vue
│ │ │ ├─ lapseToCheck.vue
│ │ │ └─ addEmgHealthEdu.vue
│ │ ├─ grad-patient-details
│ │ │ ├─ index.vue
│ │ │ ├─ index-yh.vue
│ │ │ ├─ right-components
│ │ │ │ ├─ index.vue
│ │ │ │ └─ components
│ │ │ │ ├─ components-test-result.vue
│ │ │ │ ├─ components-nures-surgical.vue
│ │ │ │ ├─ components-handover-form.vue
│ │ │ │ ├─ components-nurse-record.vue
│ │ │ │ ├─ index.js
│ │ │ │ ├─ components-consultation-records.vue
│ │ │ │ ├─ components-docments.vue
│ │ │ │ ├─ components-two-way.vue
│ │ │ │ ├─ component-advice-implement.vue
│ │ │ │ ├─ components-checkout-res.vue
│ │ │ │ ├─ components-nurse-assessment.vue
│ │ │ │ ├─ components-check-result.vue
│ │ │ │ └─ components-nurse.vue
│ │ │ └─ left-components
│ │ │ └─ index.vue
│ │ ├─ grab-inquiry-list
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ index.js
│ │ │ ├─ dialog-retrieval-diagnosis.vue
│ │ │ ├─ drawer-consultant-print.vue
│ │ │ ├─ drawer-patient-statistcs.vue
│ │ │ └─ drawer-consultation-register.vue
│ │ └─ grab-patient-list
│ │ ├─ index.vue
│ │ └─ dialog
│ │ ├─ drawer-outcome-register.vue
│ │ ├─ dialog-apply-greenChannel.vue
│ │ ├─ drawer-score.vue
│ │ ├─ drawer-temporary-advice.vue
│ │ ├─ drawer-extended-advice.vue
│ │ ├─ index.js
│ │ ├─ drawer-temperature-charts.vue
│ │ ├─ drawer-medical-print.vue
│ │ ├─ dialog-retrieval-diagnosis.vue
│ │ ├─ drawer-consultant-print.vue
│ │ ├─ drawer-patient-statistcs.vue
│ │ ├─ table.vue
│ │ ├─ dialog-change-beds.vue
│ │ ├─ drawer-consultation-register.vue
│ │ └─ drawer-outcome-record.vue
│ ├─ not-third-login
│ │ └─ index.vue
│ ├─ not-menu-iframe
│ │ └─ index.vue
│ ├─ not-menu-consultation-reg
│ │ ├─ index.vue
│ │ └─ components
│ │ └─ jinYunTable.vue
│ └─ menu-basic-manage
│ ├─ basic-manage-nurse-medical
│ │ └─ index.vue
│ ├─ basic-manage-project
│ │ ├─ index.vue
│ │ ├─ addEdit
│ │ │ └─ index.vue
│ │ ├─ jyInspectTab
│ │ │ └─ index.vue
│ │ ├─ addEditPosition
│ │ │ └─ index.vue
│ │ └─ jcInspectTab
│ │ └─ index.vue
│ ├─ basic-manage-medical
│ │ ├─ index.vue
│ │ └─ addEdit
│ │ └─ index.vue
│ ├─ basic-manage-material
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ documentClassification
│ │ └─ index.vue
│ ├─ basic-manage-room
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ basic-manage-standard
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ dialog-add-edit.vue
│ ├─ basic-manage-form
│ │ └─ index.vue
│ ├─ basic-manage-rules
│ │ ├─ index.vue
│ │ ├─ inspect-rule.vue
│ │ └─ examine-rule.vue
│ ├─ basic-manage-education
│ │ ├─ index.vue
│ │ ├─ healthDialog
│ │ │ └─ index.vue
│ │ └─ seeList
│ │ └─ index.vue
│ ├─ basic-manage-disease
│ │ └─ index.vue
│ ├─ basic-manage-dictionary
│ │ ├─ index.vue
│ │ ├─ formEdit.vue
│ │ ├─ drawerTable.vue
│ │ └─ formEditType.vue
│ ├─ basic-manage-handover
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ basic-manage-impression
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ basic-manage-templates
│ │ ├─ templates-manage
│ │ │ ├─ index.vue
│ │ │ └─ components
│ │ │ ├─ dialog-export.vue
│ │ │ ├─ medical-record.vue
│ │ │ ├─ index.js
│ │ │ ├─ vein-thrombus-record.vue
│ │ │ └─ critical-illness-record.vue
│ │ └─ templates-design
│ │ ├─ index.vue
│ │ ├─ design-list
│ │ │ └─ index.vue
│ │ ├─ design-editor
│ │ │ └─ index.vue
│ │ └─ dialog
│ │ └─ dialog-template-info.vue
│ ├─ basic-manage-group
│ │ └─ index.vue
│ ├─ basic-Instrument-maintenance
│ │ └─ index.vue
│ ├─ basic-manage-import
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ index.vue
│ ├─ basic-manage-printer
│ │ ├─ index.vue
│ │ └─ dialog
│ │ └─ dialog-windows-preview.vue
│ ├─ basic-manage-meal
│ │ ├─ index.vue
│ │ └─ drawer
│ │ └─ index.vue
│ ├─ basic-manage-bed
│ │ └─ index.vue
│ └─ basic-manage-order
│ ├─ index.vue
│ ├─ advice-right
│ │ └─ index.vue
│ └─ dialog
│ └─ index.vue
├─ api
│ ├─ gradeForms
│ │ ├─ index.js
│ │ ├─ zcdd-syzyy.js
│ │ └─ yh.js
│ ├─ menuWorkstation
│ │ ├─ workstationImplement
│ │ │ └─ index.js
│ │ ├─ workstationHandover
│ │ │ └─ index.js
│ │ ├─ workstationRecords
│ │ │ └─ index.js
│ │ ├─ workstationSplit
│ │ │ └─ index.js
│ │ ├─ workstationAdvice
│ │ │ └─ index.js
│ │ └─ workstationCostInput
│ │ └─ index.js
│ ├─ menuQuotaQuality
│ │ └─ index.js
│ ├─ menuManageBasic
│ │ ├─ basicManageTemplates
│ │ │ ├─ editor
│ │ │ │ └─ index.js
│ │ │ ├─ templatesManage
│ │ │ │ └─ index.js
│ │ │ └─ templatesDesign
│ │ │ └─ index.js
│ │ ├─ grabPatientList
│ │ │ └─ index.js
│ │ ├─ basicManageFormParams
│ │ │ └─ index.js
│ │ ├─ basicManageMaterial
│ │ │ └─ index.js
│ │ ├─ basicManageMedical
│ │ │ └─ index.js
│ │ ├─ basicManageStandard
│ │ │ └─ index.js
│ │ ├─ basicManageProject
│ │ │ └─ index.js
│ │ ├─ basicInstrumentMaintenance
│ │ │ └─ index.js
│ │ ├─ basicDataBaseConn
│ │ │ └─ index.js
│ │ ├─ basicManageHandover
│ │ │ └─ index.js
│ │ ├─ basicManageOrder
│ │ │ └─ index.js
│ │ ├─ basicManagePrinter
│ │ │ └─ index.js
│ │ ├─ basicDocPrint
│ │ │ └─ index.js
│ │ ├─ basicManageImport
│ │ │ └─ index.js
│ │ ├─ basicManageEducation
│ │ │ └─ index.js
│ │ ├─ basicManageBed
│ │ │ └─ index.js
│ │ ├─ basicManageRule
│ │ │ └─ index.js
│ │ ├─ basicManageGroup
│ │ │ └─ index.js
│ │ ├─ basicManageDictionary
│ │ │ └─ index.js
│ │ ├─ basicManageImpression
│ │ │ └─ index.js
│ │ └─ basicManageDisease
│ │ └─ index.js
│ ├─ menuFirstAidCenter
│ │ ├─ index.js
│ │ ├─ firstAidTemplate
│ │ │ └─ index.js
│ │ ├─ firstAidBasics
│ │ │ └─ index.js
│ │ └─ firstAidChest
│ │ └─ index.js
│ ├─ menuGrabObservationRoom
│ │ ├─ grabPatientList
│ │ │ └─ index.js
│ │ ├─ reviewQueryBraden
│ │ │ └─ index.js
│ │ ├─ handoverHemodialysisPatients
│ │ │ └─ index.js
│ │ ├─ grabPatientHospitalRecord
│ │ │ └─ index.js
│ │ ├─ grabNursingRecord
│ │ │ ├─ nursingHPO
│ │ │ │ └─ index.js
│ │ │ ├─ nursingBloodSheet
│ │ │ │ └─ index.js
│ │ │ ├─ nursingCriticalSheet
│ │ │ │ └─ index.js
│ │ │ └─ nursingHandoverList
│ │ │ └─ index.js
│ │ ├─ gradPatinetDetails
│ │ │ └─ index.js
│ │ └─ grabPatientConditionRecord
│ │ └─ index.js
│ ├─ DataDictionary
│ │ └─ index.js
│ ├─ menuBasicManage
│ │ ├─ basicManageTemplates
│ │ │ ├─ editor
│ │ │ │ └─ index.js
│ │ │ ├─ templatesManage
│ │ │ │ └─ index.js
│ │ │ ├─ veinThrombusRecord
│ │ │ │ └─ index.js
│ │ │ └─ templatesDesign
│ │ │ └─ index.js
│ │ ├─ basicManageFormParams
│ │ │ └─ index.js
│ │ ├─ basicManageMaterial
│ │ │ └─ index.js
│ │ ├─ basicManageRoom
│ │ │ └─ index.js
│ │ ├─ basicManageMedical
│ │ │ └─ index.js
│ │ ├─ basicManageStandard
│ │ │ └─ index.js
│ │ ├─ basicManageProject
│ │ │ └─ index.js
│ │ ├─ basicInstrumentMaintenance
│ │ │ └─ index.js
│ │ ├─ basicManageDuty
│ │ │ └─ index.js
│ │ ├─ basicManageHandover
│ │ │ └─ index.js
│ │ ├─ basicManageXiWei
│ │ │ └─ index.js
│ │ ├─ basicManageOrder
│ │ │ └─ index.js
│ │ ├─ basicManagePrinter
│ │ │ └─ index.js
│ │ ├─ basicManageImport
│ │ │ └─ index.js
│ │ ├─ basicManageEducation
│ │ │ └─ index.js
│ │ ├─ basicManageBed
│ │ │ └─ index.js
│ │ ├─ basicManageRule
│ │ │ └─ index.js
│ │ ├─ basicManageGroup
│ │ │ └─ index.js
│ │ ├─ basicManageDictionary
│ │ │ └─ index.js
│ │ ├─ basicManageImpression
│ │ │ └─ index.js
│ │ └─ basicManageDisease
│ │ └─ index.js
│ ├─ common
│ │ └─ index.js
│ ├─ document
│ │ ├─ manageRecordsIllness
│ │ │ └─ index.js
│ │ └─ manageRecordsVenous
│ │ └─ index.js
│ ├─ menuRoomObservation
│ │ ├─ reviewQueryBraden
│ │ │ └─ index.js
│ │ ├─ handoverHemodialysisPatients
│ │ │ └─ index.js
│ │ ├─ grabNursingRecord
│ │ │ ├─ nursingHPO
│ │ │ │ └─ index.js
│ │ │ ├─ nursingBloodSheet
│ │ │ │ └─ index.js
│ │ │ ├─ nursingCriticalSheet
│ │ │ │ └─ index.js
│ │ │ ├─ nursingObservation
│ │ │ │ └─ index.js
│ │ │ └─ nursingHandoverList
│ │ │ └─ index.js
│ │ ├─ observationPatientList
│ │ │ └─ index.js
│ │ └─ grabPatientConditionRecord
│ │ └─ index.js
│ ├─ user
│ │ └─ index.js
│ ├─ menuWorkstationNurse
│ │ ├─ nurseExpenseInquiry
│ │ │ └─ index.js
│ │ └─ nurseChangeShifts
│ │ └─ index.js
│ ├─ menuManageNursing
│ │ ├─ nursing-drug-registration
│ │ │ └─ index.js
│ │ ├─ nursingSheetAssessment
│ │ │ └─ index.js
│ │ ├─ nursingSheetHandover
│ │ │ ├─ index.js
│ │ │ └─ handoverOperationIntervene
│ │ │ └─ index.js
│ │ └─ nursingSheetCondition
│ │ ├─ condition-treatment-TMC
│ │ │ └─ index.js
│ │ └─ conditionRecordSheet
│ │ └─ index.js
│ ├─ menuPreExaminationTriage
│ │ ├─ preTriagePatient
│ │ │ └─ index.js
│ │ ├─ nurseTatisticsGroup
│ │ │ └─ index.js
│ │ ├─ preTriageReminder
│ │ │ └─ index.js
│ │ ├─ grabBedCard
│ │ │ ├─ apseToCheck.js
│ │ │ ├─ addEmgHealthEdu.js
│ │ │ └─ consultationCheck.js
│ │ ├─ preTriageInjury
│ │ │ └─ index.js
│ │ ├─ preTriageLeaseRecord
│ │ │ └─ index.js
│ │ ├─ preTriageRegister
│ │ │ └─ index.js
│ │ ├─ preTrigeSetnumber
│ │ │ └─ index.js
│ │ └─ maintainEnance
│ │ └─ index.js
│ ├─ menuRegisterEdit
│ │ └─ index.js
│ ├─ menuRoomPreTriage
│ │ ├─ preTriagePatient
│ │ │ └─ index.js
│ │ ├─ nursingConsultation
│ │ │ └─ index.js
│ │ ├─ nurseTatisticsGroup
│ │ │ └─ index.js
│ │ ├─ preTriageReminder
│ │ │ └─ index.js
│ │ ├─ grabBedCard
│ │ │ ├─ apseToCheck.js
│ │ │ ├─ addEmgHealthEdu.js
│ │ │ └─ consultationCheck.js
│ │ ├─ preTriageInjury
│ │ │ └─ index.js
│ │ ├─ preTriageRegister
│ │ │ └─ index.js
│ │ └─ preTrigeSetnumber
│ │ └─ index.js
│ ├─ BaseData
│ │ ├─ index.js
│ │ ├─ df-handle
│ │ │ └─ index.js
│ │ └─ form-designer
│ │ └─ index.js
│ ├─ menuFormRegistration
│ │ ├─ registrationDogOutpatient
│ │ │ └─ index.js
│ │ ├─ registrationDogInjection
│ │ │ └─ index.js
│ │ ├─ registrationInfectiousDiseases
│ │ │ └─ index.js
│ │ ├─ registrationTriageFever
│ │ │ └─ index.js
│ │ └─ registrationGeneralPatients
│ │ └─ index.js
│ ├─ emergencyScreen
│ │ └─ index.js
│ └─ menuPersonnelMaintain
│ ├─ maintainMeetingHandover
│ │ └─ index.js
│ ├─ maintainShiftChange
│ │ └─ index.js
│ ├─ maintainBasicInfo
│ │ └─ index.js
│ ├─ maintainEnance
│ │ └─ index.js
│ └─ maintainScheduling
│ └─ index.js
├─ packages
│ ├─ constants.js
│ ├─ index.js
│ ├─ uni-index.js
│ ├─ ng-form
│ │ ├─ index.vue
│ │ ├─ rules.vue
│ │ ├─ kv-list.vue
│ │ ├─ label-list.vue
│ │ ├─ README.md
│ │ ├─ kv-list-children.vue
│ │ └─ image.vue
│ ├─ components
│ │ ├─ index.js
│ │ ├─ README.md
│ │ └─ ng-image
│ │ ├─ index.vue
│ │ ├─ icon.js
│ │ ├─ index.js
│ │ └─ properties.vue
│ ├─ style
│ │ └─ common.scss
│ ├─ utils
│ │ ├─ icons.js
│ │ ├─ request.js
│ │ └─ index.js
│ ├─ form-build-uni
│ │ ├─ build.vue
│ │ ├─ form-build.scss
│ │ ├─ node.vue
│ │ └─ items
│ │ ├─ index.vue
│ │ ├─ index.js
│ │ ├─ README.md
│ │ ├─ node.vue
│ │ ├─ base
│ │ │ ├─ index.js
│ │ │ ├─ upload
│ │ │ │ ├─ upload.vue
│ │ │ │ ├─ image
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ └─ file
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ select
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ datasource-config.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ linkage.vue
│ │ │ ├─ switch
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ batch
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ build
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ add-or-update.vue
│ │ │ │ └─ table-item.vue
│ │ │ ├─ button
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ textarea
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ number
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ time
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ slider
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ checkbox
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ cascader
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ date
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ datePicker
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ input
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ daterange
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ signature
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ esign.vue
│ │ │ ├─ dynamicText
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ radio
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ └─ rate
│ │ │ ├─ index.vue
│ │ │ └─ index.js
│ │ ├─ decorate
│ │ │ ├─ index.js
│ │ │ ├─ text
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ divider
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ link
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ image
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ html
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ alert
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ └─ titleBar
│ │ │ ├─ index.vue
│ │ │ └─ index.js
│ │ ├─ application
│ │ │ ├─ index.js
│ │ │ ├─ slot
│ │ │ │ └─ index.vue
│ │ │ ├─ state
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ cascader.vue
│ │ │ │ ├─ area.json
│ │ │ │ └─ state.vue
│ │ │ └─ iframe
│ │ │ └─ index.vue
│ │ └─ layout
│ │ ├─ index.js
│ │ └─ table
│ │ ├─ index.vue
│ │ ├─ build.vue
│ │ └─ index.js
│ ├─ mixins
│ │ ├─ designerInit.js
│ │ ├─ mixin.js
│ │ └─ datasource-mixin.js
│ ├─ form-design
│ │ ├─ index.vue
│ │ ├─ build.vue
│ │ ├─ panel-container
│ │ │ ├─ index.vue
│ │ │ └─ node.vue
│ │ ├─ items
│ │ │ ├─ index.vue
│ │ │ ├─ index.js
│ │ │ ├─ README.md
│ │ │ ├─ node.vue
│ │ │ ├─ base
│ │ │ │ ├─ index.js
│ │ │ │ ├─ upload
│ │ │ │ │ ├─ upload.vue
│ │ │ │ │ ├─ image
│ │ │ │ │ │ ├─ index.vue
│ │ │ │ │ │ └─ index.js
│ │ │ │ │ └─ file
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ editor
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ editor.vue
│ │ │ │ │ ├─ editor-preview.js
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ editor-html.js
│ │ │ │ │ └─ utils.js
│ │ │ │ ├─ select
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ datasource-config.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ properties.vue
│ │ │ │ │ └─ linkage.vue
│ │ │ │ ├─ switch
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ batch
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ ├─ properties.vue
│ │ │ │ │ └─ build
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ add-or-update.vue
│ │ │ │ │ └─ table-item.vue
│ │ │ │ ├─ button
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ textarea
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ number
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ time
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ slider
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ checkbox
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ properties.vue
│ │ │ │ ├─ cascader
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ properties.vue
│ │ │ │ ├─ date
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ datePicker
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ input
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ daterange
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ signature
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ esign.vue
│ │ │ │ ├─ dynamicText
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ radio
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ properties.vue
│ │ │ │ └─ rate
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ decorate
│ │ │ │ ├─ index.js
│ │ │ │ ├─ barcode
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ text
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ divider
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ link
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ qrcode
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ image
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ html
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ alert
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ └─ titleBar
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ application
│ │ │ │ ├─ index.js
│ │ │ │ ├─ slot
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ └─ index.js
│ │ │ │ ├─ state
│ │ │ │ │ ├─ index.vue
│ │ │ │ │ ├─ cascader.vue
│ │ │ │ │ ├─ area.json
│ │ │ │ │ ├─ index.js
│ │ │ │ │ └─ state.vue
│ │ │ │ └─ iframe
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ └─ layout
│ │ │ ├─ index.js
│ │ │ ├─ grid
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ grid-col-properties.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ properties.vue
│ │ │ ├─ table-grid
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ build.vue
│ │ │ │ ├─ design.vue
│ │ │ │ └─ index.js
│ │ │ ├─ table
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ build.vue
│ │ │ │ ├─ design.vue
│ │ │ │ └─ index.js
│ │ │ ├─ controller
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ ├─ collapse
│ │ │ │ ├─ index.vue
│ │ │ │ ├─ index.js
│ │ │ │ └─ properties.vue
│ │ │ ├─ card
│ │ │ │ ├─ index.vue
│ │ │ │ └─ index.js
│ │ │ └─ tabs
│ │ │ ├─ index.vue
│ │ │ ├─ index.js
│ │ │ └─ properties.vue
│ │ ├─ panel-properties
│ │ │ ├─ index.vue
│ │ │ ├─ item-properties.vue
│ │ │ └─ form-properties.vue
│ │ ├─ panel-drag
│ │ │ ├─ index.vue
│ │ │ └─ drag-item.vue
│ │ └─ panel-header
│ │ ├─ index.vue
│ │ ├─ code.vue
│ │ └─ preview.vue
│ └─ locale
│ ├─ format.js
│ ├─ mixin.js
│ ├─ index.js
│ └─ lang
│ ├─ en.js
│ └─ zh_CN.js
├─ icons
│ ├─ index.js
│ ├─ svgo.yml
│ └─ svg
│ ├─ header-quit.svg
│ ├─ emergency-month-in.svg
│ ├─ menu-workstation-doctors.svg
│ ├─ editor-icon-autograph.svg
│ ├─ menu-workstation-nurse-new.svg
│ ├─ emg-bg-xt.svg
│ ├─ editor-icon-Fx.svg
│ ├─ user.svg
│ ├─ FAC-male.svg
│ ├─ menu-dog-injury-registration-new.svg
│ ├─ nursing-menu-handover.svg
│ ├─ emg-bg-cz.svg
│ ├─ editor-icon-input.svg
│ ├─ preTriage-register-SBC-DZ.svg
│ ├─ preTriage-register-SBC.svg
│ ├─ male.svg
│ ├─ emergency-today-register.svg
│ ├─ nursing-menu-children.svg
│ ├─ nursing-menu-condition.svg
│ ├─ editor-icon-checkbox.svg
│ ├─ preTriage-register-SFZ.svg
│ ├─ grab-icon-beds.svg
│ ├─ feiyong-icon.svg
│ ├─ link.svg
│ ├─ nursing-menu-edit.svg
│ ├─ emergency-today-onAverageTime.svg
│ ├─ menu-chest-pain.svg
│ ├─ grab-icon-modify.svg
│ ├─ grab-icon-green.svg
│ ├─ nested.svg
│ ├─ nursing-menu-assessmentSheet.svg
│ ├─ emergency-month-rescue.svg
│ ├─ emergency-today-addNumber.svg
│ ├─ emergency-today-prob.svg
│ ├─ menu-doctor-advice.svg
│ ├─ FAC-female.svg
│ ├─ preTriage-register-JKC-DZ.svg
│ ├─ header-user.svg
│ ├─ menu-preview-triage.svg
│ ├─ menu-stay-grab.svg
│ ├─ nursing-menu-scoring.svg
│ ├─ menu-title-round.svg
│ ├─ grab-icon-empty.svg
│ ├─ emergency-screen.svg
│ ├─ preTriage-register-DZPZ.svg
│ ├─ editor-icon-select.svg
│ ├─ menu-medical-templates.svg
│ ├─ menu-preview-triage-new.svg
│ ├─ emergency-today-count.svg
│ ├─ emergency-today-minusNumber.svg
│ ├─ preTriage-register-JKC.svg
│ ├─ menu-stay-grab-new.svg
│ ├─ nursing-menu-cpr.svg
│ ├─ emergency-day-number.svg
│ ├─ grab-icon-nursing.svg
│ ├─ full-screen.svg
│ ├─ emergency-month-number.svg
│ ├─ menu-personnel-maintain.svg
│ ├─ menu-workstation-doctors-new.svg
│ ├─ grab-icon-consultation.svg
│ ├─ menu-dog-injury-registration.svg
│ ├─ menu-statistical-chart.svg
│ ├─ editor-icon-title.svg
│ ├─ 24.svg
│ ├─ menu-system-manage.svg
│ ├─ grab-icon-printer.svg
│ ├─ grab-icon-edu.svg
│ ├─ menu-maintain.svg
│ ├─ 24-hours.svg
│ ├─ nursing-menu-observation.svg
│ ├─ editor-icon-header.svg
│ ├─ menu-workstation-nurse.svg
│ ├─ editor-icon-time.svg
│ ├─ menu-system-manage-new.svg
│ ├─ menu-article.svg
│ ├─ password.svg
│ ├─ emergency-full-screen-charts.svg
│ ├─ emg-bg-cs.svg
│ ├─ editor-icon-radio.svg
│ ├─ female.svg
│ ├─ menu-statistical-chart-new.svg
│ ├─ grab-icon-doc.svg
│ ├─ grab-icon-outcome.svg
│ └─ nursing-menu-sysAssess.svg
├─ components
│ ├─ .DS_Store
│ ├─ FallBed
│ │ └─ index.vue
│ ├─ IframePrintTable
│ │ ├─ index.vue
│ │ └─ iframePrintTable.scss
│ ├─ DoubleBindCheckbox
│ │ └─ index.vue
│ ├─ PatientRegister
│ │ ├─ .DS_Store
│ │ ├─ index.js
│ │ ├─ PrintRegister
│ │ │ └─ index.vue
│ │ ├─ AsideCard
│ │ │ └─ index.vue
│ │ ├─ FormCheckbox
│ │ │ └─ index.vue
│ │ ├─ FormMain
│ │ │ ├─ index.vue
│ │ │ └─ dialog
│ │ │ ├─ dialog-breathing.vue
│ │ │ ├─ dialog-chest.vue
│ │ │ ├─ dialog-trauma.vue
│ │ │ ├─ index.js
│ │ │ ├─ drawer-risk-fall.vue
│ │ │ ├─ dialog-risk-fall.vue
│ │ │ ├─ dialog-death.vue
│ │ │ ├─ drawer-tmpNbr.vue
│ │ │ └─ dialog-drug.vue
│ │ ├─ FormRadio
│ │ │ └─ index.vue
│ │ ├─ PrintWristband
│ │ │ └─ index.vue
│ │ ├─ DialogWindow
│ │ │ └─ index.vue
│ │ └─ UserRegister
│ │ ├─ index.vue
│ │ └─ dialog
│ │ ├─ dialog-crams.vue
│ │ ├─ index.js
│ │ ├─ dialog-mews.vue
│ │ ├─ dialog-nrs.vue
│ │ ├─ dialog-gcs.vue
│ │ ├─ dialog-injury.vue
│ │ └─ dialog-code-scanning.vue
│ ├─ InputSearch
│ │ └─ index.vue
│ ├─ SvgIcon
│ │ └─ index.vue
│ ├─ DatePicker
│ │ └─ index.vue
│ ├─ PrintNursing
│ │ ├─ .DS_Store
│ │ ├─ index.js
│ │ ├─ PrintNursingAssessment
│ │ │ └─ index.vue
│ │ ├─ PrintNursingSheet
│ │ │ └─ index.vue
│ │ ├─ PrintHandoverHemodialysis
│ │ │ └─ index.vue
│ │ ├─ PrintHandoverOperation
│ │ │ └─ index.vue
│ │ └─ PrintHPO
│ │ └─ index.vue
│ ├─ QuickSearchTableList
│ │ └─ index.vue
│ ├─ IframePrint
│ │ └─ index.vue
│ ├─ DoubleBindSelect
│ │ └─ index.vue
│ ├─ SvgChart
│ │ ├─ drawSvgScirpt.js
│ │ ├─ .DS_Store
│ │ ├─ index.js
│ │ ├─ svgCenter
│ │ │ └─ index.vue
│ │ ├─ svgLegend
│ │ │ └─ index.vue
│ │ ├─ mixin
│ │ │ └─ scaleTemperature.js
│ │ └─ svgScale
│ │ └─ index.vue
│ ├─ Tinymce
│ │ ├─ index.vue
│ │ ├─ .DS_Store
│ │ ├─ plugins.js
│ │ ├─ tinymce-multiple.vue
│ │ ├─ tinymce-single.vue
│ │ ├─ dynamicLoadScript.js
│ │ ├─ toolbar.js
│ │ ├─ components
│ │ │ ├─ EditorImage.vue
│ │ │ ├─ SelectDate.vue
│ │ │ ├─ patientSign.vue
│ │ │ ├─ SelectControl.vue
│ │ │ ├─ Autograph.vue
│ │ │ ├─ ExpressionControl.vue
│ │ │ ├─ index.js
│ │ │ ├─ ContextMenu.vue
│ │ │ ├─ InputControl.vue
│ │ │ ├─ TitleControl.vue
│ │ │ ├─ DateControl.vue
│ │ │ ├─ HeaderControl.vue
│ │ │ ├─ RadioControl.vue
│ │ │ └─ CheckboxControl.vue
│ │ └─ dialog
│ │ ├─ dialog-import-CPR.vue
│ │ ├─ dialog-import-test.vue
│ │ ├─ dialog-import-entryRecord.vue
│ │ ├─ dialog-import-nursing.vue
│ │ ├─ dialog-import-mbnr.vue
│ │ ├─ dialog-import-diagnosis.vue
│ │ ├─ dialog-import-advice.vue
│ │ ├─ index.js
│ │ ├─ dialog-imopot-blood.vue
│ │ ├─ dialog-import-blood.vue
│ │ ├─ dialog-import-vital-signs.vue
│ │ ├─ dialog-import-chief.vue
│ │ ├─ dialog-import-linan.vue
│ │ ├─ dialog-import-inandout.vue
│ │ ├─ dialog-import-advice-yh.vue
│ │ ├─ dialog-import-consultation.vue
│ │ ├─ dialog-import-inspect.vue
│ │ ├─ wenshu.vue
│ │ ├─ dialog-import-adviceCopy.vue
│ │ └─ dialog-dropdown-box.vue
│ ├─ NRSScore
│ │ ├─ NRS-scoring-vrs.vue
│ │ ├─ NRS-scoring-facial.vue
│ │ ├─ NRS-scoring-vas.vue
│ │ ├─ index.js
│ │ ├─ NRS-scoring-Painad.vue
│ │ ├─ NRS-scoring-flacc.vue
│ │ ├─ NRS-scoring-nips.vue
│ │ ├─ NRS-scoring-scale.vue
│ │ ├─ NRS-scoring-bas.vue
│ │ ├─ NRS-scoring-ruler.vue
│ │ └─ NRS-scoring-Critically.vue
│ ├─ Pagination
│ │ ├─ index.vue
│ │ └─ mixin
│ │ └─ index.js
│ ├─ FallBedScore
│ │ ├─ index.vue
│ │ ├─ index-yw.vue
│ │ ├─ index-yh.vue
│ │ └─ index-xh.vue
│ └─ DoubleBindRadio
│ └─ index.vue
├─ styles
│ ├─ variables.scss
│ ├─ index.scss
│ ├─ mixin.scss
│ ├─ transition.scss
│ ├─ element-ui__el-form.scss
│ ├─ element-ui__el-date.scss
│ ├─ common.scss
│ ├─ element-ui__el-radio_el-checkbox.scss
│ ├─ element-ui__el-table.scss
│ ├─ element-ui.scss
│ └─ sidebar.scss
├─ utils
│ ├─ printDataMixin.js
│ ├─ message.js
│ ├─ request.js
│ ├─ cache.js
│ ├─ enterEventMixin.js
│ ├─ public.js
│ ├─ auth.js
│ ├─ index.js
│ ├─ Encryption.js
│ ├─ resizeMixin.js
│ ├─ md5.js
│ ├─ LodopPrint.js
│ ├─ validate.js
│ ├─ LodopFuncs.js
│ ├─ bjca.js
│ └─ excelExport
│ ├─ Export3Excel.js
│ ├─ Export2Excel.js
│ └─ Blob.js
├─ layout
│ ├─ index.vue
│ └─ components
│ ├─ index.js
│ ├─ Header
│ │ └─ index.vue
│ └─ Footer
│ ├─ index.vue
│ ├─ Navbar.vue
│ ├─ index.js
│ ├─ TabsView.vue
│ ├─ AppMain.vue
│ └─ Sidebar
│ ├─ index.vue
│ ├─ Link.vue
│ ├─ Item.vue
│ ├─ FixiOSBug.js
│ ├─ logo.vue
│ └─ SidebarItem.vue
├─ config
│ ├─ shangyuzzy.js
│ ├─ describe.js
│ ├─ config.js
│ └─ linan.js
└─ directives
├─ permission.js
└─ index.js