Skip to content

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuguofeng-java committed Dec 20, 2023
1 parent 6a745cf commit e6781e2
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 12 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,21 @@
- [x] 整合流程变量
- [x] 整合执行监听器

- [x] 表单绑定数据库表(进行中)
- [x] 表单绑定数据库表

- [ ] 提交、驳回、撤销、等按钮

- [ ] 会签、或签







#### 预览

| | |
| ------------------------ | ------------------------- |
| ![](images/bpmnForm.png) | ![](images/condition.png) |
| ![](images/start.png) | ![](images/approve.png) |
| ![](images/log.png) | ![](images/flow.png) |
| ![](images/dataTableSetting.png) | ![](images/bindTable.png) |
| -------------------------------- | --------------------------------- |
| ![](images/form.png) | ![](images/executionListener.png) |
| ![](images/mainForm.png) | ![](images/condition.png) |
| ![](images/start.png) | ![](images/approve.png) |
| ![](images/log.png) | ![](images/flow.png) |



Expand Down
1 change: 0 additions & 1 deletion activiti7-ui/src/components/BpmnJs/store/modeler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export default defineStore("modeler", {
this.tableInfo.columns.splice(index, 1);
}
this.tableInfo.columns.push(tableColumn);
console.log("this.tableInfo.columns--->>>>>>", this.tableInfo.columns);
}
},
/**
Expand Down
Binary file modified images/approve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bindTable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/bpmnForm.png
Binary file not shown.
Binary file modified images/condition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dataTableSetting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/executionListener.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mainForm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6781e2

Please sign in to comment.