Merge pull request 'wxy' (#86) from wxy into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/86
This commit is contained in:
springlog
2024-09-16 13:49:18 +00:00
4 changed files with 8 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ const searchConfig = reactive([
component: 'el-date-picker',
}, {
label: '处理时间',
prop: 'te',
prop: 'processedTime',
props: {
placeholder: '请选择',
clearable: true,
@@ -258,6 +258,8 @@ const headBtnClick = (key) => {
}
const handleDetail = (row) => {
// console.log(row);
workDialogRef.value.open(row)
rowData.value = row
}

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>

View File

@@ -92,7 +92,7 @@ const searchConfig = reactive([
component: 'el-date-picker',
}, {
label: '处理时间',
prop: 'te',
prop: 'processedTime',
props: {
placeholder: '请选择',
clearable: true,

View File

@@ -92,7 +92,7 @@ const searchConfig = reactive([
component: 'el-date-picker',
}, {
label: '处理时间',
prop: 'te',
prop: 'processedTime',
props: {
placeholder: '请选择',
clearable: true,