export default [ /* 空菜单 */ { path: 'empty', name: 'empty', component: () => import('@/views/empty.vue'), meta: { anonymous: true } }, /* 首页 */ { path: 'homePage', name: 'homePage', component: () => import('@/views/HomePage/index.vue') }, /*经营性资产 首页*/ { path: 'assetsOperating', name: 'assetsOperating', component: () => import('@/views/assetsOperating/HomePage/index.vue') }, /*土地资产 首页*/ { path: 'LandLedger', name: 'LandLedger', component: () => import('@/views/LandLedger/HomePage/index.vue') }, /*固定资产 首页*/ { path: 'FixedAsset', name: 'FixedAsset', component: () => import('@/views/FixedAsset/HomePage/index.vue') }, /*公益性资产 首页*/ { path: 'PublicWelfareAssets', name: 'PublicWelfareAssets', component: () => import('@/views/PublicWelfareAssets/HomePage/index.vue') }, /*股权资产 首页*/ { path: 'InvestmentFinancingAssets', name: 'InvestmentFinancingAssets', component: () => import('@/views/InvestmentFinancingAssets/HomePage/index.vue') }, /*债券资产 首页*/ { path: 'BondAssets', name: 'BondAssets', component: () => import('@/views/BondAssets/HomePage/index.vue') }, /*无形资产 首页*/ { path: 'IntangibleAsset', name: 'IntangibleAsset', component: () => import('@/views/IntangibleAsset/HomePage/index.vue') }, /*单位登记*/ { path: 'Worktable/BasicInformation/UnitRegistration', name: 'UnitRegistration', component: () => import('@/views/Worktable/BasicInformation/UnitRegistration.vue') }, /*信息登记*/ { path: 'Worktable/BasicInformation/InformationReg', name: 'InformationReg', component: () => import('@/views/Worktable/BasicInformation/InformationReg.vue') }, /*人员管理*/ { path: 'IntegratedBusiness/IntegratedMmanage/PersonnelManage', name: 'PersonnelManage', component: () => import('@/views/IntegratedBusiness/IntegratedMmanage/PersonnelManage.vue') }, /*文件管理*/ { path: 'IntegratedBusiness/IntegratedMmanage/FileManagement', name: 'FileManagement', component: () => import('@/views/IntegratedBusiness/IntegratedMmanage/FileManagement.vue') }, // 经营性资产管理>客户档案>个人客户 { path: 'assetsOperating/profilesCustomer/IndividualCustomers', name: 'IndividualCustomers', component: () => import( '@/views/assetsOperating/profilesCustomer/IndividualCustomers/index.vue' ) }, // 经营性资产管理>客户档案>企业客户 { path: 'assetsOperating/profilesCustomer/CustomersCorporate', name: 'CustomersCorporate', component: () => import( '@/views/assetsOperating/profilesCustomer/CustomersCorporate/index.vue' ) }, // 经营性资产管理>客户档案>客户黑名单 { path: 'assetsOperating/profilesCustomer/BlacklistsCustomer', name: 'BlacklistsCustomer', component: () => import( '@/views/assetsOperating/profilesCustomer/BlacklistsCustomer/index.vue' ) }, // 经营性资产管理>资产来源登记>来源手工登记 { path: 'assetsOperating/RegistrationSourceAssets/SourceRegisteredManually', name: 'SourceRegisteredManually', component: () => import( '@/views/assetsOperating/RegistrationSourceAssets/SourceRegisteredManually/index.vue' ) }, // 经营性资产管理>资产来源登记>采购转固登记 { path: 'assetsOperating/RegistrationSourceAssets/PurchaseTransferRegistration', name: 'PurchaseTransferRegistration', component: () => import( '@/views/assetsOperating/RegistrationSourceAssets/PurchaseTransferRegistration/index.vue' ) }, // 经营性资产管理>资产来源登记>工程验收转固登记 { path: 'assetsOperating/RegistrationSourceAssets/AcceptanceTransferRegistration', name: 'AcceptanceTransferRegistration', component: () => import( '@/views/assetsOperating/RegistrationSourceAssets/AcceptanceTransferRegistration/index.vue' ) }, // 经营性资产管理>资产台账登记>房产台账 { path: 'assetsOperating/AssetLedgerRegistration/PropertyLedger', name: 'PropertyLedger', component: () => import( '@/views/assetsOperating/AssetLedgerRegistration/PropertyLedger/index.vue' ) }, // 经营性资产管理>资产台账登记>入库审核 { path: 'assetsOperating/AssetLedgerRegistration/PendingInboundInquiry', name: 'PendingInboundInquiry', component: () => import( '@/views/assetsOperating/AssetLedgerRegistration/PendingInboundInquiry/index.vue' ) }, // 经营性资产管理>资产台账登记>楼栋信息 { path: 'assetsOperating/AssetLedgerRegistration/OperatingValuePublic', name: 'OperatingValuePublic', component: () => import( '@/views/assetsOperating/AssetLedgerRegistration/OperatingValuePublic/index.vue' ) }, // 经营性资产管理>资产台账登记>土地台账 { path: 'assetsOperating/AssetLedgerRegistration/LandLedger', name: 'LandLedger', component: () => import( '@/views/assetsOperating/AssetLedgerRegistration/LandLedger/index.vue' ) }, // 经营性资产管理>资产台账登记>酒店场馆台账 { path: 'assetsOperating/AssetLedgerRegistration/HotelVenueLedger', name: 'HotelVenueLedger', component: () => import( '@/views/assetsOperating/AssetLedgerRegistration/HotelVenueLedger/index.vue' ) }, // 经营性资产管理>资产入库>资产库 { path: 'assetsOperating/AssetWarehousing/AssetLibrary', name: 'AssetLibrary', component: () => import('@/views/assetsOperating/AssetWarehousing/AssetLibrary/index.vue') }, // 经营性资产管理>资产入库>权证库 { path: 'assetsOperating/AssetWarehousing/WarrantLibrary', name: 'WarrantLibrary', component: () => import( '@/views/assetsOperating/AssetWarehousing/WarrantLibrary/index.vue' ) }, // 经营性资产管理>资产经营>招租发布 { path: 'assetsOperating/LeasingAssets/LeasingPosted', name: 'LeasingPosted', component: () => import('@/views/assetsOperating/LeasingAssets/LeasingPosted/index.vue') }, // 经营性资产管理>资产经营>招租结果 { path: 'assetsOperating/LeasingAssets/LeasingResults', name: 'LeasingResults', component: () => import('@/views/assetsOperating/LeasingAssets/LeasingResults/index.vue') }, // 经营性资产管理>资产经营>合同签订登记 { path: 'assetsOperating/LeasingAssets/RegistrationContractSigning', name: 'RegistrationContractSigning', component: () => import( '@/views/assetsOperating/LeasingAssets/RegistrationContractSigning/index.vue' ) }, // 经营性资产管理>资产经营>合同综合管理 { path: 'assetsOperating/LeasingAssets/IntegratedContractManagement', name: 'IntegratedContractManagement', component: () => import( '@/views/assetsOperating/LeasingAssets/IntegratedContractManagement/index.vue' ) }, // 经营性资产管理>资产经营>应收账单(收款) { path: 'assetsOperating/LeasingAssets/AccountsReceivable', name: 'AccountsReceivable', component: () => import( '@/views/assetsOperating/LeasingAssets/AccountsReceivable/index.vue' ) }, // 经营性资产管理>资产经营>应付账单(退款) { path: 'assetsOperating/LeasingAssets/BillsPayable', name: 'BillsPayable', component: () => import('@/views/assetsOperating/LeasingAssets/BillsPayable/index.vue') }, // 经营性资产管理>资产经营>发票管理 { path: 'assetsOperating/LeasingAssets/InvoiceManagement', name: 'InvoiceManagement', component: () => import( '@/views/assetsOperating/LeasingAssets/InvoiceManagement/index.vue' ) }, // 经营性资产管理>租赁合同>合同分类 { path: 'assetsOperating/LeaseContract/ContractClassification', name: 'ContractClassification', component: () => import( '@/views/assetsOperating/LeaseContract/ContractClassification/index.vue' ) }, // 经营性资产管理>租赁合同>合同模版 { path: 'assetsOperating/LeaseContract/ContractTemplates', name: 'ContractTemplates', component: () => import( '@/views/assetsOperating/LeaseContract/ContractTemplates/index.vue' ) }, // 经营性资产管理>租赁合同>合同查询下载 { path: 'assetsOperating/LeaseContract/ContractQueryownload', name: 'ContractQueryownload', component: () => import( '@/views/assetsOperating/LeaseContract/ContractQueryownload/index.vue' ) }, // 经营性资产管理>租赁合同>合同检索 { path: 'assetsOperating/LeaseContract/ContractSearch', name: 'ContractSearch', component: () => import('@/views/assetsOperating/LeaseContract/ContractSearch/index.vue') }, // 经营性资产管理>租赁合同>交房登记 { path: 'assetsOperating/LeaseContract/DeliveryRegistration', name: 'DeliveryRegistration', component: () => import( '@/views/assetsOperating/LeaseContract/DeliveryRegistration/index.vue' ) }, // 经营性资产管理>租赁合同>收房登记 { path: 'assetsOperating/LeaseContract/RegistrationRepossession', name: 'RegistrationRepossession', component: () => import( '@/views/assetsOperating/LeaseContract/RegistrationRepossession/index.vue' ) }, // 经营性资产管理>合同收退费>收款单(收款) { path: 'assetsOperating/ContractRefunded/Receipts', name: 'Receipts', component: () => import('@/views/assetsOperating/ContractRefunded/Receipts/index.vue') }, // 经营性资产管理>合同收退费>付款单(退款) { path: 'assetsOperating/ContractRefunded/PaymentSlips', name: 'PaymentSlips', component: () => import('@/views/assetsOperating/ContractRefunded/PaymentSlips/index.vue') }, // 经营性资产管理>资产评估>评估立项登记 { path: 'assetsOperating/AssetValuation/AppraisalProjectRegistration', name: 'AppraisalProjectRegistration', component: () => import( '@/views/assetsOperating/AssetValuation/AppraisalProjectRegistration/index.vue' ) }, // 经营性资产管理>资产评估>评估结果登记 { path: 'assetsOperating/AssetValuation/RegistrationAssessmentResults', name: 'RegistrationAssessmentResults', component: () => import( '@/views/assetsOperating/AssetValuation/RegistrationAssessmentResults/index.vue' ) }, // 经营性资产管理>资产维修>资产巡检计划 { path: 'assetsOperating/AssetRepairs/ResultsAssetInspection', name: 'ResultsAssetInspection', component: () => import( '@/views/assetsOperating/AssetRepairs/ResultsAssetInspection/index.vue' ) }, // 经营性资产管理>资产维修>资产巡检结果 { path: 'assetsOperating/AssetRepairs/AssetInspectionPlan', name: 'AssetInspectionPlan', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetInspectionPlan/index.vue' ) }, // 经营性资产管理>资产维修>资产维修结果 { path: 'assetsOperating/AssetRepairs/AssetRepairResults', name: 'AssetRepairResults', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetRepairResults/index.vue' ) }, // 经营性资产管理>资产维修>资产改造登记 { path: 'assetsOperating/AssetRepairs/AssetTransformationRegistration', name: 'AssetTransformationRegistration', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetTransformationRegistration/index.vue' ) }, // 经营性资产管理>资产维修>资产改造结果 { path: 'assetsOperating/AssetRepairs/AssetTransformationResults', name: 'AssetTransformationResults', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetTransformationResults/index.vue' ) }, // 经营性资产管理>资产维修>资产维修合同登记 { path: 'assetsOperating/AssetRepairs/RegistrationContractsMaintenanceAssets', name: 'RegistrationContractsMaintenanceAssets', component: () => import( '@/views/assetsOperating/AssetRepairs/RegistrationContractsMaintenanceAssets/index.vue' ) }, // 经营性资产管理>资产维修>资产维修申请登记 { path: 'assetsOperating/AssetRepairs/AssetRepairRegistration', name: 'AssetRepairRegistration', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetRepairRegistration/index.vue' ) }, // 经营性资产管理>资产维修>资产维修合同查询 { path: 'assetsOperating/AssetRepairs/AssetMaintenanceContractInquiry', name: 'AssetMaintenanceContractInquiry', component: () => import( '@/views/assetsOperating/AssetRepairs/AssetMaintenanceContractInquiry/index.vue' ) }, // 经营性资产管理>资产维修>维修付款账单查询 { path: 'assetsOperating/AssetRepairs/RepairPaymentBillInquiry', name: 'RepairPaymentBillInquiry', component: () => import( '@/views/assetsOperating/AssetRepairs/RepairPaymentBillInquiry/index.vue' ) }, // 经营性资产管理>资产维修>维修已付款查询 { path: 'assetsOperating/AssetRepairs/RepairPaidInquiry', name: 'RepairPaidInquiry', component: () => import('@/views/assetsOperating/AssetRepairs/RepairPaidInquiry/index.vue') }, // 经营性资产管理>资产综合管理>资产变更 { path: 'assetsOperating/ComprehensiveAssetManagement/AssetChanges', name: 'AssetChanges', component: () => import( '@/views/assetsOperating/ComprehensiveAssetManagement/AssetChanges/index.vue' ) }, // 经营性资产管理>资产综合管理>资产转让 { path: 'assetsOperating/ComprehensiveAssetManagement/assetTransfer', name: 'assetTransfer', component: () => import( '@/views/assetsOperating/ComprehensiveAssetManagement/assetTransfer/index.vue' ) }, // 经营性资产管理>资产综合管理>资产借用 { path: 'assetsOperating/ComprehensiveAssetManagement/AssetBorrowing', name: 'AssetBorrowing', component: () => import( '@/views/assetsOperating/ComprehensiveAssetManagement/AssetBorrowing/index.vue' ) }, // 经营性资产管理>资产综合管理>资产处置 { path: 'assetsOperating/ComprehensiveAssetManagement/AssetDisposal', name: 'AssetDisposal', component: () => import( '@/views/assetsOperating/ComprehensiveAssetManagement/AssetDisposal/index.vue' ) }, // 经营性资产管理>报表管理>客户数据报表 { path: 'assetsOperating/ReportManagement/CustomerDataReports', name: 'CustomerDataReports', component: () => import( '@/views/assetsOperating/ReportManagement/CustomerDataReports/index.vue' ) }, // 经营性资产管理>报表管理>房产数据报表 { path: 'assetsOperating/ReportManagement/PropertyDataReports', name: 'PropertyDataReports', component: () => import( '@/views/assetsOperating/ReportManagement/PropertyDataReports/index.vue' ) }, // 经营性资产管理>报表管理>资产数据报表 { path: 'assetsOperating/ReportManagement/AssetDataReports', name: 'AssetDataReports', component: () => import( '@/views/assetsOperating/ReportManagement/AssetDataReports/index.vue' ) }, // 经营性资产管理>报表管理>经营类报表 { path: 'assetsOperating/ReportManagement/BusinessReports', name: 'BusinessReports', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, // 其他二级路由 { path: 'LandLedger/LandLedgerEnter/LandLedgerInfo', name: 'LandLedgerInfo', component: () => import( '@/views/LandLedger/LandLedgerEnter/LandLedgerInfo/index.vue' ) }, { path: 'FixedAsset/FixedAssetBuy', name: 'FixedAssetBuy', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, { path: 'PublicWelfareAssets/PublicWelfareAssetsEnter', name: 'PublicWelfareAssetsEnter', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, { path: 'InvestmentFinancingAssets/InvestmentFinancingEnter', name: 'InvestmentFinancingEnter', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, { path: 'BondAssets/BondAssetsEnter', name: 'BondAssetsEnter', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, { path: 'IntangibleAsset/IntangibleAssetEnter', name: 'IntangibleAssetEnter', component: () => import( '@/views/assetsOperating/ReportManagement/BusinessReports/index.vue' ) }, //土地资产 // 土地资产>资产入库>土地资产登记入库 { path: 'LandLedger/LandLedgerEnter/LandLedgerInfo', name: 'LandLedgerInfo', component: () => import('@/views/LandLedger/LandLedgerEnter/LandLedgerInfo/index.vue') }, // 土地资产>资产入库>登记入库审核 { path: 'LandLedger/LandLedgerEnter/LandLedgerEnterAudit', name: 'LandLedgerEnterAudit', component: () => import( '@/views/LandLedger/LandLedgerEnter/LandLedgerEnterAudit/index.vue' ) }, // 土地资产>资产处置>土地出售登记 { path: 'LandLedger/LandLedgerHandle/LandLedgerSales', name: 'LandLedgerSales', component: () => import('@/views/LandLedger/LandLedgerHandle/LandLedgerSales/index.vue') }, // 土地资产>资产处置>土地出售审核 { path: 'LandLedger/LandLedgerHandle/LandLedgerSalesAudit', name: 'LandLedgerSalesAudit', component: () => import( '@/views/LandLedger/LandLedgerHandle/LandLedgerSalesAudit/index.vue' ) }, // 土地资产>资产处置>权属变更 { path: 'LandLedger/LandLedgerHandle/LandLedgerChange', name: 'LandLedgerChange', component: () => import('@/views/LandLedger/LandLedgerHandle/LandLedgerChange/index.vue') }, // 土地资产>资产处置>权属变更审核 { path: 'LandLedger/LandLedgerHandle/LandLedgerChangeAudit', name: 'LandLedgerChangeAudit', component: () => import( '@/views/LandLedger/LandLedgerHandle/LandLedgerChangeAudit/index.vue' ) }, // 土地资产>资产处置>土地利用 { path: 'LandLedger/LandLedgerHandle/LandLedgerUsed', name: 'LandLedgerUsed', component: () => import('@/views/LandLedger/LandLedgerHandle/LandLedgerUsed/index.vue') }, // 土地资产>资产处置>土地利用审核 { path: 'LandLedger/LandLedgerHandle/LandLedgerUsedAudit', name: 'LandLedgerUsedAudit', component: () => import( '@/views/LandLedger/LandLedgerHandle/LandLedgerUsedAudit/index.vue' ) }, // 土地资产>资产盘点>盘点方案 { path: 'LandLedger/LandLedgerCheck/LandLedgerCheckPlan', name: 'LandLedgerCheckPlan', component: () => import('@/views/LandLedger/LandLedgerCheck/LandLedgerCheckPlan/index.vue') }, // 土地资产>资产盘点>盘点任务 { path: 'LandLedger/LandLedgerCheck/LandLedgerCheckTask', name: 'LandLedgerCheckTask', component: () => import('@/views/LandLedger/LandLedgerCheck/LandLedgerCheckTask/index.vue') }, // 土地资产>资产盘点>盘点结果 { path: 'LandLedger/LandLedgerCheck/LandLedgerCheckResult', name: 'LandLedgerCheckResult', component: () => import( '@/views/LandLedger/LandLedgerCheck/LandLedgerCheckResult/index.vue' ) }, // 土地资产>资产盘点>盘点报告 { path: 'LandLedger/LandLedgerCheck/LandLedgerCheckReport', name: 'LandLedgerCheckReport', component: () => import( '@/views/LandLedger/LandLedgerCheck/LandLedgerCheckReport/index.vue' ) }, // 公益资产>资产入库>资产登记入库 { path: 'PublicWelfareAssets/PublicWelfareAssetsEnter/AssetsRegisteredStorage', name: 'AssetsRegisteredStorage', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsEnter/AssetsRegisteredStorage/index.vue' ) }, // 公益资产>资产入库>登记入库审核 { path: 'PublicWelfareAssets/PublicWelfareAssetsEnter/RegisteInboundApproval', name: 'RegisteInboundApproval', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsEnter/RegisteInboundApproval/index.vue' ) }, // 公益资产>资产处置>资产变更登记 { path: 'PublicWelfareAssets/PublicWelfareAssetsHandle/RegistrationChangesAssets', name: 'RegistrationChangesAssets', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsHandle/RegistrationChangesAssets/index.vue' ) }, // 公益资产>资产处置>资产变更审核 { path: 'PublicWelfareAssets/PublicWelfareAssetsHandle/AssetChangeReview', name: 'AssetChangeReview', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsHandle/AssetChangeReview/index.vue' ) }, // 公益资产>资产盘活>盘活计划 { path: 'PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizationPlan', name: 'RevitalizationPlan', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizationPlan/index.vue' ) }, // 公益资产>资产盘活>盘活任务 { path: 'PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizationTasks', name: 'RevitalizationTasks', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizationTasks/index.vue' ) }, // 公益资产>资产盘活>盘活结果 { path: 'PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizeResults', name: 'RevitalizeResults', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsTurning/RevitalizeResults/index.vue' ) }, // 公益资产>资产盘点>盘点方案 { path: 'PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryPlan', name: 'InventoryPlan', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryPlan/index.vue' ) }, // 公益资产>资产盘点>盘点任务 { path: 'PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryTasks', name: 'InventoryTasks', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryTasks/index.vue' ) }, // 公益资产>资产盘点>盘点记录 { path: 'PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryRecords', name: 'InventoryRecords', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryRecords/index.vue' ) }, // 公益资产>资产盘点>盘点报告 { path: 'PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryReport', name: 'InventoryReport', component: () => import( '@/views/PublicWelfareAssets/PublicWelfareAssetsCheck/InventoryReport/index.vue' ) }, //股权资产 // 股权资产>资产入库>股权登记入库 { path: 'InvestmentFinancingAssets/InvestmentFinancingEnter/EquityRegistrationWarehousing', name: 'EquityRegistrationWarehousing', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingEnter/EquityRegistrationWarehousing/index.vue' ) }, // 股权资产>资产入库>登记入库审核 { path: 'InvestmentFinancingAssets/InvestmentFinancingEnter/RegisterInboundApproval', name: 'RegisterInboundApproval', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingEnter/RegisterInboundApproval/index.vue' ) }, // 股权资产>资产入库>股权关系图谱 { path: 'InvestmentFinancingAssets/InvestmentFinancingEnter/EquityRelationshipMap', name: 'EquityRelationshipMap', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingEnter/EquityRelationshipMap/index.vue' ) }, // 股权资产>股权变更>股权变更申请 { path: 'InvestmentFinancingAssets/InvestmentFinancingChange/ApplicationChangeShareholding', name: 'ApplicationChangeShareholding', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingChange/ApplicationChangeShareholding/index.vue' ) }, // 股权资产>股权变更>股权变更审核 { path: 'InvestmentFinancingAssets/InvestmentFinancingChange/EquityChangeReview', name: 'EquityChangeReview', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingChange/EquityChangeReview/index.vue' ) }, // 股权资产>股权变更>股产权变动履历记录 { path: 'InvestmentFinancingAssets/InvestmentFinancingChange/RecordChangesRights', name: 'RecordChangesRights', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingChange/RecordChangesRights/index.vue' ) }, // 股权资产>资产盘活>盘活计划 { path: 'InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizationPlanTurning', name: 'RevitalizationPlanTurning', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizationPlanTurning/index.vue' ) }, // 股权资产>资产盘活>盘活任务 { path: 'InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizeTasks', name: 'RevitalizeTasks', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizeTasks/index.vue' ) }, // 股权资产>资产盘活>盘活结果 { path: 'InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizeResultsTurning', name: 'RevitalizeResultsTurning', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingTurning/RevitalizeResultsTurning/index.vue' ) }, // 股权资产>资产评估>评估立项登记 { path: 'InvestmentFinancingAssets/InvestmentFinancingEstimate/AppraisalRegistration', name: 'AppraisalRegistration', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingEstimate/AppraisalRegistration/index.vue' ) }, // 股权资产>资产评估>评估结果登记 { path: 'InvestmentFinancingAssets/InvestmentFinancingEstimate/RegistrationResults', name: 'RegistrationResults', component: () => import( '@/views/InvestmentFinancingAssets/InvestmentFinancingEstimate/RegistrationResults/index.vue' ) }, //债权资产 // 债权资产>资产入库>债权登记入库 { path: 'BondAssets/BondAssetsEnter/CreditorRightsRegistered', name: 'CreditorRightsRegistered', component: () => import( '@/views/BondAssets/BondAssetsEnter/CreditorRightsRegistered/index.vue' ) }, // 债权资产>资产入库>登记入库审核 { path: 'BondAssets/BondAssetsEnter/RegisterInboundEnter', name: 'RegisterInboundEnter', component: () => import( '@/views/BondAssets/BondAssetsEnter/RegisterInboundEnter/index.vue' ) }, // 债权资产>债权变更>债权变更申请 { path: 'BondAssets/BondAssetsChange/ApplicationChangeCreditor', name: 'ApplicationChangeCreditor', component: () => import( '@/views/BondAssets/BondAssetsChange/ApplicationChangeCreditor/index.vue' ) }, // 债权资产>债权变更>债权变更审核 { path: 'BondAssets/BondAssetsChange/ReviewChangeRights', name: 'ReviewChangeRights', component: () => import('@/views/BondAssets/BondAssetsChange/ReviewChangeRights/index.vue') }, // 债权资产>债权变更>债权变动履历记录 { path: 'BondAssets/BondAssetsChange/HistoryChangesRights', name: 'HistoryChangesRights', component: () => import( '@/views/BondAssets/BondAssetsChange/HistoryChangesRights/index.vue' ) }, // 债权资产>资产盘活>盘活计划 { path: 'BondAssets/BondAssetsTurning/RevitalizationPlanBond', name: 'RevitalizationPlanBond', component: () => import( '@/views/BondAssets/BondAssetsTurning/RevitalizationPlanBond/index.vue' ) }, // 债权资产>资产盘活>盘活任务 { path: 'BondAssets/BondAssetsTurning/RevitalizeTasksBond', name: 'RevitalizeTasksBond', component: () => import( '@/views/BondAssets/BondAssetsTurning/RevitalizeTasksBond/index.vue' ) }, // 债权资产>资产盘活>盘活结果 { path: 'BondAssets/BondAssetsTurning/RevitalizeResultsBond', name: 'RevitalizeResultsBond', component: () => import( '@/views/BondAssets/BondAssetsTurning/RevitalizeResultsBond/index.vue' ) }, // 债权资产>资产评估>评估立项登记 { path: 'BondAssets/BondAssetsEstimate/AppraisalRegistrationBond', name: 'AppraisalRegistrationBond', component: () => import( '@/views/BondAssets/BondAssetsEstimate/AppraisalRegistrationBond/index.vue' ) }, // 债权资产>资产评估>评估结果登记 { path: 'BondAssets/BondAssetsEstimate/RegistrationAssessmentBond', name: 'RegistrationAssessmentBond', component: () => import( '@/views/BondAssets/BondAssetsEstimate/RegistrationAssessmentBond/index.vue' ) }, //无形资产 // 无形资产>资产入库>无形资产登记入库 { path: 'IntangibleAsset/IntangibleAssetEnter/IntangibleRegisteredWarehouse', name: 'IntangibleRegisteredWarehouse', component: () => import( '@/views/IntangibleAsset/IntangibleAssetEnter/IntangibleRegisteredWarehouse/index.vue' ) }, // 无形资产>资产入库>登记入库审核 { path: 'IntangibleAsset/IntangibleAssetEnter/RegisterInbound', name: 'RegisterInbound', component: () => import( '@/views/IntangibleAsset/IntangibleAssetEnter/RegisterInbound/index.vue' ) }, // 无形资产>资产变更>无形资产变更申请 { path: 'IntangibleAsset/IntangibleAssetChange/ApplicationIntangibleChange', name: 'ApplicationIntangibleChange', component: () => import( '@/views/IntangibleAsset/IntangibleAssetChange/ApplicationIntangibleChange/index.vue' ) }, // 无形资产>资产变更>无形资产变更审核 { path: 'IntangibleAsset/IntangibleAssetChange/ReviewChangesAssets', name: 'ReviewChangesAssets', component: () => import( '@/views/IntangibleAsset/IntangibleAssetChange/ReviewChangesAssets/index.vue' ) }, // 无形资产>资产变更>无形资产变更履历记录 { path: 'IntangibleAsset/IntangibleAssetChange/HistoryChangesAssets', name: 'HistoryChangesAssets', component: () => import( '@/views/IntangibleAsset/IntangibleAssetChange/HistoryChangesAssets/index.vue' ) }, // 无形资产>资产盘点>盘点方案 { path: 'IntangibleAsset/IntangibleAssetCheck/InventoryPlanCheck', name: 'InventoryPlanCheck', component: () => import( '@/views/IntangibleAsset/IntangibleAssetCheck/InventoryPlanCheck/index.vue' ) }, // 无形资产>资产盘点>盘点任务 { path: 'IntangibleAsset/IntangibleAssetCheck/InventoryTasksCheck', name: 'InventoryTasksCheck', component: () => import( '@/views/IntangibleAsset/IntangibleAssetCheck/InventoryTasksCheck/index.vue' ) }, // 无形资产>资产盘点>盘点记录 { path: 'IntangibleAsset/IntangibleAssetCheck/InventoryRecordsCheck', name: 'InventoryRecordsCheck', component: () => import( '@/views/IntangibleAsset/IntangibleAssetCheck/InventoryRecordsCheck/index.vue' ) }, // 无形资产>资产盘点>盘点报告 { path: 'IntangibleAsset/IntangibleAssetCheck/InventoryReportCheck', name: 'InventoryReportCheck', component: () => import( '@/views/IntangibleAsset/IntangibleAssetCheck/InventoryReportCheck/index.vue' ) }, // 无形资产>工作提醒>到期提醒 { path: 'IntangibleAsset/JobAlerts/ExpirationReminders', name: 'ExpirationReminders', component: () => import('@/views/IntangibleAsset/JobAlerts/ExpirationReminders/index.vue') }, //固定资产 // 固定资产>资产台账>类型信息 { path: 'FixedAsset/AssetsLedger/AssetType', name: 'AssetType', component: () => import('@/views/FixedAsset/FixedAssetsLedger/AssetType/index.vue') }, // 固定资产>资产台账>固定资产入库登记 { path: 'FixedAsset/AssetsLedger/AssetInformation', name: 'AssetInformation', component: () => import('@/views/FixedAsset/FixedAssetsLedger/AssetInformation/index.vue') }, // 固定资产>资产购置>购置计划 { path: 'FixedAsset/FixedAssetBuy/AcquisitionPlan', name: 'AcquisitionPlan', component: () => import('@/views/FixedAsset/FixedAssetBuy/AcquisitionPlan/index.vue') }, // 固定资产>资产购置>采购登记 { path: 'FixedAsset/FixedAssetBuy/PurchaseRegistration', name: 'PurchaseRegistration', component: () => import('@/views/FixedAsset/FixedAssetBuy/PurchaseRegistration/index.vue') }, // 固定资产>资产购置>采购审核 { path: 'FixedAsset/FixedAssetBuy/ProcurementAudits', name: 'ProcurementAudits', component: () => import('@/views/FixedAsset/FixedAssetBuy/ProcurementAudits/index.vue') }, // 固定资产>资产购置>资产验收入库 { path: 'FixedAsset/FixedAssetBuy/InspectionTreasury', name: 'InspectionTreasury', component: () => import('@/views/FixedAsset/FixedAssetBuy/InspectionTreasury/index.vue') }, // 固定资产>资产使用>领用申请 { path: 'FixedAsset/FixedAssetUsed/ApplicationAcceptance', name: 'ApplicationAcceptance', component: () => import( '@/views/FixedAsset/FixedAssetUsed/ApplicationAcceptance/index.vue' ) }, // 固定资产>资产使用>领用审核 { path: 'FixedAsset/FixedAssetUsed/AdoptionReview', name: 'AdoptionReview', component: () => import('@/views/FixedAsset/FixedAssetUsed/AdoptionReview/index.vue') }, // 固定资产>资产使用>资产移交申请 { path: 'FixedAsset/FixedAssetUsed/AssetTransferRequests', name: 'AssetTransferRequests', component: () => import( '@/views/FixedAsset/FixedAssetUsed/AssetTransferRequests/index.vue' ) }, // 固定资产>资产使用>资产移交审核 { path: 'FixedAsset/FixedAssetUsed/AssetHandoverReview', name: 'AssetHandoverReview', component: () => import('@/views/FixedAsset/FixedAssetUsed/AssetHandoverReview/index.vue') }, // 固定资产>资产使用>资产退库申请 { path: 'FixedAsset/FixedAssetUsed/AssetReturnRequest', name: 'AssetReturnRequest', component: () => import('@/views/FixedAsset/FixedAssetUsed/AssetReturnRequest/index.vue') }, // 固定资产>资产使用>资产退库审核 { path: 'FixedAsset/FixedAssetUsed/AssetReturnFeview', name: 'AssetReturnFeview', component: () => import('@/views/FixedAsset/FixedAssetUsed/AssetReturnFeview/index.vue') }, // 固定资产>资产处置>内部调拨 { path: 'FixedAsset/FixedAssetHandle/InternalTransfer', name: 'InternalTransfer', component: () => import('@/views/FixedAsset/FixedAssetHandle/InternalTransfer/index.vue') }, // 固定资产>资产处置>资产出售 { path: 'FixedAsset/FixedAssetHandle/AssetSale', name: 'AssetSale', component: () => import('@/views/FixedAsset/FixedAssetHandle/AssetSale/index.vue') }, // 固定资产>资产处置>资产捐赠 { path: 'FixedAsset/FixedAssetHandle/AssetDonations', name: 'AssetDonations', component: () => import('@/views/FixedAsset/FixedAssetHandle/AssetDonations/index.vue') }, // 固定资产>资产处置>资产折旧 { path: 'FixedAsset/FixedAssetHandle/DepreciationAssets', name: 'DepreciationAssets', component: () => import('@/views/FixedAsset/FixedAssetHandle/DepreciationAssets/index.vue') }, // 固定资产>资产处置>资产报废 { path: 'FixedAsset/FixedAssetHandle/AssetRetirement', name: 'AssetRetirement', component: () => import('@/views/FixedAsset/FixedAssetHandle/AssetRetirement/index.vue') }, // 固定资产>资产盘点>盘点方案 { path: 'FixedAsset/FixedAssetCheck/FixedInventoryPlan', name: 'FixedInventoryPlan', component: () => import('@/views/FixedAsset/FixedAssetCheck/FixedInventoryPlan/index.vue') }, // 固定资产>资产盘点>盘点任务 { path: 'FixedAsset/FixedAssetCheck/FixedInventoryTasks', name: 'FixedInventoryTasks', component: () => import('@/views/FixedAsset/FixedAssetCheck/FixedInventoryTasks/index.vue') }, // 固定资产>资产盘点>盘点记录 { path: 'FixedAsset/FixedAssetCheck/FixedInventoryRecords', name: 'FixedInventoryRecords', component: () => import( '@/views/FixedAsset/FixedAssetCheck/FixedInventoryRecords/index.vue' ) }, // 固定资产>资产盘点>盘点报告 { path: 'FixedAsset/FixedAssetCheck/FixedInventoryReport', name: 'FixedInventoryReport', component: () => import( '@/views/FixedAsset/FixedAssetCheck/FixedInventoryReport/index.vue' ) }, // 固定资产>资产维修>资产维修申请登记 { path: 'FixedAsset/FixedAssetRepair/ApplicationMaintenance', name: 'ApplicationMaintenance', component: () => import( '@/views/FixedAsset/FixedAssetRepair/ApplicationMaintenance/index.vue' ) }, // 固定资产>资产维修>资产维修结果 { path: 'FixedAsset/FixedAssetRepair/FixedAssetRepairResults', name: 'FixedAssetRepairResults', component: () => import( '@/views/FixedAsset/FixedAssetRepair/FixedAssetRepairResults/index.vue' ) }, // 固定资产>资产维修>资产维修合同登记 { path: 'FixedAsset/FixedAssetRepair/RegistrationContractsMaintenance', name: 'RegistrationContractsMaintenance', component: () => import( '@/views/FixedAsset/FixedAssetRepair/RegistrationContractsMaintenance/index.vue' ) }, // 固定资产>资产维修>资产维修合同查询 { path: 'FixedAsset/FixedAssetRepair/AssetMaintenanceInquiry', name: 'AssetMaintenanceInquiry', component: () => import( '@/views/FixedAsset/FixedAssetRepair/AssetMaintenanceInquiry/index.vue' ) }, // 固定资产>资产维修>维修付款账单查询 { path: 'FixedAsset/FixedAssetRepair/RepairPaymentInquiry', name: 'RepairPaymentInquiry', component: () => import( '@/views/FixedAsset/FixedAssetRepair/RepairPaymentInquiry/index.vue' ) }, // 固定资产>资产维修>维修已付款查询 { path: 'FixedAsset/FixedAssetRepair/FixedRepairPaidInquiry', name: 'FixedRepairPaidInquiry', component: () => import( '@/views/FixedAsset/FixedAssetRepair/FixedRepairPaidInquiry/index.vue' ) }, // 固定资产>统计报表>资产增减记录统计表 { path: 'FixedAsset/FixedAssetReport/StatisticalDecrease', name: 'StatisticalDecrease', component: () => import( '@/views/FixedAsset/FixedAssetReport/StatisticalDecrease/index.vue' ) }, // 固定资产>统计报表>资产价值状况统计表 { path: 'FixedAsset/FixedAssetReport/StatisticalStatus', name: 'StatisticalStatus', component: () => import('@/views/FixedAsset/FixedAssetReport/StatisticalStatus/index.vue') }, // 固定资产>统计报表>资产状态分析统计表 { path: 'FixedAsset/FixedAssetReport/StatisticalAnalysis', name: 'StatisticalAnalysis', component: () => import( '@/views/FixedAsset/FixedAssetReport/StatisticalAnalysis/index.vue' ) }, // 固定资产>统计报表>库存统计 { path: 'FixedAsset/FixedAssetReport/InventoryStatistics', name: 'InventoryStatistics', component: () => import( '@/views/FixedAsset/FixedAssetReport/InventoryStatistics/index.vue' ) }, // 固定资产>工作提醒>资产寿命提醒 { path: 'FixedAsset/FixedJobAlerts/AssetLifeAlerts', name: 'AssetLifeAlerts', component: () => import('@/views/FixedAsset/FixedJobAlerts/AssetLifeAlerts/index.vue') }, // 固定资产>工作提醒>资产库存提醒 { path: 'FixedAsset/FixedJobAlerts/AssetInventoryAlerts', name: 'AssetInventoryAlerts', component: () => import('@/views/FixedAsset/FixedJobAlerts/AssetInventoryAlerts/index.vue') } ]