update 云坐席弹窗WebSocket

This commit is contained in:
zk
2024-07-01 14:46:01 +08:00
parent 80745c9d8c
commit 8551369cfb
12 changed files with 286 additions and 22 deletions
+1 -1
View File
@@ -474,7 +474,7 @@
margin: 5px 19px 5px 8px;
}
.line-sesc {
.line-desc {
flex: 1;
}
}
@@ -107,7 +107,7 @@
margin: 5px 19px 5px 8px;
}
.line-sesc {
.line-desc {
flex: 1;
}
}
@@ -204,7 +204,6 @@
type: 'shadow',
},
formatter: function (params) {
console.log(params);
let tar = params[0];
let name = '';
switch (tar.value) {
@@ -380,6 +379,7 @@
return { h: (time - (time % 60)) / 60, m: time % 60 };
}
onMounted(() => {
initEchart();
});
@@ -104,11 +104,11 @@
.line {
width: 1px;
color: var(--cardFontColor);
background-color: var(--cardFontColor);
margin: 5px 19px 5px 8px;
}
.line-sesc {
.line-desc {
flex: 1;
}
}