|
@@ -502,7 +502,9 @@ function initChartState(data){
|
|
|
class="time-box"
|
|
|
v-if="sameOptionType.includes(chartInfo.ChartType)||chartInfo.ChartType===2"
|
|
|
@click="chartState.showTimePop=true"
|
|
|
- >{{chartState.startTime?chartState.startTime+'~'+chartState.endTime:'请选择时间段'}}</span>
|
|
|
+ >
|
|
|
+ {{chartState.startTime?`${chartState.startTime} ~ ${chartState.endTime||'至今'}`:'请选择时间段'}}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="right-action-box">
|
|
|
<div class="item" @click="showMoreAction=true" >
|