Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-vue-admin
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-vue-admin
Commits
36734100
提交
36734100
authored
11月 23, 2020
作者:
vben
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update menu
上级
ba068ba1
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
15 行增加
和
61 行删除
+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
没有找到文件。
CHANGELOG.zh_CN.md
浏览文件 @
36734100
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
### ✨ Features
### ✨ Features
-
缓存可以配置是否加密
-
缓存可以配置是否加密
-
多语言支持
### 🎫 Chores
### 🎫 Chores
...
...
src/router/menus/modules/demo/comp.ts
浏览文件 @
36734100
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu
:
{
menu
:
{
name
:
'组件'
,
name
:
'组件'
,
path
:
'/comp'
,
path
:
'/comp'
,
tag
:
{
dot
:
true
,
},
children
:
[
children
:
[
{
{
path
:
'basic'
,
path
:
'basic'
,
...
@@ -44,9 +42,6 @@ const menu: MenuModule = {
...
@@ -44,9 +42,6 @@ const menu: MenuModule = {
{
{
path
:
'upload'
,
path
:
'upload'
,
name
:
'上传组件'
,
name
:
'上传组件'
,
tag
:
{
content
:
'new'
,
},
},
},
{
{
path
:
'scroll'
,
path
:
'scroll'
,
...
...
src/router/menus/modules/demo/feat.ts
浏览文件 @
36734100
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
...
@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu
:
{
menu
:
{
name
:
'功能'
,
name
:
'功能'
,
path
:
'/feat'
,
path
:
'/feat'
,
tag
:
{
dot
:
true
,
},
children
:
[
children
:
[
{
{
path
:
'icon'
,
path
:
'icon'
,
...
@@ -23,9 +21,6 @@ const menu: MenuModule = {
...
@@ -23,9 +21,6 @@ const menu: MenuModule = {
{
{
path
:
'download'
,
path
:
'download'
,
name
:
'文件下载'
,
name
:
'文件下载'
,
tag
:
{
content
:
'new'
,
},
},
},
{
{
path
:
'click-out-side'
,
path
:
'click-out-side'
,
...
...
src/router/menus/modules/demo/form.ts
浏览文件 @
36734100
...
@@ -4,18 +4,11 @@ const menu: MenuModule = {
...
@@ -4,18 +4,11 @@ const menu: MenuModule = {
menu
:
{
menu
:
{
path
:
'/form'
,
path
:
'/form'
,
name
:
'Form'
,
name
:
'Form'
,
tag
:
{
type
:
'warn'
,
dot
:
true
,
},
children
:
[
children
:
[
{
{
path
:
'basic'
,
path
:
'basic'
,
name
:
'基础表单'
,
name
:
'基础表单'
,
tag
:
{
type
:
'warn'
,
dot
:
true
,
},
},
},
{
{
path
:
'useForm'
,
path
:
'useForm'
,
...
@@ -32,26 +25,14 @@ const menu: MenuModule = {
...
@@ -32,26 +25,14 @@ const menu: MenuModule = {
{
{
path
:
'ruleForm'
,
path
:
'ruleForm'
,
name
:
'表单校验'
,
name
:
'表单校验'
,
tag
:
{
type
:
'warn'
,
dot
:
true
,
},
},
},
{
{
path
:
'dynamicForm'
,
path
:
'dynamicForm'
,
name
:
'动态表单'
,
name
:
'动态表单'
,
tag
:
{
type
:
'warn'
,
dot
:
true
,
},
},
},
{
{
path
:
'customerForm'
,
path
:
'customerForm'
,
name
:
'自定义组件'
,
name
:
'自定义组件'
,
tag
:
{
type
:
'warn'
,
dot
:
true
,
},
},
},
],
],
},
},
...
...
src/router/menus/modules/demo/page.ts
浏览文件 @
36734100
...
@@ -11,9 +11,7 @@ const menu: MenuModule = {
...
@@ -11,9 +11,7 @@ const menu: MenuModule = {
{
{
path
:
'form'
,
path
:
'form'
,
name
:
'表单页'
,
name
:
'表单页'
,
tag
:
{
content
:
'new'
,
},
children
:
[
children
:
[
{
{
path
:
'basic'
,
path
:
'basic'
,
...
@@ -32,9 +30,7 @@ const menu: MenuModule = {
...
@@ -32,9 +30,7 @@ const menu: MenuModule = {
{
{
path
:
'desc'
,
path
:
'desc'
,
name
:
'详情页'
,
name
:
'详情页'
,
tag
:
{
content
:
'new'
,
},
children
:
[
children
:
[
{
{
path
:
'basic'
,
path
:
'basic'
,
...
@@ -49,9 +45,7 @@ const menu: MenuModule = {
...
@@ -49,9 +45,7 @@ const menu: MenuModule = {
{
{
path
:
'result'
,
path
:
'result'
,
name
:
'结果页'
,
name
:
'结果页'
,
tag
:
{
content
:
'new'
,
},
children
:
[
children
:
[
{
{
path
:
'success'
,
path
:
'success'
,
...
@@ -92,9 +86,6 @@ const menu: MenuModule = {
...
@@ -92,9 +86,6 @@ const menu: MenuModule = {
{
{
path
:
'account'
,
path
:
'account'
,
name
:
'个人页'
,
name
:
'个人页'
,
tag
:
{
content
:
'new'
,
},
children
:
[
children
:
[
{
{
path
:
'center'
,
path
:
'center'
,
...
...
src/router/menus/modules/demo/table.ts
浏览文件 @
36734100
...
@@ -4,9 +4,6 @@ const menu: MenuModule = {
...
@@ -4,9 +4,6 @@ const menu: MenuModule = {
menu
:
{
menu
:
{
path
:
'/table'
,
path
:
'/table'
,
name
:
'Table'
,
name
:
'Table'
,
tag
:
{
dot
:
true
,
},
children
:
[
children
:
[
{
{
path
:
'basic'
,
path
:
'basic'
,
...
@@ -67,9 +64,6 @@ const menu: MenuModule = {
...
@@ -67,9 +64,6 @@ const menu: MenuModule = {
{
{
path
:
'editRowTable'
,
path
:
'editRowTable'
,
name
:
'可编辑行'
,
name
:
'可编辑行'
,
tag
:
{
content
:
'new'
,
},
},
},
],
],
},
},
...
...
src/views/demo/page/list/card/index.vue
浏览文件 @
36734100
<
template
>
<
template
>
<div
:class=
"prefixCls"
>
<div
:class=
"prefixCls"
>
<a-page-header
title=
"卡片列表"
:ghost=
"false"
>
<a-page-header
title=
"卡片列表"
:ghost=
"false"
>
基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统。
基于Vue Next, TypeScript, Ant Design
Vue
实现的一套完整的企业级后台管理系统。
<div
:class=
"`$
{prefixCls}__link`">
<div
:class=
"`$
{prefixCls}__link`">
<a><Icon
icon=
"bx:bx-paper-plane"
color=
"#1890ff"
/><span>
开始
</span></a>
<a><Icon
icon=
"bx:bx-paper-plane"
color=
"#1890ff"
/><span>
开始
</span></a>
<a><Icon
icon=
"carbon:warning"
color=
"#1890ff"
/><span>
简介
</span></a>
<a><Icon
icon=
"carbon:warning"
color=
"#1890ff"
/><span>
简介
</span></a>
...
@@ -10,36 +10,35 @@
...
@@ -10,36 +10,35 @@
</a-page-header>
</a-page-header>
<div
:class=
"`$
{prefixCls}__content`">
<div
:class=
"`$
{prefixCls}__content`">
<
L
ist>
<
a-l
ist>
<a-row
:gutter=
"16"
>
<a-row
:gutter=
"16"
>
<template
v-for=
"(item, index) in list"
:key=
"index"
>
<template
v-for=
"(item, index) in list"
:key=
"index"
>
<a-col
:span=
"6"
>
<a-col
:span=
"6"
>
<
ListI
tem>
<
a-list-i
tem>
<
C
ard
:hoverable=
"true"
:class=
"`$
{prefixCls}__card`">
<
a-c
ard
:hoverable=
"true"
:class=
"`$
{prefixCls}__card`">
<div
:class=
"`$
{prefixCls}__card-title`">
<div
:class=
"`$
{prefixCls}__card-title`">
<Icon
class=
"icon"
v-if=
"item.icon"
:icon=
"item.icon"
:color=
"item.color"
/>
<Icon
class=
"icon"
v-if=
"item.icon"
:icon=
"item.icon"
:color=
"item.color"
/>
{{
item
.
title
}}
{{
item
.
title
}}
</div>
</div>
<div
:class=
"`$
{prefixCls}__card-detail`">
<div
:class=
"`$
{prefixCls}__card-detail`">
基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统
基于Vue Next, TypeScript, Ant Design
Vue
实现的一套完整的企业级后台管理系统
</div>
</div>
</
C
ard>
</
a-c
ard>
</
ListI
tem>
</
a-list-i
tem>
</a-col>
</a-col>
</
template
>
</
template
>
</a-row>
</a-row>
</
L
ist>
</
a-l
ist>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
'vue'
;
import
{
defineComponent
}
from
'vue'
;
import
{
List
,
Card
}
from
'ant-design-vue'
;
import
Icon
from
'/@/components/Icon/index'
;
import
Icon
from
'/@/components/Icon/index'
;
import
{
cardList
}
from
'./data'
;
import
{
cardList
}
from
'./data'
;
export
default
defineComponent
({
export
default
defineComponent
({
components
:
{
Icon
,
List
,
ListItem
:
List
.
Item
,
Card
},
components
:
{
Icon
},
setup
()
{
setup
()
{
return
{
return
{
prefixCls
:
'list-card'
,
prefixCls
:
'list-card'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论