|
|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div :style="carouselWrap" class="border border-[#9A82FF] border-t-0" v-loading="isLoading">
|
|
|
|
|
<template v-if="patientList['length']">
|
|
|
|
|
<el-carousel direction="vertical" :autoplay="true" indicatorPosition="none" ref="carousel" :interval="0"
|
|
|
|
|
<el-carousel direction="vertical" :autoplay="false" indicatorPosition="none" ref="carousel" :interval="0"
|
|
|
|
|
@change="onCarouselChange">
|
|
|
|
|
<el-carousel-item v-for="(item, index) in patientList" :key="index" :name="String(index)">
|
|
|
|
|
<section class="carouselItemBox">
|
|
|
|
|
|