generator-hcy-system
Version:
hcy system layout and pages
34 lines (33 loc) • 1.17 kB
text/typescript
export default {
'columns.title.header':'查询列表',
'columns.title.index': '序号',
'columns.title.option': '操作',
'columns.title.other': '其他',
'columns.handel.selected': '已选',
'columns.handel.unit': '项',
'columns.handel.add': '添加',
'columns.handel.addChild': '添加子项',
'columns.handel.cancel.selected': '取消选择',
'columns.handel.mass.delete': '批量删除',
'columns.handel.view': '查看',
'columns.handel.more': '更多',
'columns.title.updateTime': '更新时间',
'columns.handel.edit': '编辑',
'columns.handel.delete': '删除',
'columns.handel.sort': '排序',
'columns.handel.enable': '启用',
'columns.handel.import': '导入',
'columns.handel.export': '导出',
'columns.handel.upload': '上传',
'columns.handel.top': '置顶',
'columns.handel.bottom': '置底',
'columns.handel.pre': '向前',
'columns.handel.next': '向后',
'columns.handel.disabled': '禁用',
'columns.handel.cancel': '取消',
'columns.handel.ok': '确认',
'columns.handel.yes': '是',
'columns.handel.no': '否',
'columns.handel.unfold': '展开',
'columns.handel.retract': '收起',
};