|
@@ -138,7 +138,7 @@
|
|
|
<template slot="title">
|
|
|
日期选择具体某一天之后,这里可以查看具体的时间段数据哦~
|
|
|
</template>
|
|
|
- <a-select placeholder="请选择具体时间段" style="width: 160px" @change="timeChange" :defaultValue='timeDefaultValue' label-in-value class="selectTime" v-show="dateValue[0].format('YYYY-MM-DD')==dateValue[1].format('YYYY-MM-DD')" :disabled='accountId.length==0'>
|
|
|
+ <a-select placeholder="请选择具体时间段" style="width: 160px" @change="timeChange" v-model='timeDefaultValue' label-in-value class="selectTime" v-show="dateValue[0].format('YYYY-MM-DD')==dateValue[1].format('YYYY-MM-DD')" :disabled='accountId.length==0'>
|
|
|
<a-select-option v-for="(i,index) in 24 " :key="index" :value="index" >{{index>=10 ? `00:00-${index}:59` :`00:00-0${index}:59`}}</a-select-option>
|
|
|
</a-select>
|
|
|
</a-tooltip>
|