|
@@ -1,30 +1,20 @@
|
|
|
import LayoutMain from '@/framework/layout/Main'
|
|
|
import MsgAllDetails from "@/framework/components/messagesever/msgAllDetails"
|
|
|
-
|
|
|
-import Login from '@/framework/layout/Login'
|
|
|
import Dasboard from '@/views/dasboard'
|
|
|
-
|
|
|
-import UserList from '@/views/system/user/UserList'
|
|
|
-import RoleList from '@/views/system/role/RoleList'
|
|
|
-import ChangePwd from '@/views/system/pwd/ChangePwd'
|
|
|
-
|
|
|
/**项目管理 */
|
|
|
import projectAdm from '@/views/platfrom/project'
|
|
|
import userAdm from '@/views/platfrom/user'
|
|
|
import roleAdm from '@/views/platfrom/role'
|
|
|
-
|
|
|
/**前期准备 */
|
|
|
import buildFloor from '@/views/ready/buildfloor'
|
|
|
import collectsetting from '@/views/ready/collectsetting'
|
|
|
import buildUser from '@/views/ready/appuser'
|
|
|
import repetitionGraphy from '@/views/ready/buildfloor/repetitionGraphy'
|
|
|
-
|
|
|
/**模型管理 */
|
|
|
import modelFile from '@/views/model/file'
|
|
|
import modelReport from '@/views/model/report'
|
|
|
import deleted from '@/views/model/report/deleted'
|
|
|
import supplement from '@/views/model/report/supplement'
|
|
|
-
|
|
|
/**系统集成 */
|
|
|
import pointConfig from '@/views/point/config_point'
|
|
|
import editDataSouce from '@/views/point/config_point/edit_origin'
|
|
@@ -40,7 +30,6 @@ import buildRela from '@/views/point/dynamicdata/addRelation/buildRela'
|
|
|
import floorRela from '@/views/point/dynamicdata/addRelation/floorRela'
|
|
|
import tenantRela from '@/views/point/dynamicdata/addRelation/tenantRela'
|
|
|
import projectRela from '@/views/point/dynamicdata/addRelation/projectRela'
|
|
|
-
|
|
|
/** 扫楼作业 */
|
|
|
import buildTask from '@/views/data_admin/buildTask'
|
|
|
import addDeviceTask from '@/views/data_admin/buildTask/addTask/addDeviceTask'
|
|
@@ -52,12 +41,12 @@ import buildData from '@/views/data_admin/buildData'
|
|
|
import buildGraphy from '@/views/data_admin/buildGraphy'
|
|
|
import updatePointZone from '@/views/data_admin/buildGraphy/updatePointZone'
|
|
|
import createPointZone from '@/views/data_admin/buildGraphy/createPointZone'
|
|
|
-
|
|
|
/** 台账管理 */
|
|
|
import systemLedger from '@/views/ledger/system'
|
|
|
import systemadd from '@/views/ledger/system/addsystem'
|
|
|
import systemDetail from '@/views/ledger/system/systemDetail'
|
|
|
import facilityLedger from '@/views/ledger/facility'
|
|
|
+import tableDisplay from "../components/ledger/details/tableDisplay";
|
|
|
import partsLedger from '@/views/ledger/facility/parts'
|
|
|
import partsmanageLedger from '@/views/ledger/facility/partsmanage'
|
|
|
import partsadd from '@/views/ledger/facility/partsmanage/addparts'
|
|
@@ -78,7 +67,6 @@ import auth from '@/views/system/auth'
|
|
|
import noUser from '@/views/system/nouser'
|
|
|
import spaceDetail from '@/views/ledger/spacelist/spaceDetail'
|
|
|
import relatedSpace from '@/views/ledger/cenotelist/relatedSpace'
|
|
|
-
|
|
|
/** 关系维护并计算 */
|
|
|
import maintain from '@/views/relation/maintain'
|
|
|
import overView from '@/views/relation/overview'
|
|
@@ -86,16 +74,12 @@ import relationShip from '@/views/relation/relationShip'
|
|
|
import relationDetail from '@/views/relation/overview/detail'
|
|
|
import data from '@/views/relation/data'
|
|
|
import datatable from '@/views/relation/datatable'
|
|
|
-
|
|
|
/** 厂家库 */
|
|
|
-import supplier from '@/views/manufactor/supplier'
|
|
|
-
|
|
|
/** 辅助屏 */
|
|
|
import splitScreen from '@/views/screen/splitScreen'
|
|
|
import spaceLedger from '@/views/screen/splitScreen/spaceledger'
|
|
|
import equipLedger from '@/views/screen/splitScreen/equipledger'
|
|
|
import integrateResults from '@/views/screen/splitScreen/integrateresults'
|
|
|
-
|
|
|
/** 业务空间数据导入工具 */
|
|
|
import dataUtil from '@/views/business_space/dataUtil/index'
|
|
|
import dataUtil2 from '@/views/business_space/dataUtil/index2'
|
|
@@ -345,43 +329,61 @@ export default [{
|
|
|
name: 'LayoutMain',
|
|
|
component: LayoutMain,
|
|
|
children: [
|
|
|
- { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- {
|
|
|
- path: 'facility',
|
|
|
- name: 'facilityLedger',
|
|
|
- component: facilityLedger,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '设备台账' }] }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'parts',
|
|
|
- name: 'partsLedger',
|
|
|
- component: partsLedger,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '包含的部件' }] }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'partsmanage',
|
|
|
- name: 'partsmanageLedger',
|
|
|
- component: partsmanageLedger,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '管理部件' }] },
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'partsadd',
|
|
|
- name: 'partsadd',
|
|
|
- component: partsadd,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '设备台账', path: '/ledger/facility' }, { label: '添加部件' }] },
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'deviceadd',
|
|
|
- name: 'deviceadd',
|
|
|
- component: deviceadd,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '设备台账', path: '/ledger/facility' }, { label: '添加设备' }] }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'batchlinkAssets',
|
|
|
- name: 'batchlinkAssets',
|
|
|
- component: batchlinkAssets,
|
|
|
- meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '设备台账', path: '/ledger/facility' }, { label: '批量关联资产' }] }
|
|
|
- },
|
|
|
+ {path: '', name: 'Dasboard', component: Dasboard},
|
|
|
+ {
|
|
|
+ path: 'facility',
|
|
|
+ name: 'facilityLedger',
|
|
|
+ component: facilityLedger,
|
|
|
+ meta: {keepAlive: false, breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {label: '设备台账'}]}
|
|
|
+ },
|
|
|
+ {path: 'tableDisplay', name: 'tableDisplay', component: tableDisplay},
|
|
|
+
|
|
|
+ {
|
|
|
+ path: 'parts',
|
|
|
+ name: 'partsLedger',
|
|
|
+ component: partsLedger,
|
|
|
+ meta: {keepAlive: false, breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {label: '包含的部件'}]}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'partsmanage',
|
|
|
+ name: 'partsmanageLedger',
|
|
|
+ component: partsmanageLedger,
|
|
|
+ meta: {keepAlive: false, breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {label: '管理部件'}]},
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'partsadd',
|
|
|
+ name: 'partsadd',
|
|
|
+ component: partsadd,
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {
|
|
|
+ label: '设备台账',
|
|
|
+ path: '/ledger/facility'
|
|
|
+ }, {label: '添加部件'}]
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'deviceadd',
|
|
|
+ name: 'deviceadd',
|
|
|
+ component: deviceadd,
|
|
|
+ meta: {keepAlive: false,
|
|
|
+ breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {
|
|
|
+ label: '设备台账',
|
|
|
+ path: '/ledger/facility'
|
|
|
+ }, {label: '添加设备'}]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'batchlinkAssets',
|
|
|
+ name: 'batchlinkAssets',
|
|
|
+ component: batchlinkAssets,
|
|
|
+ meta: {keepAlive: false,
|
|
|
+ breadcrumbs: [{label: '台账管理', path: '/ledger/facility'}, {
|
|
|
+ label: '设备台账',
|
|
|
+ path: '/ledger/facility'
|
|
|
+ }, {label: '批量关联资产'}]
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
path: 'property',
|
|
|
name: 'propertyLedger',
|