修改菜单
parent
ccbaaed0aa
commit
6cc29c6428
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<Bindex v-if="index === 0"/>
|
||||
<Report v-else-if="index === 1"/>
|
||||
<Zhibiao v-else-if="index === 1"/>
|
||||
<Analyse v-else-if="index === 2"/>
|
||||
<History v-else-if="index === 3"/>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<script>
|
||||
import Menus from "@/components/Menus.vue";
|
||||
import Bindex from "@/components/Bindex.vue";
|
||||
import Report from "@/components/Report.vue";
|
||||
import Zhibiao from "@/components/Zhibiao.vue";
|
||||
import Analyse from "@/components/Analyse.vue";
|
||||
import History from "@/components/History.vue";
|
||||
import { onMounted, reactive, ref, toRefs, nextTick } from "vue";
|
||||
|
@ -24,7 +24,7 @@ export default {
|
|||
components: {
|
||||
Menus,
|
||||
Bindex,
|
||||
Report,
|
||||
Zhibiao,
|
||||
Analyse,
|
||||
History
|
||||
},
|
||||
|
@ -36,7 +36,7 @@ export default {
|
|||
name: '首页',
|
||||
},
|
||||
{
|
||||
name: '气象预报',
|
||||
name: '监测指标',
|
||||
},
|
||||
{
|
||||
name: '数据分析',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<Cindex v-if="index === 0"/>
|
||||
<Report v-else-if="index === 1"/>
|
||||
<Zhibiao v-else-if="index === 1"/>
|
||||
<Ganalyse v-else-if="index === 2"/>
|
||||
<History v-else-if="index === 3"/>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<script>
|
||||
import Menus from "@/components/Menus.vue";
|
||||
import Cindex from "@/components/Cindex.vue";
|
||||
import Report from "@/components/Report.vue";
|
||||
import Zhibiao from "@/components/Zhibiao.vue";
|
||||
import Ganalyse from "@/components/Ganalyse.vue";
|
||||
import History from "@/components/History.vue";
|
||||
import { onMounted, reactive, ref, toRefs, nextTick } from "vue";
|
||||
|
@ -24,7 +24,7 @@ export default {
|
|||
components: {
|
||||
Menus,
|
||||
Cindex,
|
||||
Report,
|
||||
Zhibiao,
|
||||
Ganalyse,
|
||||
History
|
||||
},
|
||||
|
@ -36,7 +36,7 @@ export default {
|
|||
name: '首页',
|
||||
},
|
||||
{
|
||||
name: '检测指标',
|
||||
name: '监测指标',
|
||||
},
|
||||
{
|
||||
name: '数据分析',
|
||||
|
|
|
@ -36,7 +36,7 @@ export default {
|
|||
name: '首页',
|
||||
},
|
||||
{
|
||||
name: '检测指标',
|
||||
name: '监测指标',
|
||||
},
|
||||
{
|
||||
name: '数据分析',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<Sindex v-if="index === 0"/>
|
||||
<Report v-else-if="index === 1"/>
|
||||
<Zhibiao v-else-if="index === 1"/>
|
||||
<Analyse v-else-if="index === 2"/>
|
||||
<History v-else-if="index === 3"/>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<script>
|
||||
import Menus from "@/components/Menus.vue";
|
||||
import Sindex from "@/components/Sindex.vue";
|
||||
import Report from "@/components/Report.vue";
|
||||
import Zhibiao from "@/components/Zhibiao.vue";
|
||||
import Analyse from "@/components/Analyse.vue";
|
||||
import History from "@/components/History.vue";
|
||||
import { onMounted, reactive, ref, toRefs, nextTick } from "vue";
|
||||
|
@ -24,7 +24,7 @@ export default {
|
|||
components: {
|
||||
Menus,
|
||||
Sindex,
|
||||
Report,
|
||||
Zhibiao,
|
||||
Analyse,
|
||||
History
|
||||
},
|
||||
|
@ -36,7 +36,7 @@ export default {
|
|||
name: '首页',
|
||||
},
|
||||
{
|
||||
name: '气象预报',
|
||||
name: '监测指标',
|
||||
},
|
||||
{
|
||||
name: '数据分析',
|
||||
|
|
Loading…
Reference in New Issue