大屏组件做一下切割

This commit is contained in:
aixianling
2022-08-19 13:54:37 +08:00
parent 89b39916d7
commit c04bcbf90e
6 changed files with 190 additions and 18 deletions

View File

@@ -57,7 +57,7 @@
<ai-echart
style="height: 100%; width: 100%;"
:data="eventInfo"
:ops="pieChart">
:ops="pieChart2">
</ai-echart>
</div>
</div>
@@ -89,16 +89,13 @@
</template>
<script>
import pieChart from '../../../components/AiEchart/template/pie/pieChart2'
import barChart1 from '../../../components/AiEchart/template/bar/barChart1'
import {barChart1, pieChart2} from "./components/chartOps"
import {VueOkrTree} from 'vue-okr-tree'
import 'vue-okr-tree/dist/vue-okr-tree.css'
export default {
name: 'AppGridDV',
label: '网格数据大屏',
props: {
instance: Function,
dict: Object,
@@ -115,7 +112,7 @@ export default {
barChart1,
userInfo: [],
eventInfo: [],
pieChart,
pieChart2,
total: 0,
isShowInfo: false,
defaultProps: {