소스 검색

Merge branch 'dev'

zhangchong 10 달 전
부모
커밋
12a483c33e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/tels/callLog/index.vue

+ 3 - 3
src/views/tels/callLog/index.vue

@@ -259,7 +259,7 @@
 			>
 				<!-- 表格操作 -->
 				<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>
@@ -476,7 +476,7 @@ const allColumns = [
 		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: 'operation', label: '操作', fixed: 'right', width: 310, align: 'center' },
+	{ prop: 'operation', label: '操作', fixed: 'right', width: 160, align: 'center' },
 ];
 // 呼入表头
 const inColumns = [
@@ -690,7 +690,7 @@ const smartColumns = [
 		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: 'operation', label: '操作', fixed: 'right', width: 310, align: 'center' },
+	{ prop: 'operation', label: '操作', fixed: 'right', width: 180, align: 'center' },
 ];
 const changeTba = () => {
 	ruleFormRef.value.resetFields();