统计模块的折线图完善

This commit is contained in:
夕阳微笑1 2025-01-21 16:00:58 +08:00
parent 841945f77c
commit c98b04a85b

View File

@ -61,6 +61,7 @@
end-placeholder="结束时间"
format="YYYY-MM-DD HH:mm:ss"
value-format="YYYY-MM-DD HH:mm:ss"
:picker-options="datePickerOptions"
@change="handleDateLine"
/>
</div>
@ -104,7 +105,7 @@
:sm="24"
:md="24"
:lg="24"
:xl="20">
:xl="24">
<div class="home-card-item">
<div class="date-picker-container">
<el-date-picker
@ -119,7 +120,7 @@
@change="handleDateChangeLine"
/>
</div>
<div style="height: 100%" ref="homeLineRef"></div>
<div style="height: 100%; width: 100%" ref="homeLineRef"></div>
</div>
</el-col>
</el-row>