xiangpei
2025-03-18 6c66123ec863c89a25b3e36e3e4059423beb0854
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',