fix:修复了工单,工单详情,工作台的部分显示问题
This commit is contained in:
@@ -43,7 +43,7 @@ watch(() => props.rowData, async (newVal) => {
|
||||
item.textVoList = convertArrayToMap(item.textVoList);
|
||||
})
|
||||
recordLeftObj.value = res.data
|
||||
console.info("🚀 ~method:res.data -----", res.data)
|
||||
// console.info("🚀 ~method:res.data -----", res.data)
|
||||
if (res.data && res.data.length > 0) {
|
||||
leftHeadData.value.username = res.data[0].callIdNumber || '--';
|
||||
leftHeadData.value.phone = res.data[0].callPhone || '--';
|
||||
|
||||
@@ -5,17 +5,21 @@ const open = (row) => {
|
||||
};
|
||||
// console.log(dialogVisible.value);
|
||||
defineProps({
|
||||
title:String
|
||||
title:String,
|
||||
rowUrl:String
|
||||
})
|
||||
defineExpose({
|
||||
open,
|
||||
});
|
||||
|
||||
|
||||
// console.log(props.rowUrl);
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<el-dialog v-model="dialogVisible" :title="title" width="500" >
|
||||
<audio src="" controls style="width: 100%;"></audio>
|
||||
<audio :src=rowUrl controls style="width: 100%;"></audio>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user