越南富佳项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
947 B

export default {
'classification': {
'title': '基础类别',
'dialog': {
'code': '分类编码',
'name': '分类名称',
'desc': '简要描述',
'top_class': '顶级类目',
'superior_class': '上级类目',
'create_name': '创建人',
'create_time': '创建时间',
'update_name': '修改人',
'update_time': '修改时间',
'operate': '操作',
'is_update': '是否可修改'
},
'other': {
'addSibling': '新增同级',
'addChildren': '新增子级'
},
'placeholder': {
'label': '类别名称',
'select': '请选择分类名称',
'open': '全部展开',
'superior_class': '选择上级类目'
},
'msg': {
'delete': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!',
'isNotEmpty': '不能为空',
'topClassNotEmpty': '顶级类目不能为空'
}
}
}