|
@@ -60,9 +60,9 @@ import DataDictionary from '@/pages/System/DataDictionary'
|
|
import OperationLog from '@/pages/System/OperationLog' // 操作日志
|
|
import OperationLog from '@/pages/System/OperationLog' // 操作日志
|
|
|
|
|
|
import Complaints from '@/pages/Complaints/index' // 投诉建议
|
|
import Complaints from '@/pages/Complaints/index' // 投诉建议
|
|
-import StaffInfo from '@/pages/Staff/StaffInfo/index'
|
|
|
|
|
|
+import StaffInfo from '@/pages/Staff/StaffInfo/index'//员工信息
|
|
import ParKing from '@/pages/ParKing/index' //停车位
|
|
import ParKing from '@/pages/ParKing/index' //停车位
|
|
-import StaffJurisdiction from '@/pages/Staff/StaffJurisdiction/index'
|
|
|
|
|
|
+import StaffJurisdiction from '@/pages/Staff/StaffJurisdiction/index'//员工权限管理
|
|
import Letter from '@/pages/Letter/index' //收信记录
|
|
import Letter from '@/pages/Letter/index' //收信记录
|
|
import Security from '@/pages/SecurityFire/Security/index' //保安安排
|
|
import Security from '@/pages/SecurityFire/Security/index' //保安安排
|
|
import Duty from '@/pages/SecurityFire/Duty/index' //执勤管理
|
|
import Duty from '@/pages/SecurityFire/Duty/index' //执勤管理
|
|
@@ -80,6 +80,9 @@ import FireInspection from '@/pages/FireInspection/index' //消
|
|
import FireDrill from '@/pages/FireDrill/index' //消防演练
|
|
import FireDrill from '@/pages/FireDrill/index' //消防演练
|
|
import Cleaning from '@/pages/Cleaning/index' //保洁安排
|
|
import Cleaning from '@/pages/Cleaning/index' //保洁安排
|
|
|
|
|
|
|
|
+import AssetsMaterial from '@/pages/Assets/AssetsMaterial/index'//资产资料
|
|
|
|
+import AssetsInventory from '@/pages/Assets/AssetsInventory/index'//资产盘点
|
|
|
|
+import AssetsDisposal from '@/pages/Assets/AssetsDisposal/index'//维修处置
|
|
|
|
|
|
Vue.use( Router )
|
|
Vue.use( Router )
|
|
|
|
|
|
@@ -342,6 +345,27 @@ export default new Router({
|
|
ContainerView: StaffJurisdiction
|
|
ContainerView: StaffJurisdiction
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ // 资产资料
|
|
|
|
+ {
|
|
|
|
+ path: '/AssetsMaterial',
|
|
|
|
+ components: {
|
|
|
|
+ ContainerView: AssetsMaterial
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 资产盘点
|
|
|
|
+ {
|
|
|
|
+ path: '/AssetsInventory',
|
|
|
|
+ components: {
|
|
|
|
+ ContainerView: AssetsInventory
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 维修处置
|
|
|
|
+ {
|
|
|
|
+ path: '/AssetsDisposal',
|
|
|
|
+ components: {
|
|
|
|
+ ContainerView: AssetsDisposal
|
|
|
|
+ }
|
|
|
|
+ },
|
|
// 消防巡查
|
|
// 消防巡查
|
|
{
|
|
{
|
|
path: '/FireInspection',
|
|
path: '/FireInspection',
|