wip: Table component developing

This commit is contained in:
陈凯龙
2022-02-09 11:34:45 +08:00
parent 7ef216c87e
commit b271e13227
14 changed files with 1091 additions and 728 deletions

View File

@@ -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'
}
}

View File

@@ -313,6 +313,17 @@ export default {
action: '操作',
important: '重要',
good: '良好',
commonly: '一般'
commonly: '一般',
operate: '操作',
example: '示例',
show: '显示',
hidden: '隐藏',
pagination: '分页',
reserveIndex: '叠加序号',
restoreIndex: '还原序号',
showSelections: '显示多选',
hiddenSelections: '隐藏多选',
showExpandedRows: '显示展开行',
hiddenExpandedRows: '隐藏展开行'
}
}