Commit fc335a7a202b36fd01dbc6827a0de4d8442689b4
Merge branch 'local_devbranch_byft' into 'main_dev'
perf: Tooltip提示语句优化 See merge request yunteng/thingskit-front!1095
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> | ... | ... |