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