<div style="display: -webkit-flex;display: flex;justify-content: space-between">
<div style="display: -webkit-flex;display: flex">
<div>谈话医生:</div>
<div style="width: 100px;margin-bottom: 5px;border-bottom: 1px solid black">
<div v-if="shows && shows['100900330007']">{{ shows['100900330007']}}</div>
</div>
</div>
<div style="display: -webkit-flex;display: flex">
<div>日期:</div>
<div>
<div v-if="shows && shows['100900330008']">{{ shows['100900330008']}}</div>
<div v-else style="display: -webkit-flex;display: flex" >
<div style="width: 50px;margin-bottom: 5px;border-bottom: 1px solid black"></div>年
<div style="width: 50px;margin-bottom: 5px;border-bottom: 1px solid black"></div>月
<div style="width: 50px;margin-bottom: 5px;border-bottom: 1px solid black"></div>日
<div style="width: 50px;margin-bottom: 5px;border-bottom: 1px solid black"></div>时
<div style="width: 50px;margin-bottom: 5px;border-bottom: 1px solid black"></div>分
</div>
</div>
</div>
</div>