提交 4a2da0c7 authored 作者: Your Name's avatar Your Name

fix(军民协同创新): 文件名修改

上级 d33e60c3
<template>
<div>
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue'
/**
* 五大建设体系
*/
export default defineComponent({
setup() {
},
})
</script>
......@@ -2,7 +2,7 @@
<el-row class="footer-warpper" :gutter="16">
<el-col class="map-left" :span="8">
<div class="business-extend footer-item card-item">
<Person />
<Outline />
</div>
</el-col>
......@@ -16,13 +16,13 @@
<!-- foot -->
<el-row class="map-warpper" :gutter="16">
<el-col class="map-left" :span="8">
<div class="footer-item card-item"><StrongArmy /></div>
<div class="footer-item card-item"><Platform /></div>
</el-col>
<el-col class="map-right" :span="16">
<el-row :gutter="16">
<el-col :span="12">
<div class="economic-construct card-item">
<EconomicConstruct />
<ScientificInvestment />
</div>
</el-col>
<el-col :span="12">
......@@ -40,11 +40,11 @@
</template>
<script lang="ts">
import { defineComponent } from "vue";
import StrongArmy from "./model/StrongArmy/index.vue";
import Person from "./model/Person/index.vue";
import Platform from "./model/Platform/index.vue";
import Outline from "./model/Outline/index.vue";
import Science from "./model/Science/index.vue";
import Munitions from "./model/Munitions/index.vue";
import EconomicConstruct from "./model/EconomicConstruct/index.vue";
import ScientificInvestment from "./model/ScientificInvestment/index.vue";
import Industrial from "./model/Industrial/index.vue";
/**
* 军民协同创新
......@@ -52,11 +52,11 @@ import Industrial from "./model/Industrial/index.vue";
export default defineComponent({
components: {
StrongArmy,
Person,
Platform,
Outline,
Science,
Munitions,
EconomicConstruct,
ScientificInvestment,
Industrial
},
setup() {},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论