wanshenmean
8 天以前 83743fe4641fcfad9effc2b6104c8dedefcbdcb5
Code/WCS/WIDESEAWCS_Client/src/views/Index.vue
@@ -501,26 +501,26 @@
      }, 0);
      const defaultMenus = [
        {
          id: maxId + 1001,
          name: "租户管理",
          url: "/Sys_Tenant",
          parentId: 0,
          icon: "el-icon-office-building",
          enable: 1,
          tableName: "Sys_Tenant",
          permission: ["Search", "Add", "Update", "Delete"],
        },
        {
          id: maxId + 1002,
          name: "任务历史",
          url: "/taskHty",
          parentId: 0,
          icon: "el-icon-time",
          enable: 1,
          tableName: "taskHty",
          permission: ["Search", "Export"],
        },
        // {
        //   id: maxId + 1001,
        //   name: "租户管理",
        //   url: "/Sys_Tenant",
        //   parentId: 0,
        //   icon: "el-icon-office-building",
        //   enable: 1,
        //   tableName: "Sys_Tenant",
        //   permission: ["Search", "Add", "Update", "Delete"],
        // },
        // {
        //   id: maxId + 1002,
        //   name: "任务历史",
        //   url: "/taskHty",
        //   parentId: 0,
        //   icon: "el-icon-time",
        //   enable: 1,
        //   tableName: "taskHty",
        //   permission: ["Search", "Export"],
        // },
        {
          id: maxId + 1003,
          name: "调度控制",