|
@@ -834,7 +834,7 @@ export const constantRoutes = [
|
834
|
834
|
component: Layout,
|
835
|
835
|
// redirect: '/guide/index',
|
836
|
836
|
name: 'FacilitiesEquipment',
|
837
|
|
- meta: { title: '设施设备', icon: 'sheshi',noCache: true, affix: false, relation: 'house', istable: true},
|
|
837
|
+ meta: { title: '设施设备', icon: 'sheshi',noCache: true, affix: false, istable: true},
|
838
|
838
|
resourceCode: 242,
|
839
|
839
|
// 设施设备/设施管理
|
840
|
840
|
children: [
|
|
@@ -843,7 +843,7 @@ export const constantRoutes = [
|
843
|
843
|
redirect: 'facilitiesManagement/newFacilities',
|
844
|
844
|
component: facilitiesTabs,
|
845
|
845
|
name: 'FacilitiesManagemen',
|
846
|
|
- meta: { title: '设施管理', icon: 'dashboard', affix: false,istable: true},
|
|
846
|
+ meta: { title: '设施管理', icon: 'dashboard', affix: false,istable: true ,relation: 'library'},
|
847
|
847
|
resourceCode: 243,
|
848
|
848
|
|
849
|
849
|
|
|
@@ -855,7 +855,7 @@ export const constantRoutes = [
|
855
|
855
|
name: 'NewFacilities',
|
856
|
856
|
|
857
|
857
|
hidden: true,
|
858
|
|
- meta: { title: '最新设施检查记录', icon: 'dashboard', affix: false,relation: 'house', istable: true}
|
|
858
|
+ meta: { title: '最新设施检查记录', icon: 'dashboard', affix: false,relation: 'library', istable: true}
|
859
|
859
|
},
|
860
|
860
|
|
861
|
861
|
|
|
@@ -866,7 +866,7 @@ export const constantRoutes = [
|
866
|
866
|
name: 'AllFacilities',
|
867
|
867
|
|
868
|
868
|
hidden: true,
|
869
|
|
- meta: { title: '全部设施检查记录', icon: 'dashboard', affix: false ,relation: 'house', istable: true}
|
|
869
|
+ meta: { title: '全部设施检查记录', icon: 'dashboard', affix: false ,relation: 'library', istable: true}
|
870
|
870
|
},
|
871
|
871
|
|
872
|
872
|
|