generator-min-app
Version:
hcy system layout and pages
19 lines (17 loc) • 623 B
text/typescript
// columns title 、information、status、actions、
export default {
'table.header': '查询列表',
'columns.title.index': '序号',
'columns.title.option': '操作',
'columns.title.updateTime': '修改时间',
'columns.handel.selected': '已选',
'columns.handel.unit': '项',
'columns.handel.search': '搜索',
'columns.handel.reset': '重置',
'columns.handel.add': '添加',
'columns.handel.cancel.selected': '取消选择',
'columns.handel.mass.delete': '批量删除',
'columns.handel.view': '查看',
'columns.handel.add.children': '新增子项',
'columns.handel.more': '更多',
};