Commit c2e07cda7d0100da1bf19f7c77d4b852fdbc0513
Committed by
 xp.Huang
 xp.Huang
1 parent
eb689cfa
perf: Tooltip提示语句优化
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -115,7 +115,7 @@ | 
| 115 | 115 | <Button type="text" class="!px-2 !text-gray-500" @click="handlePlay"> | 
| 116 | 116 | <PlayCircleOutlined v-show="playStatus !== TrackAnimationStatus.PLAY" /> | 
| 117 | 117 | <PauseCircleOutlined class="!ml-0" v-show="playStatus === TrackAnimationStatus.PLAY" /> | 
| 118 | - <Tooltip title="请先在左侧配置绑定数据"> | |
| 118 | + <Tooltip title="请选择查询时间段"> | |
| 119 | 119 | <span> | 
| 120 | 120 | {{ playStatus !== TrackAnimationStatus.PLAY ? '播放轨迹' : '暂停播放' }} | 
| 121 | 121 | </span> | ... | ... |