forked from nmxiaowei/avue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,105 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ | |
}, | ||
option: { | ||
labelWidth: 110, | ||
detail: true, | ||
column: [{ | ||
label: '树型', | ||
prop: "tree", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
const en = { | ||
common: { | ||
condition: 'condition', | ||
display: 'display', | ||
hide: 'hide' | ||
}, | ||
tip: { | ||
select: 'Please select', | ||
input: 'Please input' | ||
}, | ||
upload: { | ||
upload: 'upload', | ||
tip: 'Drag files here,/' | ||
}, | ||
date: { | ||
start: 'Start date', | ||
end: 'End date', | ||
t: 'today', | ||
y: 'yesterday', | ||
n: 'nearly 7', | ||
a: 'whole' | ||
}, | ||
form: { | ||
printBtn: 'print', | ||
mockBtn: 'mock', | ||
submitBtn: 'submit', | ||
emptyBtn: 'empty' | ||
}, | ||
crud: { | ||
filter: { | ||
addBtn: 'add', | ||
clearBtn: 'clear', | ||
resetBtn: 'reset', | ||
cancelBtn: 'cancel', | ||
submitBtn: 'submit' | ||
}, | ||
column: { | ||
name: 'name', | ||
hide: 'hide', | ||
fixed: 'fixed', | ||
filters: 'filters', | ||
sortable: 'sortable', | ||
index: 'index', | ||
width: 'width' | ||
}, | ||
tipStartTitle: 'Currently selected', | ||
tipEndTitle: 'items', | ||
editTitle: 'edit', | ||
copyTitle: 'copy', | ||
addTitle: 'add', | ||
viewTitle: 'view', | ||
filterTitle: 'filter', | ||
showTitle: 'showTitle', | ||
menu: 'menu', | ||
addBtn: 'add', | ||
show: 'show', | ||
hide: 'hide', | ||
open: 'open', | ||
shrink: 'shrink', | ||
printBtn: 'print', | ||
excelBtn: 'excel', | ||
updateBtn: 'update', | ||
cancelBtn: 'cancel', | ||
searchBtn: 'search', | ||
emptyBtn: 'empty', | ||
menuBtn: 'menu', | ||
saveBtn: 'save', | ||
viewBtn: 'view', | ||
editBtn: 'edit', | ||
copyBtn: 'copy', | ||
delBtn: 'delete' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
const zh = { | ||
common: { | ||
condition: '条件', | ||
display: '显示', | ||
hide: '隐藏' | ||
}, | ||
tip: { | ||
select: '请选择', | ||
input: '请输入' | ||
}, | ||
upload: { | ||
upload: '点击上传', | ||
tip: '将文件拖到此处,或' | ||
}, | ||
date: { | ||
start: '开始日期', | ||
end: '结束日期', | ||
t: '今日', | ||
y: '昨日', | ||
n: '近7天', | ||
a: '全部' | ||
}, | ||
form: { | ||
printBtn: '打 印', | ||
mockBtn: '模 拟', | ||
submitBtn: '提 交', | ||
emptyBtn: '清 空' | ||
}, | ||
crud: { | ||
filter: { | ||
addBtn: '新增条件', | ||
clearBtn: '清空数据', | ||
resetBtn: '清空条件', | ||
cancelBtn: '取 消', | ||
submitBtn: '确 定' | ||
}, | ||
column: { | ||
name: '列名', | ||
hide: '隐藏', | ||
fixed: '冻结', | ||
filters: '过滤', | ||
sortable: '排序', | ||
index: '顺序', | ||
width: '宽度' | ||
}, | ||
tipStartTitle: '当前表格已选择', | ||
tipEndTitle: '项', | ||
editTitle: '编 辑', | ||
copyTitle: '复 制', | ||
addTitle: '新 增', | ||
viewTitle: '查 看', | ||
filterTitle: '过滤条件', | ||
showTitle: '列显隐', | ||
menu: '操作', | ||
addBtn: '新 增', | ||
show: '显 示', | ||
hide: '隐 藏', | ||
open: '展 开', | ||
shrink: '收 缩', | ||
printBtn: '打 印', | ||
excelBtn: '导 出', | ||
updateBtn: '修 改', | ||
cancelBtn: '取 消', | ||
searchBtn: '搜 索', | ||
emptyBtn: '清 空', | ||
menuBtn: '功 能', | ||
saveBtn: '保 存', | ||
viewBtn: '查 看', | ||
editBtn: '编 辑', | ||
copyBtn: '复 制', | ||
delBtn: '删 除' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ | |
labelWidth: 100, | ||
column: [{ | ||
label: '自定义项', | ||
prop: 'test' | ||
prop: 'label' | ||
}], | ||
}, | ||
props: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.