意识情况

文书模版   2024-07-20 11:23   67   0  
<div style="display: flex;display: -webkit-flex;align-items: center;padding: 5px;">
    <div>意识:</div>
    <div style="width: 15px;height: 15px;margin-right: 5px;border: 1px solid black;">
        <span style="display: block;" v-if="shows && shows['954601020034']">{{ shows['954601020034'].includes('清醒') ? '√' : '' }}</span>
    </div>
    <div style="flex: 1;">清醒</div>
    <div style="width: 15px;height: 15px;margin-right: 5px;border: 1px solid black;">
        <span style="display: block;" v-if="shows && shows['954601020034']">{{ shows['954601020034'].includes('嗜睡') ? '√' : '' }}</span>
    </div>
    <div style="flex: 1;">嗜睡</div>
    <div style="width: 15px;height: 15px;margin-right: 5px;border: 1px solid black;">
        <span style="display: block;" v-if="shows && shows['954601020034']">{{ shows['954601020034'].includes('模糊') ? '√' : '' }}</span>
    </div>
    <div style="flex: 1;">模糊</div>
    <div style="width: 15px;height: 15px;margin-right: 5px;border: 1px solid black;">
        <span style="display: block;" v-if="shows && shows['954601020034']">{{ shows['954601020034'].includes('昏睡') ? '√' : '' }}</span>
    </div>
    <div style="flex: 1;">昏睡</div>
    <div style="width: 15px;height: 15px;margin-right: 5px;border: 1px solid black;">
        <span style="display: block;" v-if="shows && shows['954601020034']">{{ shows['954601020034'].includes('昏迷') ? '√' : '' }}</span>
    </div>
    <div style="flex: 1;">昏迷</div>
</div>