bugfix
This commit is contained in:
parent
34ac11fa71
commit
daca389d47
@ -2,7 +2,7 @@
|
|||||||
"summary": [{
|
"summary": [{
|
||||||
"name": "flow_definition",
|
"name": "flow_definition",
|
||||||
"title": "流程定义",
|
"title": "流程定义",
|
||||||
"primary": "id",
|
"primary": ["id"],
|
||||||
"catelog": "entity"
|
"catelog": "entity"
|
||||||
}],
|
}],
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"summary": [{
|
"summary": [{
|
||||||
"name": "flow_instance",
|
"name": "flow_instance",
|
||||||
"title": "流程实例",
|
"title": "流程实例",
|
||||||
"primary": "id",
|
"primary": ["id"],
|
||||||
"catelog": "entity"
|
"catelog": "entity"
|
||||||
}],
|
}],
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"summary": [{
|
"summary": [{
|
||||||
"name": "node_transfer",
|
"name": "node_transfer",
|
||||||
"title": "节点转移表",
|
"title": "节点转移表",
|
||||||
"primary": "id",
|
"primary": ["id"],
|
||||||
"catelog": "relation"
|
"catelog": "relation"
|
||||||
}],
|
}],
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"summary": [{
|
"summary": [{
|
||||||
"name": "node_execution",
|
"name": "node_execution",
|
||||||
"title": "节点执行记录",
|
"title": "节点执行记录",
|
||||||
"primary": "id",
|
"primary": ["id"],
|
||||||
"catelog": "relation"
|
"catelog": "relation"
|
||||||
}],
|
}],
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user