33 lines
947 B
33 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': '顶级类目不能为空'
|
|
}
|
|
}
|
|
}
|
|
|