From aebb368cc63bc48819e1b71f080f06dd52f03c04 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 21 Jan 2026 15:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=9C=8D=E5=8A=A1=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E5=8E=BB=E9=99=A4=E5=91=A8=E6=9C=9F=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=BC=95=E5=8F=91=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DirectiveOpeLogInfoCompare.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue index 53062a3..532641d 100644 --- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue +++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue @@ -22,7 +22,7 @@ @@ -41,7 +41,7 @@ @@ -71,9 +71,9 @@ const fieldLabels: Record = { directiveName: '服务指令', tollPrice: '收费价格(元)', comPrice: '提成价格(元)', - cycleType_dictText: '', serviceContent: '服务说明', serviceDuration: '服务时长(分钟)', + timeoutDuration: '超时时长(分钟)', mp3File: '语音文件', mp4File: '视频文件', previewFile: '预览图片(大)', @@ -88,10 +88,10 @@ const displayFields = [ 'categoryName', 'typeName', 'directiveName', - 'cycleType_dictText', 'tollPrice', 'comPrice', 'serviceDuration', + 'timeoutDuration', 'previewFile', 'previewFileSmall', 'mp3File', @@ -124,7 +124,9 @@ const columns = computed(() => [ ellipsis: false } ]); - +setTimeout(()=>{ +console.log("🌊 ~ tableData:", tableData) +},3000) // 表格数据 const tableData = computed(() => { return displayFields.map(field => {