华西海圻ELN前端工程
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.
 
 
 
 

30 lines
565 B

export default {
name: '菜单名称',
status: '菜单状态',
statusAll: '全部',
statusVisible: '显示',
statusHide: '隐藏',
index: '序号',
sort: '菜单排序',
router: '路由地址',
type: '菜单类型',
typeDir: '目录',
typeMenu: '菜单',
typeBtn: '按钮',
add: '添加',
edit: '编辑',
delete: '删除',
parent: '上级菜单',
comp: '组件路径',
icon: '菜单图标',
permit: '权限字符',
addMenu: '新增菜单',
modifyMenu: '编辑菜单',
root: '主类目',
notEmpty: '不能为空'
}