Commit d6075159 authored by 芮自成's avatar 芮自成

脑卒中详情修改

parent f9887119
...@@ -360,8 +360,15 @@ export default { ...@@ -360,8 +360,15 @@ export default {
}, },
inspectList() { inspectList() {
return this.visitInfo.inspectList || [] return this.visitInfo.inspectList || []
},
medicateCase() {
if (this.visitInfo.medicateCase) {
return JSON.parse(this.visitInfo.medicateCase)
} else {
return []
} }
}, },
},
methods: { methods: {
// 全部展开、收起 // 全部展开、收起
toggleAll() { toggleAll() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment