From db8ba3e3b92b567d3c3a3b26a551d4241a353585 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 20 二月 2025 18:24:19 +0800 Subject: [PATCH] 项目修改字段不能编辑bug --- src/components/Process/panel/PropertiesPanel.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/components/Process/panel/PropertiesPanel.vue b/src/components/Process/panel/PropertiesPanel.vue index ec378ae..e7bc2dc 100644 --- a/src/components/Process/panel/PropertiesPanel.vue +++ b/src/components/Process/panel/PropertiesPanel.vue @@ -108,6 +108,16 @@ } }, { + name: '鏄惁鍏佽鎸傝捣', + value: false, + vueType: 'switch', + method: (name, value) => { + this.propertyForm.name = name + this.propertyForm.value = value + this.saveAttribute() + } + }, + { name: '椤圭洰闃舵', value: null, vueType: 'select', -- Gitblit v1.8.0