From 13b76069f6d7e3c1fdf64ffc3f877ae47638571d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 14 二月 2025 16:38:54 +0800 Subject: [PATCH] 增加是否允许挂起 --- 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 791f6bb..44c4328 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