fix: 调整工单详情显示
This commit is contained in:
@@ -90,14 +90,14 @@ let contentState2 = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
content: "已处理",
|
content: "已处理",
|
||||||
timestamp: "2022-07-20 20:00:00",
|
timestamp: "2024-07-20 20:00:00",
|
||||||
icon: Check,
|
icon: Check,
|
||||||
color: "#0bbd87",
|
color: "#0bbd87",
|
||||||
size: "large",
|
size: "large",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
content: "结单",
|
content: "结单",
|
||||||
timestamp: "2022-07-20 20:00:00",
|
timestamp: "2024-07-20 20:00:00",
|
||||||
size: "large",
|
size: "large",
|
||||||
icon: Check,
|
icon: Check,
|
||||||
color: "#0bbd87",
|
color: "#0bbd87",
|
||||||
@@ -300,7 +300,7 @@ defineExpose({
|
|||||||
<div v-for="(info, index) in activity.data" :key="index">
|
<div v-for="(info, index) in activity.data" :key="index">
|
||||||
<div class="timeline-row">
|
<div class="timeline-row">
|
||||||
<span :style="{ color: '#a8abb2' }">{{
|
<span :style="{ color: '#a8abb2' }">{{
|
||||||
info.callIdNumber
|
info.destinationNumber
|
||||||
}}</span>
|
}}</span>
|
||||||
<PointTag dictType="call_status" :value="info.callState"
|
<PointTag dictType="call_status" :value="info.callState"
|
||||||
class="tag"/>
|
class="tag"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user