大屏
This commit is contained in:
@@ -135,7 +135,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="middle">
|
||||
<div class="top"></div>
|
||||
<div class="top">
|
||||
<AiGrid :instance="instance"></AiGrid>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="bottom-title">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/dv/pddv/icon.png" />
|
||||
@@ -219,15 +221,22 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DonutChart from './DonutChart'
|
||||
import DonutChart from './components/DonutChart'
|
||||
import AiGrid from './components/AiGrid'
|
||||
import * as echarts from 'echarts'
|
||||
|
||||
export default {
|
||||
name: 'AppPdDv',
|
||||
|
||||
label: '微网实格',
|
||||
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
},
|
||||
|
||||
components: {
|
||||
DonutChart
|
||||
DonutChart,
|
||||
AiGrid
|
||||
},
|
||||
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user