wip: Table component developing
This commit is contained in:
@@ -316,6 +316,17 @@ export default {
|
||||
action: 'Action',
|
||||
important: 'Important',
|
||||
good: 'Good',
|
||||
commonly: 'Commonly'
|
||||
commonly: 'Commonly',
|
||||
operate: 'operate',
|
||||
example: 'example',
|
||||
show: 'Show',
|
||||
hidden: 'Hidden',
|
||||
pagination: 'pagination',
|
||||
reserveIndex: 'Reserve index',
|
||||
restoreIndex: 'Restore index',
|
||||
showSelections: 'show selections',
|
||||
hiddenSelections: 'restore selections',
|
||||
showExpandedRows: 'show expanded rows',
|
||||
hiddenExpandedRows: 'hidden expanded rows'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -313,6 +313,17 @@ export default {
|
||||
action: '操作',
|
||||
important: '重要',
|
||||
good: '良好',
|
||||
commonly: '一般'
|
||||
commonly: '一般',
|
||||
operate: '操作',
|
||||
example: '示例',
|
||||
show: '显示',
|
||||
hidden: '隐藏',
|
||||
pagination: '分页',
|
||||
reserveIndex: '叠加序号',
|
||||
restoreIndex: '还原序号',
|
||||
showSelections: '显示多选',
|
||||
hiddenSelections: '隐藏多选',
|
||||
showExpandedRows: '显示展开行',
|
||||
hiddenExpandedRows: '隐藏展开行'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user