gx
chenyc
2025-08-26 7e50470dc3e1297b226719c7e5b4357287e44b19
src/views/paiban/index.vue
@@ -124,8 +124,9 @@
        const index= selectDate.value.findIndex(el=>{return el.y===year&&el.m===month&&el.d===date})
        if (index>0){
            console.log(day)
            day.type='start'
            if (selectDate.value[index].透析单状态){
                day.type='start'
            } else {
                day.type='end'
            }
            day.text=selectDate.value[index].type
@@ -139,6 +140,7 @@
                day.bottomInfo='晚上'
            }
        }
        console.log(day,'-------------ddsdsdgit ')
        return day
    }
    onMounted(()=>{
@@ -232,14 +234,4 @@
    }
}
.fanhui {
    // padding-top: 20px;
    width: 100%;
    background: #4696f9;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
</style>