Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
e112a487
Commit
e112a487
authored
Mar 22, 2018
by
高天阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 分页表格 卢浩然
parent
1673aa18
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
en.js
src/lang/en.js
+3
-0
zh.js
src/lang/zh.js
+1
-0
index.js
src/router/index.js
+9
-0
No files found.
src/lang/en.js
View file @
e112a487
...
@@ -32,6 +32,9 @@ export default {
...
@@ -32,6 +32,9 @@ export default {
customTreeTable
:
'Custom TreeTable'
,
customTreeTable
:
'Custom TreeTable'
,
tab
:
'Tab'
,
tab
:
'Tab'
,
form
:
'Form'
,
form
:
'Form'
,
calendar
:
'Calendar'
,
transfer
:
'Transfer'
,
tabsTable
:
'Tabs Table'
,
createForm
:
'Create Form'
,
createForm
:
'Create Form'
,
editForm
:
'Edit Form'
,
editForm
:
'Edit Form'
,
errorPages
:
'Error Pages'
,
errorPages
:
'Error Pages'
,
...
...
src/lang/zh.js
View file @
e112a487
...
@@ -34,6 +34,7 @@ export default {
...
@@ -34,6 +34,7 @@ export default {
form
:
'表单'
,
form
:
'表单'
,
calendar
:
'日历事项'
,
calendar
:
'日历事项'
,
transfer
:
'穿梭框'
,
transfer
:
'穿梭框'
,
tabsTable
:
'分类表格'
,
createForm
:
'创建表单'
,
createForm
:
'创建表单'
,
editForm
:
'编辑表单'
,
editForm
:
'编辑表单'
,
errorPages
:
'错误页面'
,
errorPages
:
'错误页面'
,
...
...
src/router/index.js
View file @
e112a487
...
@@ -146,6 +146,15 @@ export const asyncRouterMap = [
...
@@ -146,6 +146,15 @@ export const asyncRouterMap = [
icon
:
'table'
icon
:
'table'
}
}
},
},
{
path
:
'tabsTable'
,
component
:
_import
(
'haomo/components/tabsTable/index'
),
name
:
'haomo-HmTabsTable'
,
meta
:
{
title
:
'tabsTable'
,
icon
:
'table'
}
},
{
{
path
:
'iconMenu'
,
path
:
'iconMenu'
,
component
:
_import
(
'haomo/components/iconMenu/index'
),
component
:
_import
(
'haomo/components/iconMenu/index'
),
...
...
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