fix: 调整工单详情显示

This commit is contained in:
dj
2024-11-27 22:28:09 +08:00
parent 48340a413f
commit 04c9ae8eb5

View File

@@ -90,14 +90,14 @@ let contentState2 = [
},
{
content: "已处理",
timestamp: "2022-07-20 20:00:00",
timestamp: "2024-07-20 20:00:00",
icon: Check,
color: "#0bbd87",
size: "large",
},
{
content: "结单",
timestamp: "2022-07-20 20:00:00",
timestamp: "2024-07-20 20:00:00",
size: "large",
icon: Check,
color: "#0bbd87",
@@ -300,7 +300,7 @@ defineExpose({
<div v-for="(info, index) in activity.data" :key="index">
<div class="timeline-row">
<span :style="{ color: '#a8abb2' }">{{
info.callIdNumber
info.destinationNumber
}}</span>
<PointTag dictType="call_status" :value="info.callState"
class="tag"/>