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
74dfb4a4
authored
Mar 31, 2022
by
张蕴鹏
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(intent): intent execute 支持 on object
parent
8581c9b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
4 deletions
models/Example1.json
models/Example1.json
View file @
74dfb4a4
...
...
@@ -417,6 +417,38 @@
}
},
{
"name"
:
"showListPlanListSidebar"
,
"label"
:
"intent-计划任务-侧滑"
,
"container"
:
"sidebar"
,
"action"
:
"showList"
,
"model"
:
"uniplat_process_instance@intent_example"
,
"parameters"
:
{
"listName"
:
"planList"
,
"prefilters"
:
[
{
"property"
:
"model_name"
,
"value"
:
"'Example2'"
}
]
}
},
{
"name"
:
"showListPlanList"
,
"label"
:
"intent-计划任务-弹窗"
,
"container"
:
"dialog"
,
"action"
:
"showList"
,
"model"
:
"uniplat_process_instance@intent_example"
,
"parameters"
:
{
"listName"
:
"planList"
,
"prefilters"
:
[
{
"property"
:
"model_name"
,
"value"
:
"'Example1'"
}
]
}
},
{
"name"
:
"showDetail"
,
"label"
:
"intent-自身详情"
,
"container"
:
"sidebar"
,
...
...
@@ -572,12 +604,9 @@
],
"rowIntents"
:
[
"executeActionOther1"
,
"executeActionOther"
,
"showDetail"
,
"openSideWorkflowDetail"
,
"addRemark"
,
"showRemarkList"
,
"showLogList"
"addRemark"
],
"intents"
:
[
"executeAction"
,
...
...
@@ -719,6 +748,8 @@
"delete"
],
"intents"
:
[
"showListPlanListSidebar"
,
"showListPlanList"
,
"executeAction"
,
"showList"
,
"showWorkflowList"
,
...
...
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