修改详情
This commit is contained in:
parent
a9dfced869
commit
752a8f1eed
@ -84,7 +84,7 @@
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="information" v-if="!fold">
|
||||
<div class="information" v-if="fold">
|
||||
<div class="top">
|
||||
<div>家属电话:{{ $route.query.familyMemberPhone }}</div>
|
||||
<div>登记日期:{{ $route.query.registrationDate }}</div>
|
||||
@ -171,7 +171,7 @@ export default {
|
||||
name: "patientdetails",
|
||||
data() {
|
||||
return {
|
||||
fold: true,
|
||||
fold: false,
|
||||
collapsiable: true,
|
||||
options: [],
|
||||
value: "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user