xiangpei
2025-02-25 1340cc4c84e62d128b199f381823ee5ba20205fc
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',