add DetailGraph
This commit is contained in:
parent
291197a28d
commit
1c7e908d2e
@ -0,0 +1,31 @@
|
|||||||
|
<!--
|
||||||
|
filename: detailGraph.vue
|
||||||
|
author: liubin
|
||||||
|
date: 2023-08-04 16:36:21
|
||||||
|
description: 图表
|
||||||
|
-->
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div id="detail-graph">
|
||||||
|
detail graph (echarts)
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "DetailGraph",
|
||||||
|
components: {},
|
||||||
|
props: {},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
configs: {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed: {},
|
||||||
|
methods: {},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user