|
@@ -259,7 +259,7 @@
|
|
>
|
|
>
|
|
<!-- 表格操作 -->
|
|
<!-- 表格操作 -->
|
|
<template #operation="{ row }">
|
|
<template #operation="{ row }">
|
|
- <template v-if="['0', '1'].includes(state.queryParams.type)">
|
|
|
|
|
|
+ <template v-if="['1'].includes(state.queryParams.type)">
|
|
<el-button link type="primary" @click="onCreate(row)" title="创建失联工单" v-auth="'tels:callLog:connectOrder'" v-if="!row.externalId">
|
|
<el-button link type="primary" @click="onCreate(row)" title="创建失联工单" v-auth="'tels:callLog:connectOrder'" v-if="!row.externalId">
|
|
失联工单
|
|
失联工单
|
|
</el-button>
|
|
</el-button>
|
|
@@ -476,7 +476,7 @@ const allColumns = [
|
|
render: (scope) => <span>{formatDate(scope.row.answeredTime, 'YYYY-mm-dd HH:MM:SS')}</span>,
|
|
render: (scope) => <span>{formatDate(scope.row.answeredTime, 'YYYY-mm-dd HH:MM:SS')}</span>,
|
|
},
|
|
},
|
|
{ prop: 'overTime', label: '挂断时间', width: 170, render: (scope) => <span>{formatDate(scope.row.overTime, 'YYYY-mm-dd HH:MM:SS')}</span> },
|
|
{ prop: 'overTime', label: '挂断时间', width: 170, render: (scope) => <span>{formatDate(scope.row.overTime, 'YYYY-mm-dd HH:MM:SS')}</span> },
|
|
- { prop: 'operation', label: '操作', fixed: 'right', width: 310, align: 'center' },
|
|
|
|
|
|
+ { prop: 'operation', label: '操作', fixed: 'right', width: 160, align: 'center' },
|
|
];
|
|
];
|
|
// 呼入表头
|
|
// 呼入表头
|
|
const inColumns = [
|
|
const inColumns = [
|
|
@@ -690,7 +690,7 @@ const smartColumns = [
|
|
render: (scope) => <span>{formatDate(scope.row.answeredTime, ' YYYY-mm-dd HH:MM:SS')}</span>,
|
|
render: (scope) => <span>{formatDate(scope.row.answeredTime, ' YYYY-mm-dd HH:MM:SS')}</span>,
|
|
},
|
|
},
|
|
{ prop: 'overTime', label: '挂断结束时间', width: 170, render: (scope) => <span>{formatDate(scope.row.overTime, 'YYYY-mm-dd HH:MM:SS')}</span> },
|
|
{ prop: 'overTime', label: '挂断结束时间', width: 170, render: (scope) => <span>{formatDate(scope.row.overTime, 'YYYY-mm-dd HH:MM:SS')}</span> },
|
|
- { prop: 'operation', label: '操作', fixed: 'right', width: 310, align: 'center' },
|
|
|
|
|
|
+ { prop: 'operation', label: '操作', fixed: 'right', width: 180, align: 'center' },
|
|
];
|
|
];
|
|
const changeTba = () => {
|
|
const changeTba = () => {
|
|
ruleFormRef.value.resetFields();
|
|
ruleFormRef.value.resetFields();
|