feat:处理了电话详细数据
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user