Przeglądaj źródła

reactor:通话记录新增振铃时间;

zhangchong 1 rok temu
rodzic
commit
5d596a5270

+ 0 - 1
src/views/business/publish/component/Order-redo.vue

@@ -93,7 +93,6 @@
 		</template>
 	</el-dialog>
 </template>
-orgs
 <script setup lang="ts" name="SpecialDialog">
 import { reactive, ref, defineAsyncComponent } from 'vue';
 import { ElMessage, FormInstance } from 'element-plus';

+ 16 - 0
src/views/tels/callLog/index.vue

@@ -340,6 +340,22 @@ const allColumns = [
 			return <span>{formatDate(scope.row.endQueueTime, 'YYYY-mm-dd HH:MM:SS')}</span>;
 		},
 	},
+	{
+		prop: 'beginRingTime',
+		label: '开始振铃时间',
+		width: 170,
+		render: (scope) => {
+			return <span>{formatDate(scope.row.beginRingTime, 'YYYY-mm-dd HH:MM:SS')}</span>;
+		},
+	},
+	{
+		prop: 'endRingTimg',
+		label: '结束振铃时间',
+		width: 170,
+		render: (scope) => {
+			return <span>{formatDate(scope.row.endRingTimg, 'YYYY-mm-dd HH:MM:SS')}</span>;
+		},
+	},
 	{
 		prop: 'createdTime',
 		label: '应答开始时间',