Merge branch 'develop' of https://gitea.joylink.club/joylink/xian-ncc-da-client into develop
This commit is contained in:
commit
48c9adc9dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user