Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
08ca506c
Commit
08ca506c
authored
Jul 13, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增卡片列表demo
parent
b757c5b7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/DemoFormController.java
+9
-0
ruoyi-admin/src/main/resources/templates/demo/form/cards.html
+0
-0
ruoyi-admin/src/main/resources/templates/index.html
+1
-0
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/DemoFormController.java
View file @
08ca506c
...
...
@@ -137,6 +137,15 @@ public class DemoFormController
}
/**
* 卡片列表
*/
@GetMapping
(
"/cards"
)
public
String
cards
()
{
return
prefix
+
"/cards"
;
}
/**
* 搜索自动补全
*/
@GetMapping
(
"/autocomplete"
)
...
...
ruoyi-admin/src/main/resources/templates/demo/form/cards.html
0 → 100644
View file @
08ca506c
This diff is collapsed.
Click to expand it.
ruoyi-admin/src/main/resources/templates/index.html
View file @
08ca506c
...
...
@@ -76,6 +76,7 @@
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/grid}"
>
栅格
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/select}"
>
下拉框
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/basic}"
>
基本表单
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/cards}"
>
卡片列表
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/jasny}"
>
功能扩展
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/sortable}"
>
拖动排序
</a></li>
<li><a
class=
"menuItem"
th:href=
"@{/demo/form/tabs_panels}"
>
选项卡
&
面板
</a></li>
...
...
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