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 @@