fix:修复了不能按处理时间搜索的bug

This commit is contained in:
KindSeven
2024-09-16 21:46:25 +08:00
parent 371c332f3c
commit 595e9216ec
5 changed files with 11 additions and 7 deletions

View File

@@ -79,6 +79,8 @@ watch(() => props.rowData, (newRowData) => {
item.data.sort((a, b) => b.answer_time- a.answer_time)
opsCallList.value.push(item)
})
console.log(opsCallList.value);
//工单时间线
orderContent.value = []
// console.log(orderData.value);
@@ -221,7 +223,7 @@ defineExpose({
color: info.callState === '通话中' ? '#6cc23a' : '#409eff'
}">{{ info.callState }}</span> -->
<span class="span-3th" :style="{ color: '#a8abb2' }">{{
info.answer_time ||'00 : 00'}}</span>
info.answer_time ||'未接通'}}</span>
</div>
</div>
</div>