From fcd42060c1bb86036c7878dc209769258c2cc8b2 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 29 Jan 2026 08:59:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/OrgApplyInfoModal.vue | 4 +-
.../components/DirectiveOpeLogInfoAdd.vue | 37 ++++++++++++-------
.../components/DirectiveOpeLogInfoCompare.vue | 4 +-
.../components/DirectiveOpeLogMainModal.vue | 2 +-
.../components/DirectiveRadioCom.vue | 2 +-
5 files changed, 29 insertions(+), 20 deletions(-)
diff --git a/src/views/admin/orgapplyinfo/components/OrgApplyInfoModal.vue b/src/views/admin/orgapplyinfo/components/OrgApplyInfoModal.vue
index d72bb9e..2acb299 100644
--- a/src/views/admin/orgapplyinfo/components/OrgApplyInfoModal.vue
+++ b/src/views/admin/orgapplyinfo/components/OrgApplyInfoModal.vue
@@ -1,5 +1,5 @@
-
@@ -9,7 +9,7 @@
-
diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
index fe9255d..0b523f0 100644
--- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
+++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
@@ -49,29 +49,36 @@
-->
-
-
-
-
+
+
+
+
+
@@ -93,26 +100,26 @@
-
+
+
-
+
-
+
-
+
-
+
@@ -191,8 +198,10 @@ const formData = reactive>({
previewFile: '',
previewFileSmall: '',
});
-const labelCol = ref({ xs: { span: 24 }, sm: { span: 4 } });
-const wrapperCol = ref({ xs: { span: 24 }, sm: { span: 19 } });
+const labelCol = ref({ xs: { span: 24 }, sm: { span: 6 } });
+const wrapperCol = ref({ xs: { span: 24 }, sm: { span: 16 } });
+const labelCol2 = ref({ xs: { span: 24 }, sm: { span: 3 } });
+const wrapperCol2 = ref({ xs: { span: 24 }, sm: { span: 20 } });
const confirmLoading = ref(false);
const isEditMedia = ref(false)
//表单验证
diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue
index 0e77bcc..598049e 100644
--- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue
+++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoCompare.vue
@@ -78,8 +78,8 @@ const fieldLabels: Record = {
mp4File: '视频文件',
previewFile: '服务指令图片',
// previewFileSmall: '预览图片(小)',
- immediateFile: '指令样式(选中)',
- immediateFileFocus: '指令样式(选中)',
+ immediateFile: '默认指令图标',
+ immediateFileFocus: '焦点指令图标',
};
// 需要显示的字段顺序
diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue
index 418f2bc..7d01945 100644
--- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue
+++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogMainModal.vue
@@ -1,5 +1,5 @@
-
props.directiveMediaBtnValue, (newVal) => {