diff --git a/src/router/index.js b/src/router/index.js index f7c3ef6..d346eac 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -40,152 +40,152 @@ export const constantRoutes = [{ component: () => import('@/views/redirect') }] }, -{ - path: '/apiLogs', - component: () => import('@/views/apiLogs/index.vue'), - hidden: true -}, + { + path: '/apiLogs', + component: () => import('@/views/apiLogs/index.vue'), + hidden: true + }, { path: '/apiLogsError', component: () => import('@/views/apiLogsError/index.vue'), hidden: true }, -{ - path: '/login', - component: () => import('@/views/login'), - hidden: true -}, -{ - path: '/test', - component: () => import('@/views/test'), - hidden: true -}, -{ - path: '/register', - component: () => import('@/views/register/index'), - hidden: true -}, -{ - path: '/systemInit', - // name: "databaseIndex", - component: () => import('@/views/systemInit/index'), - hidden: true -}, -{ - path: '/404', - component: () => import('@/views/error/404'), - hidden: true -}, -{ - path: '/401', - component: () => import('@/views/error/401'), - hidden: true -}, + { + path: '/login', + component: () => import('@/views/login'), + hidden: true + }, + { + path: '/test', + component: () => import('@/views/test'), + hidden: true + }, + { + path: '/register', + component: () => import('@/views/register/index'), + hidden: true + }, + { + path: '/systemInit', + // name: "databaseIndex", + component: () => import('@/views/systemInit/index'), + hidden: true + }, + { + path: '/404', + component: () => import('@/views/error/404'), + hidden: true + }, + { + path: '/401', + component: () => import('@/views/error/401'), + hidden: true + }, // { // path: "/contractAssistant", // component: () => import("@/views/contractAssistant"), // hidden: true, // }, -{ - path: '', - component: Layout, - redirect: 'index', - children: [{ - path: 'index', - component: () => import('@/views/index_v2'), - name: 'Index', - meta: { - title: '首页', - icon: 'dashboard', - affix: true - } + { + path: '', + component: Layout, + redirect: 'index', + children: [{ + path: 'index', + component: () => import('@/views/index_v2'), + name: 'Index', + meta: { + title: '首页', + icon: 'dashboard', + affix: true + } + }, + { + path: 'notFound', + component: () => import('@/views/notFound'), + name: 'notFound', + meta: { + title: '404', + icon: 'dashboard' + // affix: true, + } + }, + { + path: 'message', + component: () => import('@/views/newVersionView/message/index'), + name: 'message', + meta: { + title: '消息', + icon: 'dashboard' + } + }, + { + path: 'Workbench', + component: () => import('@/views/newVersionView/Workbench/index'), + name: 'Workbench', + meta: { + title: '工作台', + icon: 'dashboard' + } + }, + { + path: 'MasterDataCenter', + component: () => import('@/views/newVersionView/MasterDataCenter/index'), + name: 'MasterDataCenter', + meta: { + title: '主数据中心', + icon: 'dashboard' + } + }, + { + path: 'ApplicationCenter', + component: () => import('@/views/newVersionView/ApplicationCenter/index'), + name: 'ApplicationCenter', + meta: { + title: '应用管理', + icon: 'dashboard' + } + }, + { + path: 'IntegrationTaskCenter', + component: () => import('@/views/newVersionView/IntegrationTaskCenter/index'), + name: 'IntegrationTaskCenter', + meta: { + title: '集成任务', + icon: 'dashboard' + } + }, + { + path: 'businessCenter', + component: () => import('@/views/newVersionView/businessCenter/index'), + name: 'businessCenter', + meta: { + title: '业务中心', + icon: 'dashboard' + } + } + ] }, { - path: 'notFound', - component: () => import('@/views/notFound'), - name: 'notFound', - meta: { - title: '404', - icon: 'dashboard' - // affix: true, - } - }, - { - path: "message", - component: () => import("@/views/newVersionView/message/index"), - name: "message", - meta: { - title: "消息", - icon: "dashboard", - }, - }, - { - path: "Workbench", - component: () => import("@/views/newVersionView/Workbench/index"), - name: "Workbench", - meta: { - title: "工作台", - icon: "dashboard", - }, - }, - { - path: "MasterDataCenter", - component: () => import("@/views/newVersionView/MasterDataCenter/index"), - name: "MasterDataCenter", - meta: { - title: "主数据中心", - icon: "dashboard", - }, - }, - { - path: "ApplicationCenter", - component: () => import("@/views/newVersionView/ApplicationCenter/index"), - name: "ApplicationCenter", - meta: { - title: "应用管理", - icon: "dashboard", - }, - }, - { - path: "IntegrationTaskCenter", - component: () => import("@/views/newVersionView/IntegrationTaskCenter/index"), - name: "IntegrationTaskCenter", - meta: { - title: "集成任务", - icon: "dashboard", - }, - }, - { - path: "businessCenter", - component: () => import("@/views/newVersionView/businessCenter/index"), - name: "businessCenter", - meta: { - title: "业务中心", - icon: "dashboard", - }, - }, - ] -}, -{ - path: '/user', - component: Layout, - hidden: true, - redirect: 'Profile', - children: [{ - path: 'Profile', - // component: () => import('@/views/system/user/personalCenter/index'), - component: () => - import( - '@/views/systemSettings/userSettings/PersonnelSettings/personalCenter/index' - ), - name: 'Profile', - meta: { - title: '个人中心', - icon: 'user' + path: '/user', + component: Layout, + hidden: true, + redirect: 'Profile', + children: [{ + path: 'Profile', + // component: () => import('@/views/system/user/personalCenter/index'), + component: () => + import( + '@/views/systemSettings/userSettings/PersonnelSettings/personalCenter/index' + ), + name: 'Profile', + meta: { + title: '个人中心', + icon: 'user' - } - }] -}, + } + }] + } // { // path: "/integrationOption", // component: Layout, diff --git a/src/views/systemReports/u8positiveReports/TOBoutputWarehouse.vue b/src/views/systemReports/u8positiveReports/TOBoutputWarehouse.vue new file mode 100644 index 0000000..e565ee6 --- /dev/null +++ b/src/views/systemReports/u8positiveReports/TOBoutputWarehouse.vue @@ -0,0 +1,748 @@ + + + + + diff --git a/src/views/systemReports/u8positiveReports/TOCoutputWarehouse.vue b/src/views/systemReports/u8positiveReports/TOCoutputWarehouse.vue new file mode 100644 index 0000000..8f1a261 --- /dev/null +++ b/src/views/systemReports/u8positiveReports/TOCoutputWarehouse.vue @@ -0,0 +1,732 @@ + + + + + diff --git a/src/views/systemReports/u8positiveReports/baseNewTable2/index.vue b/src/views/systemReports/u8positiveReports/baseNewTable2/index.vue index efbcdb8..2957a43 100644 --- a/src/views/systemReports/u8positiveReports/baseNewTable2/index.vue +++ b/src/views/systemReports/u8positiveReports/baseNewTable2/index.vue @@ -35,7 +35,7 @@ :tableData="tableData" :tableColumn="tableColumn" :tableDataMergeList="tableDataMergeList" - tableHeight="70vh" + tableHeight="calc(100vh - 440px)" id="mainTable" >