语音报警btn加提示
This commit is contained in:
parent
e6f6ac2b7e
commit
c514486354
@ -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