feat:处理了电话详细数据

This commit is contained in:
KindSeven
2024-09-15 22:11:26 +08:00
parent 43ad0f03fd
commit 6c60c48c61
8 changed files with 77 additions and 47 deletions

View File

@@ -14,7 +14,7 @@
<script setup lang="jsx">
import LiveCall from '@/components/liveCall/index.vue'
import Voice from '@/components/voice/index.vue'
import Voice from '@/components/Voice/index.vue'
import infoLiveCall from '@/components/infoLiveCall/index.vue'
const infoLiveCallRef=ref()
const voiceRef=ref()
@@ -97,7 +97,7 @@ const tableConfig = reactive({
label: '操作',
align: 'center',
fixed: 'right',
// width: 150,
width: 200,
showOverflowTooltip: false,
currentRender: ({ row, index }) => {
// console.log(row);