卡斯柯=》同方

This commit is contained in:
joylink_fanyuhong 2024-11-14 14:50:39 +08:00
parent 41e59960ee
commit 99b7cba025
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
ref="dialogRef" ref="dialogRef"
@show="onDialogShow" @show="onDialogShow"
seamless seamless
title="与卡斯柯连接状态信息" title="与同方连接状态信息"
:width="300" :width="300"
:height="0" :height="0"
> >

View File

@ -99,12 +99,11 @@ export const useLineNetStore = defineStore('lineNet', {
data.msgs.forEach((item: state.WarnMessage) => { data.msgs.forEach((item: state.WarnMessage) => {
if (!item.occRealConned) { if (!item.occRealConned) {
newTip = newTip =
newTip + `<div>${item.lineId}号线路与卡斯柯的实时连接已断开;</div>`; newTip + `<div>${item.lineId}号线路与同方的实时连接已断开;</div>`;
} }
if (!item.occUnrealConned) { if (!item.occUnrealConned) {
newTip = newTip =
newTip + newTip + `<div>${item.lineId}号线路与同方的非实时连接已断开</div>`;
`<div>${item.lineId}号线路与卡斯柯的非实时连接已断开</div>`;
} }
}); });
if (newTip && (newTip !== tip || !msgNotify)) { if (newTip && (newTip !== tip || !msgNotify)) {