Vue.component('visit-info', { template: '
就诊信息
\ \
', props: ["param"], data: function() { return { } }, mounted: function() { }, methods: { } })