Merge pull request 'wxy' (#86) from wxy into master
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/86
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -92,7 +92,7 @@ const searchConfig = reactive([
|
||||
component: 'el-date-picker',
|
||||
}, {
|
||||
label: '处理时间',
|
||||
prop: 'te',
|
||||
prop: 'processedTime',
|
||||
props: {
|
||||
placeholder: '请选择',
|
||||
clearable: true,
|
||||
|
||||
@@ -92,7 +92,7 @@ const searchConfig = reactive([
|
||||
component: 'el-date-picker',
|
||||
}, {
|
||||
label: '处理时间',
|
||||
prop: 'te',
|
||||
prop: 'processedTime',
|
||||
props: {
|
||||
placeholder: '请选择',
|
||||
clearable: true,
|
||||
|
||||
Reference in New Issue
Block a user