| | |
| | | <span style="display:inline-block; width:70px;"> {{item.seqNum}} {{item.patName}}{{item.passed === 0 ? "":"*"}} </span> |
| | | <dict-tag :type="DICT_TYPE.SYSTEM_USER_SEX" :value="item.patGender" /> |
| | | <!-- {{item.roomName}} {{item.bedNo}}--> |
| | | checkTypeStore.getCheckTypeName(item.bookCheckType) |
| | | {{checkTypeStore.getCheckTypeName(item.bookCheckType)}} |
| | | <dict-tag :type="DICT_TYPE.ECG_QUEUE_STATUS" :value="item.status" /> |
| | | <el-button v-if="item.status === 5 || item.status === 7" @click="recall(item)"> 召回 </el-button> |
| | | </div> |