Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
uniplat-example
/
intent-example
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
263ca1a9
authored
May 26, 2022
by
张蕴鹏
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(工作流): 详情页的 page 下嵌入的工作流列表支持更丰富的配置选项
parent
eb48d777
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
15 deletions
models/Example1.json
models/Example1.json
View file @
263ca1a9
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
"parameters"
:
{
"parameters"
:
{
"actionName"
:
"insert"
,
"actionName"
:
"insert"
,
"parameters"
:
{
"parameters"
:
{
"inputs"
:[
"inputs"
:
[
]
]
}
}
}
}
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
"parameters"
:
{
"parameters"
:
{
"actionName"
:
"update"
,
"actionName"
:
"update"
,
"parameters"
:
{
"parameters"
:
{
"inputs"
:[
"inputs"
:
[
]
]
}
}
}
}
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
"id"
:
"1"
,
"id"
:
"1"
,
"actionName"
:
"update"
,
"actionName"
:
"update"
,
"parameters"
:
{
"parameters"
:
{
"inputs"
:[
"inputs"
:
[
]
]
}
}
}
}
...
@@ -225,7 +225,8 @@
...
@@ -225,7 +225,8 @@
"parameters"
:
{
"parameters"
:
{
"actionName"
:
"insert"
,
"actionName"
:
"insert"
,
"parameters"
:
{
"parameters"
:
{
"inputs"
:[{
"inputs"
:
[
{
"label"
:
"name"
,
"label"
:
"name"
,
"property"
:
"name"
,
"property"
:
"name"
,
"default_value"
:
"'zhangsan'"
,
"default_value"
:
"'zhangsan'"
,
...
@@ -703,12 +704,13 @@
...
@@ -703,12 +704,13 @@
"showWorkflowList"
"showWorkflowList"
],
],
"actions"
:
[
"actions"
:
[
],
],
"sortDefs"
:
[{
"sortDefs"
:
[
{
"property"
:
"id"
,
"property"
:
"id"
,
"type"
:
"asc"
"type"
:
"asc"
}]
}
]
},
},
{
{
"name"
:
"page3"
,
"name"
:
"page3"
,
...
@@ -729,10 +731,12 @@
...
@@ -729,10 +731,12 @@
"template"
:
"{name}"
"template"
:
"{name}"
}
}
],
],
"sortDefs"
:
[{
"sortDefs"
:
[
{
"property"
:
"name"
,
"property"
:
"name"
,
"type"
:
"desc"
"type"
:
"desc"
}],
}
],
"intents"
:
[
"intents"
:
[
"executeActionOther"
,
"executeActionOther"
,
"executeAction"
,
"executeAction"
,
...
@@ -740,7 +744,6 @@
...
@@ -740,7 +744,6 @@
"showWorkflowList"
"showWorkflowList"
],
],
"actions"
:
[
"actions"
:
[
]
]
}
}
],
],
...
@@ -855,7 +858,9 @@
...
@@ -855,7 +858,9 @@
"actions"
:
[
"actions"
:
[
"update"
"update"
],
],
"intents"
:
[
"executeActionOther"
]
"intents"
:
[
"executeActionOther"
]
},
},
"sections"
:
[
"sections"
:
[
{
{
...
@@ -864,7 +869,10 @@
...
@@ -864,7 +869,10 @@
{
{
"label"
:
"id"
,
"label"
:
"id"
,
"template"
:
"{id}"
,
"template"
:
"{id}"
,
"intents"
:
[
"otherAction"
,
"executeActionOther"
]
"intents"
:
[
"otherAction"
,
"executeActionOther"
]
}
}
],
],
"actions"
:
[]
"actions"
:
[]
...
@@ -900,7 +908,10 @@
...
@@ -900,7 +908,10 @@
"update"
,
"update"
,
"delete"
"delete"
],
],
"intents"
:
[
"addUserRemark"
,
"executeActionOther"
]
"intents"
:
[
"addUserRemark"
,
"executeActionOther"
]
}
}
]
]
},
},
...
@@ -914,7 +925,18 @@
...
@@ -914,7 +925,18 @@
]
]
},
},
"sections"
:
[
"sections"
:
[
]
},
{
"name"
:
"workflowList"
,
"label"
:
"工作流列表"
,
"workflow_list"
:
{
"name"
:
"Example1"
,
"workflowListName"
:
"test_list"
,
"prefilters"
:
[
]
},
"sections"
:
[
]
]
}
}
]
]
...
@@ -1001,7 +1023,9 @@
...
@@ -1001,7 +1023,9 @@
"workflowLists"
:
[
"workflowLists"
:
[
{
{
"name"
:
"test_list"
,
"name"
:
"test_list"
,
"detailName"
:
"detail1"
"detailName"
:
"detail1"
,
"appointProcessName"
:
"测试流程"
,
"showSwitchComponent"
:
false
}
}
],
],
"tagGroups"
:
[
"tagGroups"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment