diff --git a/src/components/Demonstration/Demonstration.vue b/src/components/Demonstration/Demonstration.vue new file mode 100644 index 0000000..d38e78a --- /dev/null +++ b/src/components/Demonstration/Demonstration.vue @@ -0,0 +1,71 @@ + + + + + + {{ patientInfo.name ? patientInfo.name : '无名氏' }} + + + + {{ patientInfo.gender === 0 ? '女' : '男' }} + + - + + + {{ patientInfo.age ? patientInfo.age + '岁' : '-' }} + + + + + 当前为演示模式 + + + + + diff --git a/src/components/Service/Service.vue b/src/components/Service/Service.vue index b2a78ee..ecc9456 100644 --- a/src/components/Service/Service.vue +++ b/src/components/Service/Service.vue @@ -9,7 +9,7 @@ - v3.0.0 + v3.1.0