将车型项目库加到清单中
This commit is contained in:
@@ -149,11 +149,11 @@ export default {
|
|||||||
// // title: '子公司标准库',
|
// // title: '子公司标准库',
|
||||||
// // path: '/subsidiaryStandardLibrary'
|
// // path: '/subsidiaryStandardLibrary'
|
||||||
// // }
|
// // }
|
||||||
{
|
/* {
|
||||||
title: '车型/项目库',
|
title: '车型/项目库',
|
||||||
path: '/localProductsOrProjectLibrary',
|
path: '/localProductsOrProjectLibrary',
|
||||||
menuId: '42ce39c9f953be65a3e5643a4a2c786f'
|
menuId: '42ce39c9f953be65a3e5643a4a2c786f'
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
title: '未符合项整改',
|
title: '未符合项整改',
|
||||||
path: '/nonConfomity',
|
path: '/nonConfomity',
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
<div v-else-if="tabValue === 'listProject'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
<div v-else-if="tabValue === 'listProject'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
||||||
<list-project></list-project>
|
<list-project></list-project>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div v-else-if="tabValue === 'listTracking'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
|
||||||
<list-tracking></list-tracking>
|
|
||||||
</div>-->
|
|
||||||
<div v-else-if="tabValue === 'listOther'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
<div v-else-if="tabValue === 'listOther'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
||||||
<list-other></list-other>
|
<list-other></list-other>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-else-if="tabValue === 'localProductsOrProjectLibrary'" style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
|
||||||
|
<local-products-or-project-library></local-products-or-project-library>
|
||||||
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</div>
|
</div>
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import listOfCountries from "../accessStandardsAndRegulations/page/listOfCountries";
|
import listOfCountries from "../accessStandardsAndRegulations/page/listOfCountries";
|
||||||
import listProject from "../accessStandardsAndRegulations/page/listProject";
|
import listProject from "../accessStandardsAndRegulations/page/listProject";
|
||||||
import listTracking from "../accessStandardsAndRegulations/page/listTracking";
|
|
||||||
import listOther from "../accessStandardsAndRegulations/page/listOther";
|
import listOther from "../accessStandardsAndRegulations/page/listOther";
|
||||||
|
import localProductsOrProjectLibrary from "../localProductsOrProjectLibrary/index";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AccessStandardsAndRegulations",
|
name: "AccessStandardsAndRegulations",
|
||||||
@@ -32,14 +32,14 @@ export default {
|
|||||||
return {
|
return {
|
||||||
list: [],
|
list: [],
|
||||||
tabValue: "listProject",
|
tabValue: "listProject",
|
||||||
menuName: ["国家/地区清单", "项目类清单", "重点标准跟踪清单", "其他清单"]
|
menuName: ["国家/地区清单", "项目类清单", "其他清单", "重点标准跟踪清单"]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {},
|
methods: {},
|
||||||
components: {
|
components: {
|
||||||
|
localProductsOrProjectLibrary,
|
||||||
listOfCountries,
|
listOfCountries,
|
||||||
listProject,
|
listProject,
|
||||||
listTracking,
|
|
||||||
listOther
|
listOther
|
||||||
},
|
},
|
||||||
props: {},
|
props: {},
|
||||||
@@ -68,18 +68,18 @@ export default {
|
|||||||
name: "listProject"
|
name: "listProject"
|
||||||
});
|
});
|
||||||
continue;
|
continue;
|
||||||
}/* else if (entity.id === "418123d180abf67bd2c46d5a694baaa5") {
|
}else if (entity.id === "5a75523729b04102a565167004d640e9") {
|
||||||
list.push({
|
|
||||||
label: "重点标准跟踪清单",
|
|
||||||
name: "listTracking"
|
|
||||||
});
|
|
||||||
continue;
|
|
||||||
}*/ else if (entity.id === "5a75523729b04102a565167004d640e9") {
|
|
||||||
list.push({
|
list.push({
|
||||||
label: "其他清单",
|
label: "其他清单",
|
||||||
name: "listOther"
|
name: "listOther"
|
||||||
});
|
});
|
||||||
continue;
|
continue;
|
||||||
|
} else {
|
||||||
|
list.push({
|
||||||
|
label: "项目清单",
|
||||||
|
name: "localProductsOrProjectLibrary"
|
||||||
|
});
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<!--车型/项目库 -->
|
<!--车型/项目库 -->
|
||||||
<template>
|
<template>
|
||||||
<div class="local-products-or-project-library v-class">
|
<div id="listOfCountries" class="local-products-or-project-library v-class">
|
||||||
<div class="search-area">
|
<div class="search-area">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<el-form inline :model="localProTableSearch" class="label-input-form"
|
<el-form inline :model="localProTableSearch" class="label-input-form"
|
||||||
|
|||||||
Reference in New Issue
Block a user