大屏组件做一下切割
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user