Squashed commit of the following:
All checks were successful
local-test分支构建发布 / Docker-Build (push) Successful in 1m48s
All checks were successful
local-test分支构建发布 / Docker-Build (push) Successful in 1m48s
commitd142917797
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Wed Nov 20 09:53:19 2024 +0800 微调 commitc514486354
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Wed Nov 20 09:49:50 2024 +0800 语音报警btn加提示
This commit is contained in:
parent
eafdc7b870
commit
a2b80e131f
@ -65,7 +65,13 @@
|
|||||||
:color="lineNetStore.handlePlayAble ? 'white' : 'red'"
|
:color="lineNetStore.handlePlayAble ? 'white' : 'red'"
|
||||||
:icon="lineNetStore.handlePlayAble ? 'alarm_on' : 'alarm_off'"
|
:icon="lineNetStore.handlePlayAble ? 'alarm_on' : 'alarm_off'"
|
||||||
@click="changeCanPlayAlarmMusic"
|
@click="changeCanPlayAlarmMusic"
|
||||||
/>
|
>
|
||||||
|
<q-tooltip style="font-size: 14px">
|
||||||
|
{{
|
||||||
|
lineNetStore.handlePlayAble ? '关闭语音报警' : '开启语音报警'
|
||||||
|
}}
|
||||||
|
</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
dense
|
dense
|
||||||
|
Loading…
Reference in New Issue
Block a user