Squashed commit of the following:
local-test分支构建发布 / Docker-Build (push) Successful in 1m48s Details

commit d142917797
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Wed Nov 20 09:53:19 2024 +0800

    微调

commit c514486354
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Wed Nov 20 09:49:50 2024 +0800

    语音报警btn加提示
This commit is contained in:
joylink_zhaoerwei 2024-11-20 09:54:47 +08:00
parent eafdc7b870
commit a2b80e131f
1 changed files with 7 additions and 1 deletions

View File

@ -65,7 +65,13 @@
:color="lineNetStore.handlePlayAble ? 'white' : 'red'"
:icon="lineNetStore.handlePlayAble ? 'alarm_on' : 'alarm_off'"
@click="changeCanPlayAlarmMusic"
/>
>
<q-tooltip style="font-size: 14px">
{{
lineNetStore.handlePlayAble ? '关闭语音报警' : '开启语音报警'
}}
</q-tooltip>
</q-btn>
<q-btn
round
dense