Commit 469da564 authored by lei's avatar lei

fix:首页饼图

parent 7dbaac89
......@@ -19,6 +19,8 @@
<h3 class="status-title">视频分析任务启动状态</h3>
<div class="status-group">
<div class="status-item">
<bar-chart />
</div>
</div>
</div>
</el-col>
......@@ -41,9 +43,10 @@
</template>
<script>
import { barChart } from "./dashboard/BarChart";
export default {
name: "Index",
components: {},
components: { barChart },
data() {
return {};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment