Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
36734100
Commit
36734100
authored
Nov 23, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update menu
parent
ba068ba1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
61 deletions
+15
-61
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+0
-1
comp.ts
src/router/menus/modules/demo/comp.ts
+1
-6
feat.ts
src/router/menus/modules/demo/feat.ts
+1
-6
form.ts
src/router/menus/modules/demo/form.ts
+1
-20
page.ts
src/router/menus/modules/demo/page.ts
+3
-12
table.ts
src/router/menus/modules/demo/table.ts
+0
-6
index.vue
src/views/demo/page/list/card/index.vue
+9
-10
No files found.
CHANGELOG.zh_CN.md
View file @
36734100
...
...
@@ -3,7 +3,6 @@
### ✨ Features
-
缓存可以配置是否加密
-
多语言支持
### 🎫 Chores
...
...
src/router/menus/modules/demo/comp.ts
View file @
36734100
...
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu
:
{
name
:
'
组件
'
,
path
:
'
/comp
'
,
tag
:
{
dot
:
true
,
},
children
:
[
{
path
:
'
basic
'
,
...
...
@@ -44,9 +42,6 @@ const menu: MenuModule = {
{
path
:
'
upload
'
,
name
:
'
上传组件
'
,
tag
:
{
content
:
'
new
'
,
},
},
{
path
:
'
scroll
'
,
...
...
src/router/menus/modules/demo/feat.ts
View file @
36734100
...
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu
:
{
name
:
'
功能
'
,
path
:
'
/feat
'
,
tag
:
{
dot
:
true
,
},
children
:
[
{
path
:
'
icon
'
,
...
...
@@ -23,9 +21,6 @@ const menu: MenuModule = {
{
path
:
'
download
'
,
name
:
'
文件下载
'
,
tag
:
{
content
:
'
new
'
,
},
},
{
path
:
'
click-out-side
'
,
...
...
src/router/menus/modules/demo/form.ts
View file @
36734100
...
...
@@ -4,18 +4,11 @@ const menu: MenuModule = {
menu
:
{
path
:
'
/form
'
,
name
:
'
Form
'
,
tag
:
{
type
:
'
warn
'
,
dot
:
true
,
},
children
:
[
{
path
:
'
basic
'
,
name
:
'
基础表单
'
,
tag
:
{
type
:
'
warn
'
,
dot
:
true
,
},
},
{
path
:
'
useForm
'
,
...
...
@@ -32,26 +25,14 @@ const menu: MenuModule = {
{
path
:
'
ruleForm
'
,
name
:
'
表单校验
'
,
tag
:
{
type
:
'
warn
'
,
dot
:
true
,
},
},
{
path
:
'
dynamicForm
'
,
name
:
'
动态表单
'
,
tag
:
{
type
:
'
warn
'
,
dot
:
true
,
},
},
{
path
:
'
customerForm
'
,
name
:
'
自定义组件
'
,
tag
:
{
type
:
'
warn
'
,
dot
:
true
,
},
},
],
},
...
...
src/router/menus/modules/demo/page.ts
View file @
36734100
...
...
@@ -11,9 +11,7 @@ const menu: MenuModule = {
{
path
:
'
form
'
,
name
:
'
表单页
'
,
tag
:
{
content
:
'
new
'
,
},
children
:
[
{
path
:
'
basic
'
,
...
...
@@ -32,9 +30,7 @@ const menu: MenuModule = {
{
path
:
'
desc
'
,
name
:
'
详情页
'
,
tag
:
{
content
:
'
new
'
,
},
children
:
[
{
path
:
'
basic
'
,
...
...
@@ -49,9 +45,7 @@ const menu: MenuModule = {
{
path
:
'
result
'
,
name
:
'
结果页
'
,
tag
:
{
content
:
'
new
'
,
},
children
:
[
{
path
:
'
success
'
,
...
...
@@ -92,9 +86,6 @@ const menu: MenuModule = {
{
path
:
'
account
'
,
name
:
'
个人页
'
,
tag
:
{
content
:
'
new
'
,
},
children
:
[
{
path
:
'
center
'
,
...
...
src/router/menus/modules/demo/table.ts
View file @
36734100
...
...
@@ -4,9 +4,6 @@ const menu: MenuModule = {
menu
:
{
path
:
'
/table
'
,
name
:
'
Table
'
,
tag
:
{
dot
:
true
,
},
children
:
[
{
path
:
'
basic
'
,
...
...
@@ -67,9 +64,6 @@ const menu: MenuModule = {
{
path
:
'
editRowTable
'
,
name
:
'
可编辑行
'
,
tag
:
{
content
:
'
new
'
,
},
},
],
},
...
...
src/views/demo/page/list/card/index.vue
View file @
36734100
<
template
>
<div
:class=
"prefixCls"
>
<a-page-header
title=
"卡片列表"
:ghost=
"false"
>
基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统。
基于Vue Next, TypeScript, Ant Design
Vue
实现的一套完整的企业级后台管理系统。
<div
:class=
"`$
{prefixCls}__link`">
<a><Icon
icon=
"bx:bx-paper-plane"
color=
"#1890ff"
/><span>
开始
</span></a>
<a><Icon
icon=
"carbon:warning"
color=
"#1890ff"
/><span>
简介
</span></a>
...
...
@@ -10,36 +10,35 @@
</a-page-header>
<div
:class=
"`$
{prefixCls}__content`">
<
L
ist>
<
a-l
ist>
<a-row
:gutter=
"16"
>
<template
v-for=
"(item, index) in list"
:key=
"index"
>
<a-col
:span=
"6"
>
<
ListI
tem>
<
C
ard
:hoverable=
"true"
:class=
"`$
{prefixCls}__card`">
<
a-list-i
tem>
<
a-c
ard
:hoverable=
"true"
:class=
"`$
{prefixCls}__card`">
<div
:class=
"`$
{prefixCls}__card-title`">
<Icon
class=
"icon"
v-if=
"item.icon"
:icon=
"item.icon"
:color=
"item.color"
/>
{{
item
.
title
}}
</div>
<div
:class=
"`$
{prefixCls}__card-detail`">
基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统
基于Vue Next, TypeScript, Ant Design
Vue
实现的一套完整的企业级后台管理系统
</div>
</
C
ard>
</
ListI
tem>
</
a-c
ard>
</
a-list-i
tem>
</a-col>
</
template
>
</a-row>
</
L
ist>
</
a-l
ist>
</div>
</div>
</template>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
'
vue
'
;
import
{
List
,
Card
}
from
'
ant-design-vue
'
;
import
Icon
from
'
/@/components/Icon/index
'
;
import
{
cardList
}
from
'
./data
'
;
export
default
defineComponent
({
components
:
{
Icon
,
List
,
ListItem
:
List
.
Item
,
Card
},
components
:
{
Icon
},
setup
()
{
return
{
prefixCls
:
'
list-card
'
,
...
...
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