From 21917a3de7202bdc9dff315ca70940d5705a8311 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 23 Nov 2024 13:35:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../task-management/components/WorkDialog.vue | 668 +++++++++--------- 1 file changed, 337 insertions(+), 331 deletions(-) diff --git a/src/views/task-management/components/WorkDialog.vue b/src/views/task-management/components/WorkDialog.vue index d4753b0..04f6e3f 100644 --- a/src/views/task-management/components/WorkDialog.vue +++ b/src/views/task-management/components/WorkDialog.vue @@ -1,17 +1,17 @@ - - - - 工单号: - {{ rowData.orderNumber || '--' }} - - - - - - - {{ activity.content }} - - - - - - - - - 处理人:{{ rowData.operationUser || '--' }} - - - 工单名称:{{ rowData.orderName || '--' }} - 关单人:{{ rowData.knotter || '--' }} - - - - - 工单内容: - - - {{ rowData.orderContent || '暂无工单内容' }} - - - - - - - - - - + + + + 工单号: + {{ rowData.orderNumber || '--' }} + + + + + + + {{ activity.content }} + + + + + + + + + 处理人:{{ rowData.operationUser || '--' }} + + + 工单名称:{{ rowData.orderName || '--' }} + 关单人:{{ rowData.knotter || '--' }} + + + + + 工单内容: + + + {{ rowData.orderContent || '暂无工单内容' }} + + + + + + + + + + - - - 录音信息: - + + + 录音信息: + - 播放录音 - - - - 下载录音 - - - - - + 播放录音 + + + + 下载录音 + + + + + + + + + + + + + + + + +
{{ activity.content }}