【init】 创建erp 项目

master
NH-LHG 2 years ago
parent 78d2ead6ed
commit 5819cfd253

@ -1,38 +1,30 @@
<template> <template>
<div> <div>
<!--<index-chart v-if="indexStyle==1"></index-chart>--> <index-chart v-if="indexStyle==1"></index-chart>
<!--<index-bdc v-if="indexStyle==2"></index-bdc>--> <index-bdc v-if="indexStyle==2"></index-bdc>-->
<index-large-screen v-if="indexStyle==3"></index-large-screen> <index-bdc v-if="indexStyle==3"></index-bdc>-->
<index-station v-if="indexStyle==4"></index-station>
<div style="width: 100%;text-align: right;margin-top: 20px"> <div style="width: 100%;text-align: right;margin-top: 20px">
请选择首页样式 请选择首页样式
<a-radio-group v-model="indexStyle"> <a-radio-group v-model="indexStyle">
<a-radio :value="1">统计图表</a-radio> <a-radio :value="1">统计图表</a-radio>
<a-radio :value="2">统计图表2</a-radio> <a-radio :value="2">统计图表2</a-radio>
<a-radio :value="3">户用电站概览</a-radio> <a-radio :value="2">统计图表3</a-radio>
<a-radio :value="4">锦浪电站概览</a-radio>
</a-radio-group> </a-radio-group>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
//import IndexChart from './IndexChart' import IndexChart from './IndexChart'
//import IndexTask from "./IndexTask" import IndexTask from "./IndexTask"
import IndexLargeScreen from './IndexLargeScreen' import IndexBdc from './IndexBdc'
import IndexStation from "./IndexStation"
//import IndexBdc from './IndexBdc'
export default { export default {
name: "Analysis", name: "Analysis",
components: { components: {
//IndexChart, IndexChart,
//IndexTask, IndexTask,
// IndexBdc, IndexBdc
IndexLargeScreen,
IndexStation
}, },
data() { data() {
return { return {

Loading…
Cancel
Save