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
fb2f76fc
authored
Mar 17, 2022
by
张蕴鹏
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: intent
parent
42a413a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
2 deletions
models/Example1.json
models/Example1.json
View file @
fb2f76fc
...
...
@@ -161,7 +161,7 @@
},
{
"name"
:
"exportTargetDetail"
,
"label"
:
"intent-导出-详情"
,
"label"
:
"intent-导出-详情
-默认导出
"
,
"container"
:
"dialog"
,
"action"
:
"exportTargetDetail"
,
"model"
:
"Example1"
,
...
...
@@ -172,8 +172,20 @@
}
},
{
"name"
:
"exportTargetDetail1"
,
"label"
:
"intent-导出-详情-指定模板"
,
"container"
:
"dialog"
,
"action"
:
"exportTargetDetail"
,
"model"
:
"Example1"
,
"parameters"
:
{
"id"
:
"{{object.id.value}}"
,
"detailName"
:
"detail1"
,
"template"
:
"详情默认模板1"
}
},
{
"name"
:
"exportTargetList"
,
"label"
:
"intent-导出-列表-
指定page模板
"
,
"label"
:
"intent-导出-列表-
page1-默认导出
"
,
"when"
:
"1"
,
"container"
:
"dialog"
,
"action"
:
"exportTargetList"
,
...
...
@@ -193,6 +205,48 @@
}
},
{
"name"
:
"exportTargetList1"
,
"label"
:
"intent-导出-列表-page1-指定模板"
,
"when"
:
"1"
,
"container"
:
"dialog"
,
"action"
:
"exportTargetList"
,
"model"
:
"Example1"
,
"parameters"
:
{
"listName"
:
""
,
"pageName"
:
"page1"
,
"template"
:
"当前页签模板1"
,
"filters"
:
[
{
"property"
:
"status"
,
"type"
:
"text"
,
"defaultValue"
:
"1"
}
],
"prefilters"
:
[]
}
},
{
"name"
:
"exportTargetList2"
,
"label"
:
"intent-导出-列表-全部页签-指定模板"
,
"when"
:
"1"
,
"container"
:
"dialog"
,
"action"
:
"exportTargetList"
,
"model"
:
"Example1"
,
"parameters"
:
{
"listName"
:
""
,
"pageName"
:
""
,
"template"
:
"全部页面模板1"
,
"filters"
:
[
{
"property"
:
"status"
,
"type"
:
"text"
,
"defaultValue"
:
"1"
}
],
"prefilters"
:
[]
}
},
{
"name"
:
"showWorkflowList"
,
"label"
:
"intent-工作流列表"
,
"container"
:
"dialog"
,
...
...
@@ -488,7 +542,10 @@
"showList"
,
"showWorkflowList"
,
"exportTargetList"
,
"exportTargetList1"
,
"exportTargetList2"
,
"exportTargetDetail"
,
"exportTargetDetail1"
,
"exportWorkflowList"
],
"header"
:
{
...
...
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