iedc-go/config/admin.json

399 lines
5.6 KiB
JSON
Raw Normal View History

2022-10-30 17:18:40 +00:00
{
"flow": {
"category": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "category"
},
"company": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "company"
},
"company_history": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "company_history"
},
"company_tune": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "company_tune"
},
"industry": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "industry"
},
"logs": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "logs"
},
"org": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "org"
},
"tag": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "tag"
},
"tag_ctg": {
"sql": {
"admin_id": "id"
},
"stop": false,
"table": "tag_ctg"
}
},
"id": "9997520cd653386cbace95a787c95b7c",
2022-10-30 19:27:23 +00:00
"label": "IEDC\r\n管理平台",
2022-10-30 17:18:40 +00:00
"labelConfig": {
"add": "添加",
"delete": "删除",
"download": "下载清单",
"edit": "编辑",
"info": "查看详情",
"show": "开启"
},
"menus": [
{
"auth": ["show"],
"icon": "Setting",
"label": "首 页",
"name": "HelloWorld"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "企业管理",
"menus": [
{
"auth": [
"show",
"add",
"upload",
"delete",
"edit",
"info",
"download"
],
"label": "企业管理",
"table": "company"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "历史信息",
"table": "company_history"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "企业调整",
"table": "company_tune"
}
],
"name": "sys:company"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "行业分类",
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "行业分类",
"table": "category"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "行业分析",
"table": "category_analyse"
}
],
"name": "sys:category"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "系统管理",
"menus": [
{
"auth": [
"show",
"download"
],
"label": "日志管理",
"table": "logs"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "角色管理",
"table": "role"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "企业用户",
"table": "user"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "微信信息",
"table": "wechat"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "地区管理",
"table": "area"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "城市管理",
"table": "city"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "人员管理",
"table": "admin"
}
],
"name": "sys"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "产业分析",
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "产业分析",
"table": "industry_analyse"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "产业分类",
"table": "industry"
}
],
"name": "sys:industry"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "行业评价",
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "行业评价",
"table": "org_analyse"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "部门管理",
"table": "org"
}
],
"name": "sys:org"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "指标分类",
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "指标分类",
"table": "tag_ctg"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "指标管理",
"table": "tag"
}
],
"name": "sys:tag"
},
{
"auth": [
"show"
],
"icon": "Setting",
"label": "调查管理",
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "调查管理",
"table": "question"
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
"label": "调查结果",
"table": "question_company"
}
],
"name": "sys:question"
}
],
"name": "admin",
"stop": [
"role",
"org"
]
}