xiangpei
2025-02-17 ac7991e7ed058ebdc38a20fb099cd17dd1b91e19
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',