src/components/Process/panel/PropertiesPanel.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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',