From e5a38d0022030ef0cf67885a7574643f7108ebae Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 27 Jan 2026 15:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrgCard/OrgCardCom.vue | 13 +++++----- src/views/elder/elderbk/ElderBkItemList.vue | 2 +- src/views/elder/elderbk/ElderBkMain.data.ts | 4 ++-- src/views/elder/elderbk/ElderBkMainList.vue | 4 ++-- .../directivebk/DirectiveBkItemList.vue | 14 +++++------ .../directivebk/DirectiveBkMain.data.ts | 7 +++--- .../directivebk/DirectiveBkMainList.vue | 20 ++++++++-------- .../DirectiveOpeLogMain.data.ts | 6 +++-- .../DirectiveOpeLogMainList.vue | 4 ++-- .../components/DirectiveOpeLogInfoCompare.vue | 20 ++++++++-------- .../components/DirectiveOpeLogMainModal.vue | 2 +- .../DirectiveSyncLogMain.data.ts | 8 ++++--- .../DirectiveSyncLogMainList.vue | 24 +++++++++---------- .../components/DirectiveSyncLogInfoModal.vue | 2 +- .../synchronization/directive/syncList.vue | 16 ++++++------- .../synchronization/eldertag/syncList.vue | 6 ++--- 16 files changed, 78 insertions(+), 74 deletions(-) diff --git a/src/components/OrgCard/OrgCardCom.vue b/src/components/OrgCard/OrgCardCom.vue index f09aba2..1dd9de7 100644 --- a/src/components/OrgCard/OrgCardCom.vue +++ b/src/components/OrgCard/OrgCardCom.vue @@ -7,25 +7,24 @@ :bodyStyle="{ padding: '24px 24px 0 24px' }" @click="handleClick"> + diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue index 532641d..0e77bcc 100644 --- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue +++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue @@ -71,15 +71,15 @@ const fieldLabels: Record = { directiveName: '服务指令', tollPrice: '收费价格(元)', comPrice: '提成价格(元)', - serviceContent: '服务说明', + serviceContent: '服务指令描述', serviceDuration: '服务时长(分钟)', timeoutDuration: '超时时长(分钟)', mp3File: '语音文件', mp4File: '视频文件', - previewFile: '预览图片(大)', - previewFileSmall: '预览图片(小)', - immediateFile: '即时指令图片', - immediateFileFocus: '即时指令焦点图片', + previewFile: '服务指令图片', + // previewFileSmall: '预览图片(小)', + immediateFile: '指令样式(选中)', + immediateFileFocus: '指令样式(选中)', }; // 需要显示的字段顺序 @@ -93,7 +93,7 @@ const displayFields = [ 'serviceDuration', 'timeoutDuration', 'previewFile', - 'previewFileSmall', + // 'previewFileSmall', 'mp3File', 'mp4File', 'immediateFile', @@ -110,17 +110,17 @@ const columns = computed(() => [ ellipsis: false }, { - title: '旧数据', + title: '变更前', dataIndex: 'oldValue', key: 'oldValue', - width: '45%', + width: '42%', ellipsis: false }, { - title: '新数据', + title: '变更后', dataIndex: 'newValue', key: 'newValue', - width: '45%', + width: '42%', ellipsis: false } ]); diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue index 49f71ec..418f2bc 100644 --- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue +++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue @@ -1,5 +1,5 @@ + - + - + - + 查询 @@ -111,12 +111,12 @@ const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDat const labelCol = reactive({ xs: 24, sm: 4, - xl: 6, - xxl: 5 + xl: 8, + xxl: 8 }); const wrapperCol = reactive({ xs: 24, - sm: 20, + sm: 16, }); /** diff --git a/src/views/synchronization/directive/directivesynclog/components/DirectiveSyncLogInfoModal.vue b/src/views/synchronization/directive/directivesynclog/components/DirectiveSyncLogInfoModal.vue index 01be17c..a070d1e 100644 --- a/src/views/synchronization/directive/directivesynclog/components/DirectiveSyncLogInfoModal.vue +++ b/src/views/synchronization/directive/directivesynclog/components/DirectiveSyncLogInfoModal.vue @@ -1,5 +1,5 @@