iedc-go/config/admin.json

388 lines
5.5 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"],
2023-03-02 18:46:29 +00:00
"icon": "House",
2022-10-30 17:18:40 +00:00
"label": "首 页",
"name": "HelloWorld"
},
{
"auth": [
"show"
],
2023-03-02 18:46:29 +00:00
"icon": "Monitor",
2022-10-30 17:18:40 +00:00
"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"
],
2023-03-02 18:46:29 +00:00
"icon": "Histogram",
"label": "产业分析",
2022-10-30 17:18:40 +00:00
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "产业分析",
"table": "industry_analyse"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "产业分类",
"table": "industry"
2022-10-30 17:18:40 +00:00
}
],
2023-03-02 18:46:29 +00:00
"name": "sys:industry"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show"
],
2023-03-02 18:46:29 +00:00
"icon": "Grid",
"label": "区域评价",
2022-10-30 17:18:40 +00:00
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "区域评价",
"table": "org_analyse"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "区域管理",
"table": "org"
}
],
"name": "sys:org"
},
{
"auth": [
"show"
],
"icon": "Promotion",
"label": "调查管理",
"menus": [
2022-10-30 17:18:40 +00:00
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "调查管理",
"table": "question"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "调查结果",
"table": "question_company"
}
],
"name": "sys:question"
},
{
"auth": [
"show"
],
"icon": "Memo",
"label": "指标管理",
"menus": [
2022-10-30 17:18:40 +00:00
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "指标分类",
"table": "tag_ctg"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "指标管理",
"table": "tag"
2022-10-30 17:18:40 +00:00
}
],
2023-03-02 18:46:29 +00:00
"name": "sys:tag"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show"
],
2023-03-02 18:46:29 +00:00
"icon": "Collection",
"label": "行业分类",
2022-10-30 17:18:40 +00:00
"menus": [
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "行业分类",
"table": "category"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "行业分析",
"table": "category_analyse"
2022-10-30 17:18:40 +00:00
}
],
2023-03-02 18:46:29 +00:00
"name": "sys:category"
2022-10-30 17:18:40 +00:00
},
2023-03-02 18:46:29 +00:00
2022-10-30 17:18:40 +00:00
{
"auth": [
"show"
],
"icon": "Setting",
2023-03-02 18:46:29 +00:00
"label": "系统管理",
2022-10-30 17:18:40 +00:00
"menus": [
{
"auth": [
"show",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "日志管理",
"table": "logs"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "角色管理",
"table": "role"
},
2022-10-30 17:18:40 +00:00
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "企业用户",
"table": "user"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "微信信息",
"table": "wechat"
},
2022-10-30 17:18:40 +00:00
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "城市管理",
"table": "city"
2022-10-30 17:18:40 +00:00
},
{
"auth": [
"show",
"add",
"delete",
"edit",
"info",
"download"
],
2023-03-02 18:46:29 +00:00
"label": "人员管理",
"table": "admin"
2022-10-30 17:18:40 +00:00
}
],
2023-03-02 18:46:29 +00:00
"name": "sys"
2022-10-30 17:18:40 +00:00
}
],
"name": "admin",
"stop": [
"role",
"org"
]
}