fix:修改总览大屏和项目看板的各企业本周数据统计自动切换时间为10秒
This commit is contained in:
parent
814e53ad9e
commit
68aa41f75d
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="leftTop">
|
||||
<Card title="各企业本周数据统计">
|
||||
<el-carousel @change="onChange" indicator-position="none" style="width: 100%; height: 100%">
|
||||
<el-carousel :autoplay="true" interval="10000" @change="onChange" indicator-position="none" style="width: 100%; height: 100%">
|
||||
<el-carousel-item v-for="item in enterpriseInfo.dataList" :key="item.enterpriseId" style="width: 100%; height: 100%">
|
||||
<div class="box-content">
|
||||
<div class="top-content">
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div class="enterprise-box">
|
||||
<Card title="各企业本周数据统计">
|
||||
<el-carousel @change="onChange" indicator-position="none" style="width: 100%; height: 100%">
|
||||
<el-carousel :autoplay="true" interval="10000" @change="onChange" indicator-position="none" style="width: 100%; height: 100%">
|
||||
<el-carousel-item v-for="item in enterpriseInfo.dataList" :key="item.enterpriseId" style="width: 100%; height: 100%">
|
||||
<div class="enterprise-info">
|
||||
<!-- <el-tooltip class="text-ellipsis" effect="dark" content="Top Left prompts info" placement="top-start">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user