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
a0e9e2b3
authored
Mar 15, 2022
by
张蕴鹏
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: intent
parent
f3b2e1af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
5 deletions
models/Example1.json
models/Example1.json
View file @
a0e9e2b3
...
@@ -159,13 +159,23 @@
...
@@ -159,13 +159,23 @@
}
}
},
},
{
{
"name"
:
"exportList"
,
"name"
:
"exportTargetList"
,
"label"
:
"intent-导出-列表"
,
"label"
:
"intent-导出-列表-指定page模板"
,
"when"
:
"1"
,
"container"
:
"dialog"
,
"container"
:
"dialog"
,
"action"
:
"exportList"
,
"action"
:
"exportList"
,
"model"
:
"Example1"
,
"model"
:
"Example1"
,
"parameters"
:
{
"parameters"
:
{
"listName"
:
"list1"
,
"listName"
:
""
,
"pageName"
:
"page1"
,
"template"
:
""
,
"filters"
:
[
{
"property"
:
"status"
,
"type"
:
"text"
,
"defaultValue"
:
"1"
}
],
"prefilters"
:
[]
"prefilters"
:
[]
}
}
},
},
...
@@ -298,6 +308,48 @@
...
@@ -298,6 +308,48 @@
"showList"
,
"showList"
,
"showWorkflowList"
"showWorkflowList"
],
],
"pages"
:
[
{
"name"
:
"page1"
,
"title"
:
"page1"
,
"prefilters"
:
[
{
"property"
:
"status"
,
"value"
:
"1"
}
],
"field_groups"
:
[
{
"label"
:
"id"
,
"template"
:
"{id}"
},
{
"label"
:
"name"
,
"template"
:
"{name}"
}
]
},
{
"name"
:
"page2"
,
"title"
:
"page2"
,
"prefilters"
:
[
{
"property"
:
"status"
,
"value"
:
"0"
}
],
"field_groups"
:
[
{
"label"
:
"id"
,
"template"
:
"{id}"
},
{
"label"
:
"name"
,
"template"
:
"{name}"
}
]
}
],
"detail_action_visible"
:
true
,
"detail_action_visible"
:
true
,
"log_action_visible"
:
false
"log_action_visible"
:
false
},
},
...
@@ -406,7 +458,6 @@
...
@@ -406,7 +458,6 @@
"startProcess"
"startProcess"
],
],
"prefilters"
:
[
"prefilters"
:
[
]
]
}
}
],
],
...
@@ -423,7 +474,7 @@
...
@@ -423,7 +474,7 @@
"intents"
:
[
"intents"
:
[
"showList"
,
"showList"
,
"showWorkflowList"
,
"showWorkflowList"
,
"exportList"
,
"export
Target
List"
,
"exportDetail"
,
"exportDetail"
,
"exportWorkflowList"
"exportWorkflowList"
],
],
...
...
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