【ADD】-WP29 和ISO页面的增加
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
<!-- 中国汽车国际法规工作平台-ISO-->
|
||||
<template>
|
||||
<div class="sub-title"><span>中国汽车国际标准工作平台-ISO</span></div>
|
||||
<!-- <preparation-revision-screen></preparation-revision-screen>-->
|
||||
<i-s-o-screen></i-s-o-screen>
|
||||
</template>
|
||||
|
||||
<!-- 中国汽车国际法规工作平台-WP.29 -->
|
||||
<template>
|
||||
<div class="sub-title"><span>中国汽车国际法规工作平台-WP.29</span></div>
|
||||
<!-- <w-p-screen></w-p-screen>-->
|
||||
<w-p-screen></w-p-screen>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
@@ -36,17 +36,15 @@
|
||||
import IncomePaymentScreen from './incomePayments/index'
|
||||
import PreparationRevisionScreen from './preparationRevision/index'
|
||||
import WPScreen from './wp29/index'
|
||||
import ISOScreen from './iso/index'
|
||||
|
||||
export default {
|
||||
name: 'HomePage',
|
||||
components: {
|
||||
IncomePaymentScreen,
|
||||
PreparationRevisionScreen
|
||||
},
|
||||
created() {
|
||||
// StanderProjectGeneralSituation().then(res => {
|
||||
// console.log(res)
|
||||
// })
|
||||
PreparationRevisionScreen,
|
||||
WPScreen,
|
||||
ISOScreen
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user