xiangpei
2025-02-19 04c537aa5de49c335eef9348dc654ca9f85c4a1f
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',