generator-min-app
Version:
hcy system layout and pages
19 lines (17 loc) • 613 B
text/typescript
// columns title 、information、status、actions、
export default {
'table.header': 'Query List',
'columns.title.index': 'Order',
'columns.title.option': 'Operation',
'columns.title.updateTime': 'Update Time',
'columns.handel.selected': 'Selected',
'columns.handel.unit': 'Items',
'columns.handel.search': 'Search',
'columns.handel.reset': 'Reset',
'columns.handel.add': 'Add',
'columns.handel.cancel.selected': 'Selected',
'columns.handel.mass.delete': 'Mass Delete',
'columns.handel.view': 'View',
'columns.handel.add.children': 'Add Children',
'columns.handel.more': 'More',
};